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

推荐订阅源

P
Proofpoint News Feed
云风的 BLOG
云风的 BLOG
Apple Machine Learning Research
Apple Machine Learning Research
Hugging Face - Blog
Hugging Face - Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Google DeepMind News
Google DeepMind News
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
雷峰网
雷峰网
B
Blog
月光博客
月光博客
博客园 - 【当耐特】
WordPress大学
WordPress大学
Microsoft Azure Blog
Microsoft Azure Blog
I
InfoQ
The GitHub Blog
The GitHub Blog
Engineering at Meta
Engineering at Meta
Jina AI
Jina AI
博客园 - Franky
MyScale Blog
MyScale Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Last Week in AI
Last Week in AI
B
Blog RSS Feed
H
Help Net Security

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