JSR-170內容管理 Apache Jackrabbit 2.3.2 發布
Apache Jackrabbit 是由 Apache Foundation 提供的 JSR-170 的開放源碼實現..
隨著內容管理應用程序的日益普及,對用于內容倉庫的普通、標準化 API 的需求已凸現出來。Content Repository for Java Technology API (JSR-170) 的目標就是提供這樣一個接口。JSR-170 的一個主要優點是,它不綁定到任何特定的底層架構。例如,JSR-170 實現的后端數據存儲可以是文件系統、WebDAV 倉庫、支持 XML 的系統,甚至還可以是 SQL 數據庫。此外,JSR-170 的導出和導入功能允許一個集成器在內容后端與 JCR 實現之間無縫地切換。
Apache Jackrabbit 2.3.2 發布了,Apache Jackrabbit 是由 Apache Foundation 提供的 JSR-170 的開放源碼實現.
Jackrabbit 2.3.2 改進內容:
---------------------------
新特性:
[JCR-3117] Stats for the PersistenceManager
[JCR-3124] Stats for Queries
改進:
[JCR-2989] Support for embedded index aggregates
[JCR-3098] Add hit miss statistics and logging to caches
[JCR-3107] Speed up hierarchy cache initialization
[JCR-3109] Move PersistenceManagerTest from o.a.j.core to o.a.j.core....
[JCR-3114] expose PM for versioning manager so that the consistency ...
[JCR-3119] Improve aggregate node indexing code
[JCR-3122] QueryObjectModelImpl should execute queries as SessionOperation(s)
該版本還包含很多的bug修復,詳情請看這里。