惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

T
Tailwind CSS Blog
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
大猫的无限游戏
大猫的无限游戏
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 【当耐特】
The Cloudflare Blog
博客园 - 聂微东
博客园 - 司徒正美
量子位
博客园 - 三生石上(FineUI控件)
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
G
Google Developers Blog
Apple Machine Learning Research
Apple Machine Learning Research
罗磊的独立博客
酷 壳 – CoolShell
酷 壳 – CoolShell
Y
Y Combinator Blog
S
SegmentFault 最新的问题
T
The Blog of Author Tim Ferriss
P
Proofpoint News Feed
Google DeepMind News
Google DeepMind News
Blog — PlanetScale
Blog — PlanetScale
有赞技术团队
有赞技术团队
A
About on SuperTechFans

博客园 - perlye

Office2007 Compass 1.1 M3 Released 鼠标屏幕取词技术的原理和实现 成为软件高手的几个忌讳 disable flashplayer Google GIS keyhole Summit Groupware: Email, calendar & contact mgmt DynamicSNMP® Software Development Kits http://www.workflowdownload.com/ 学习java应该去的20个英文网站 GMSI Instrumentation ActiveX Library (IAL) v3.5 Windows Update 自动更新服务同步的镜像站点 LwVCL (Light-Weight Visual Components Library) 4.50 OpenCV Javolution 2.2.5 - Java Struct/Union Simplified java.net Online Books Streaming QuickTime with Java c# web safe activex Distributed Content Management System
db4o 4.4 released
perlye · 2005-04-05 · via 博客园 - perlye

http://www.db4o.com/community/ontheroad/changelog.aspx

db4o 4.4 released

db4o 4.4 has been released as a "development" version today. It is available on the download center page of the db4o website.

For this build we refactored our use of reflection functionality completely. All access to reflection is routed through a pluggable interface. We considered the refactoring to be necessary, to enable our new database browser, we will call it "ObjectManager". Since the browser has to be able to display all objects in the database, even if it does not have access to the "real" classes, db4o has to provide it's own "generic classes" and "generic objects". This is possible with the new pluggable reflection interface. db4o can now run against any sort of "class" or "object" - the reflection plugin simply tells db4o what "classes" and "objects" are. Besides enabling our "ObjectManager", the new technology opens a wide range of other new possibilities: