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

推荐订阅源

S
SegmentFault 最新的问题
G
Google Developers Blog
H
Help Net Security
月光博客
月光博客
阮一峰的网络日志
阮一峰的网络日志
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
P
Proofpoint News Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
B
Blog RSS Feed
爱范儿
爱范儿
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
大猫的无限游戏
大猫的无限游戏
人人都是产品经理
人人都是产品经理
GbyAI
GbyAI
D
Docker
Hugging Face - Blog
Hugging Face - Blog
I
InfoQ
博客园 - 司徒正美
Last Week in AI
Last Week in AI
Microsoft Security Blog
Microsoft Security Blog
美团技术团队
Stack Overflow Blog
Stack Overflow Blog
M
MIT News - Artificial intelligence

博客园 - 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: