|
From: Kal A. <ka...@te...> - 2004-06-28 08:38:18
|
Hi all, I'm pleased to announce the 0.9.5 release of TM4J. The most import changes in this release are the addition of two new packages and the deprecation of an old package. NEW: org.tm4j.tologx - this package is a complete rewrite of the tolog query engine to support tolog 1.0 and to provide a platform for making backend-specific optimized query engines (although no such optimized engine is included in this release). The old package org.tm4j.tolog is now deprecated - the migration to the new package should be relatively painless for most people. If you really want the old package, you will have to compile the JAR for yourself from the source distribution as it is no longer included in the binary distribution (just trying to keep the JAR count down!) NEW: org.tm4j.config - a few subprojects have had their own configuration file formats floating around for a while and this package attempts to provide a standard XML configuration file format for configuring a TopicMapManager (a TopicMapManager manages access to one or more TopicMapProviders, so you can have access to in-memory, ozone and hibernate backends all from a single application). DEPRECATED: org.tm4j.tolog (see the above for the reason why). There are also a whole bunch of bug fixes. As usual downloads can be had from the http://sourceforge.net/projects/tm4j and as usual comments and bug reports are most welcome. Cheers, Kal |