You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(2) |
Feb
(2) |
Mar
|
Apr
|
May
(5) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(1) |
Dec
(2) |
2003 |
Jan
(2) |
Feb
(1) |
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(3) |
Dec
|
2004 |
Jan
(4) |
Feb
(1) |
Mar
|
Apr
(2) |
May
(1) |
Jun
(1) |
Jul
(1) |
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
(1) |
From: Kal A. <ka...@te...> - 2004-12-15 11:07:35
|
Hi all, This is a quick note to inform you that TM4J version 0.9.8 has just been released. The primary focus in this release was to fix a number of bugs reported in the TMAPI implementation. Other changes are detailed in the release notes. TM4J 0.9.8 is fully backwards compatible with TM4J 0.9.7 and no database schema changes have been made with this release. All users of TM4J 0.9.7 are advised to upgrade to 0.9.8. Cheers, Kal |
From: Kal A. <ka...@te...> - 2004-10-07 21:27:23
|
I'm pleased to announce the release of TM4J 0.9.7. This version of TM4J adds support for all of TMAPI 1.0 as well as a number of bug-fixes on 0.9.6. There are no database schema changes or non-backwards compatible API changes in this version and all users of TM4J 0.9.6 are recommended to upgrade. Cheers, Kal -- Kal Ahmed, Techquila Standards-based Information Management e: ka...@te... w: www.techquila.com p: +44 7968 529531 |
From: Kal A. <ka...@te...> - 2004-08-17 20:54:24
|
Hi all, I've made a first candidate release of the 0.2 version of the TM4Web/Velocity package. This is a library, command line application that lets you either generate static HTML pages from a topic map, and a web application that lets you browse a topic map with pages created "on-the-fly". TM4Web/Velocity uses (as the name suggests) Jakarta Velocity as a templating language which makes it easy to create some quite sophisticated renditions. The web application also uses Jakarta Struts and provides some additional Velocity tools and Struts infrastructure which may be useful if you want to develop your own topic map browser web app. This candidate release is made to get a few more eyes on the packaging and to get feedback on any installation / compilation problems before making an "official" 0.2 release. Any bug reports / comments would be very welcome. Downloads are from the usual place! Cheers, Kal -- Kal Ahmed <ka...@te...> techquila |
From: Christoph F. <cf...@fo...> - 2004-07-30 07:46:59
|
TMNav 0.2.8 and Panckoucke 0.3.1 are now available for download from SourceForge. Changes in TMNav 0.2.8 include: - updated to use tm4j-0.9.6 - supports Tolog1.0 - reworked SectionRenderer - new Renderer: HypergraphRenderer - new configuration management - stores settings accross sessions - beginnings of a plugin layer see doc/changes.txt in your local installation directory for more changes and additional details see http://tm4j.org/tmnav/userdoc/ for most recent documentation Changes in Panckoucke 0.3.1 include - updated to use tm4j-0.9.6 - supports Tolog1.0 through new TologMatrixAbstractor - new SectionAbstractor generates models for Topics and Associations and is the first Abstractor that takes account of reifications. see doc/changes.txt in your local installation directory for more changes and additional details see http://tm4j.org/panckoucke/docs/userdoc/ for most recent documentation Please report any bugs, ommissions or requests for features via the SourceForge bugtracker at http://sourceforge.net/tracker/?group_id=27895&atid=391879 Thanks to all those who have contributed code, patches and helpful suggestions to this release! Bye Christoph -- Christoph Froehlich <cf...@fo...> |
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 |
From: Kal A. <ka...@te...> - 2004-05-06 19:59:47
|
Hi all, Another TMAPI release...another TM4J release :) New in this release: - TMAPI support updated to TMAPI 1.0 beta release - Bug fixes to the TMAPI implementation. The implementation now passes all of the TMAPI test suite. The TMAPI test suite is now included in the source distribution and is invoked as part of the build file target 'all-tests' - The org.tm4j.tolog.Extension interface has been extended with an initialise(TopicMap) method which is invoked when the extenstion class is instantiated by the QueryEvaluator allowing for some initialisation to be performed prior to any predicate evaluation. Thanks to Stefan Henke for the suggestions. - Fixed a bug in XTMWriter which caused topics with only a single subject indicator or only a subject address to be skipped during output. (Thanks to Stefan Lischke for the bug report) - Added new configuration property "writeStubs" to the TopicMapSerializer this exposes the functionality in XTMWriter to optionally suppress topics that contain only a subject address reference or a single subject indicator and no other properties. Also added a -m option to the Merge command-line application to minimize the number of topic elements in the output using this feature. As usual, source/binary packages can be downloaded from the TM4J project page on SourceForge. Cheers, Kal -- Kal Ahmed <ka...@te...> techquila |
From: Kal A. <ka...@te...> - 2004-04-15 14:00:55
|
TM4J version 0.9.3 has just been released. This release completes the implementation of TMAPI 1.0 alpha, adding the index implementations and the TopicMapSystemFactory implementation that were missing in the 0.9.2 release. Downloads are available from the usual place on SourceForge. Cheers, Kal |
From: Kal A. <ka...@te...> - 2004-04-13 12:18:05
|
Hi all, Today sees the release of TM4J 0.9.2. This release adds support for the TMAPI 1.0 alpha interfaces (with the exception of a couple of unimplemented indexes - see the RELEASE.TXT file for details). This release also fixes some packaging bugs and bugs with the Admintool. Thanks to all those who reported bugs. Downloads can be had from the usual place on SourceForge. And please report any problems either to tm4...@li... or using the bug tracker on SourceForge. Cheers, Kal |
From: Kal A. <ka...@te...> - 2004-02-27 17:14:03
|
The TM4J project team is proud to announce the release of TM4J 0.9.0 This new version of TM4J includes numerous changes and new features including: - The Scope interface has been removed. Scope is now represented as a Set of Topic objects. - Updated 3rd party libraries. TM4J now uses Xerces 2.4.0, Antlr 2.7.2, Hibernate 2.0.1 - TM4J now uses XTM-defined PSIs (from core.xtm) for type-instance and subclass-superclass associations. The old org.tm4j.topicmap.PSI class is now deprecated in favour of org.tm4j.topicmap.XTMPSI. - Topic map providers can now be accessed through JNDI. - An abstract interface has been added to encapsulate sources of topic maps, enabling XTM/LTM files and other data sources for topic maps to be "read" in the same way. - Topic map provider creation has been simplified and can read default values from both the environment and from JAR resources. - URI parsing now done in a thread-safe manner. Thanks to Sascha Weinreuter for the patch. - Topic map parsing now makes use of catalogs for the resolution of DTD and mergeMap references. Thanks to Murray Altheim for donating this code. - Topic types are no longer automatically reflected as class-instance associations. - Logging of PropertyChangeEvents and MultiValuePropertyChangeEvents is now done to the log category "org.tm4j.topicmap.events" - Added the TM4J Administration Tool a GUI tool for managing persistent topic map stores. See the user documentation in docs/admintool.pdf or docs/admintool/index.html - Full-text indexing of topic maps is now supported. An extension of the Index interface supports querying full-text indexes of topic map data and an initial implementation based on Apache's Lucene is provided. Thanks to Harald Kuhn for donating the code. - URI parsing optimisations and other parser speed enhancements. The new release is now available for download from the TM4J project page at http://sourceforge.net/projects/tm4j/ Happy topic mapping! The TM4J Project Team |
From: Christoph F. <cf...@fo...> - 2004-01-26 09:12:19
|
The TM4J project is pleased to announce a new release of panckoucke. This release does contain one major change: - The classes that constitute the public api of panckoucke changed their location. This change will affect all existing clients of the panckoucke library. Sorry for the inconvinience. Details about this change as well as a list of additional minor changes are published here: http://sourceforge.net/forum/forum.php?forum_id=347934 Download from the TM4J project page on SourceForge:http://sourceforge.net/projects/tm4j Please report any bugs/requests for features to the tm4j-users list(details on joining this list can be found on the TM4J project page -click the link labelled 'Lists' on the main project page). Bye Christoph Foehlich |
From: Christoph F. <cf...@fo...> - 2004-01-16 15:59:37
|
The TM4J Project is pleased to announce a new release (0.2.7 alpha) of TMNav. The goal of the TMNav project is to provide an intuitive graphical interface for topicmap navigation. TMNav relies on TM4J as it's underlying topicmap engine. TM4Nav is free and open-source (under the Apache Software Foundation license). Please report any bugs/requests for features to the tm4j-users list (details on joining this list can be found on the TM4J project page - click the link labelled 'Lists' on the main project page). Download from the TM4J project page on SourceForge: http://sourceforge.net/projects/tm4j See userdocumentation online: http://tm4j.org/tmnav/development/userdoc/en For a list of changes in that version see: http://tm4j.org/tmnav/development/userdoc/en/release.html |
From: Christoph F. <cf...@fo...> - 2004-01-06 13:29:44
|
The TM4J Project is pleased to announce the initial release of Panckoucke. Panckoucke is a java library to support the developement of topic map presentation and navigation tools. Panckoucke is a subproject of tm4j and relies on it as its underlying topicmap engine. It integrates tmharvest, another subproject of tm4j, to support the automated creation of topic maps from structured data. Panckoucke is free and open-source (under the Apache Software Foundation license). Download from the TM4J project page on SourceForge:http://sourceforge.net/projects/tm4j Please report any bugs/requests for features to the tm4j-users list(details on joining this list can be found on the TM4J project page -click the link labelled 'Lists' on the main project page). Bye Christoph Foehlich -- Christoph Froehlich <cf...@fo...> |
From: Kal A. <ka...@te...> - 2004-01-02 21:31:26
|
Hi all, We are pleased to announce the arrival of the second development release TM4J 0.9.0. This release adds a number of new features, including a GUI tool for managing persistent topic map stores; optional static merging for the in-memory backend; performance enhancements and bugfixes. As usual this release can be downloaded from the SourceForge project page (http://sourceforge.net/projects/tm4j). Happy New Year and Happy TopicMapping! The TM4J Project Team |
From: Kal A. <ka...@te...> - 2003-11-26 20:38:40
|
The TM4J Project is pleased to announce the initial release of TM4Web/Velocity. TM4Web/Velocity is a package for the processing of topic maps to HTML pages (or in fact any kind of text files). The package allows both an off-line batch transformation and an on-the-fly transformation as part of a web application. A sample web application and sample templates for offline and online HTML page creation are distributed as part of the package. TM4Web is free and open-source (under the Apache Software Foundation license). Download from the TM4J project page on SourceForge: http://sourceforge.net/projects/tm4j Please report any bugs/requests for features to the tm4j-users list (details on joining this list can be found on the TM4J project page - click the link labelled 'Lists' on the main project page). Cheers, Kal -- Kal Ahmed, Techquila Standards-based Information Management e: ka...@te... w: www.techquila.com p: +44 7968 529531 |
From: Kal A. <ka...@te...> - 2003-11-24 11:28:57
|
The first alpha of TM4J 0.9.0 is now available for download from SourceForge. This release contains some very significant API changes from TM4J 0.8.x. Please read the release notes for an overview of the changes and the TM4J Developer's Guide for more details. Please report any bugs, ommissions or requests for features via the SourceForge bugtracker at http://sourceforge.net/tracker/?group_id=27895&atid=391879 Thanks to all those who have contributed code, patches and helpful suggestions to this release! Cheers, Kal -- Kal Ahmed, Techquila Standards-based Information Management e: ka...@te... w: www.techquila.com p: +44 7968 529531 |
From: Christoph F. <cf...@fo...> - 2003-11-14 14:14:55
|
Hi the first official release of TMHarvest is now available for download from Sourceforge[1]. The TMHarvest library is based on TM4J and provides a convenient way to generate automatically topic maps from different data sources. A rules files with embedded templates (written in XML) defines from which data sources topic map constructs should be taken into account as well how new or existant topics should be associated. Enjoy Christoph, Harald, Niko [1] http://sourceforge.net/project/showfiles.php?group_id=27895&release_id=197512 |
From: Kal A. <ka...@te...> - 2003-10-08 14:53:00
|
Hi folks, The latest stable release of TM4J, version 0.8.3 is now available for download from Sourceforge [1]. This release adds a number of bug fixes and new XML Catalog-based locator resolution courtesy of Murray Altheim. This release also includes the first version of the TM4J Administrator's Tool, a GUI tool to help managed topic maps in persistent stores. The tool should be considered alpha quality. Requests for features for this tool are welcome. Enjoy! Kal [1] https://sourceforge.net/project/showfiles.php?group_id=27895 -- Kal Ahmed, Techquila Standards-based Information Management e: ka...@te... w: www.techquila.com p: +44 7968 529531 |
From: Christoph F. <cf...@fo...> - 2003-05-07 07:43:49
|
Hi We are glad to announce the release of TMNav 0.2.5. TMNav is a graphical topic map browser (using Java Swing) written with the help of the TM4J topic map library to allow a user to easily navigate through her own topic maps. It is available for download via the tm4j project page at sourceforge: http://sourceforge.net/project/showfiles.php?group_id=27895&release_id=156533 The new version comes with the following features: - improved UI - basic merge support - topic maps written in LTM can be read in - support of all current tm4j providers (like hibernate backend) - new TreeRender View to ease navigation at "hot spots" We hope you'll enjoy TMNav. In case of any questions or ideas for improvement, please don't hesitate to contact us or send email to the TMNav mailing list tm4...@li.... Christoph Fröhlich Niko Schmuck |
From: Kal A. <ka...@te...> - 2003-03-24 20:25:34
|
Hi, The TM4J Project team are pleased to announce releaes 0.8.2 of the TM4J topic map engine. The focus in this release is primarily in fixing bugs reported in TM4J 0.8.1. We would like to thank all those who reported bugs and provided patches for this new release. TM4J 0.8.2 can be downloaded from the TM4J Project's pages on SourceForge: https://sourceforge.net/projects/tm4j/ Please report any bugs you find with the software or errors in the accompanying documentation. You can do this either by posting to the user's mailing list: tm4...@li... or preferrably by filling out a bug report at https://sourceforge.net/tracker/?group_id=27895&atid=391879 Enjoy! The TM4J Project team |
From: Kal A. <ka...@te...> - 2003-02-01 20:10:18
|
I have just uploaded TM4J 0.8.1 to SourceForge. This release fixes two reported problems with TM4J 0.8.0: TopicUtils.areEquivalent() method caused NPE when attempting to compare topics with unscoped base names. XTMWriter generates bad XML when a single Scope object is used to define the scope of multiple ScopedObjects. From this release, the id attribute of a <scope> element generated by XTMWriter will be the value of the ID property of the Scope object followed by a period ('.') character and then the ID property of the ScopedObject which is currently being exported. In addition, this release adds ZIP packaging for Windows platforms. Enjoy! Kal PS - as the files have literally *just* been uploaded, you may need to allow a while for the mirrored download sites to pick them up. |
From: Kal A. <ka...@te...> - 2003-01-14 17:53:48
|
The next milestone of TM4J is now available as a stable release. TM4J 0.8.0 adds a new persistent storage model for relational databases. = This=20 storage model uses the Hibernate O-R mapping tool and supports a wide ran= ge=20 of databases (see the Developer's Guide appendix on the Hibernate back-en= d=20 for details about which databases are supported). This back-end has been=20 tested against MySQL, Oracle9i and Oracle 8. If you find any problems wit= h=20 any other databases, please report them. This release also clears up some of the confusing APIs for object creatio= n and=20 TopicMap management. Users of previous versions of TM4J should read the=20 chapter "Changes since 0.7.0" for details about the changed methods. NOTE: Methods deprecated in this release will remain deprecated for the n= ext=20 minor increment (0.9.0) and will be removed in the following release (0.1= 0.0=20 or 1.0). I would like to thank everyone who reported bugs and contributed solution= s or=20 test code.=20 Please report any bugs you find with this new release either directly to = me or=20 by creating a bug report on the Tracker on SourceForge=20 (https://sourceforge.net/tracker/?group_id=3D27895&atid=3D391879) Cheers, Kal --=20 Kal Ahmed, techquila.com XML and Topic Map Consultancy e: ka...@te... p: +44 7968 529531 w: www.techquila.com |
From: Kal A. <ka...@te...> - 2003-01-07 11:45:17
|
Hi all, I have packaged up TM4J 0.8.0 alpha 3 and it is now available for downloa= d on=20 SourceForge=20 (https://sourceforge.net/project/showfiles.php?group_id=3D27895&release_i= d=3D132123). Despite the "alpha" tag, this is probably the last pre-release of 0.8.0. = This=20 release adds some source code examples which are in both the binary and=20 source distributions. Please take the time to down this release and check it out - let me know = if=20 you find anything wrong either with the code itself; with the documentati= on=20 or with the examples. Cheers, Kal --=20 Kal Ahmed, techquila.com XML and Topic Map Consultancy e: ka...@te... p: +44 7968 529531 w: www.techquila.com |
From: <Dir...@sa...> - 2002-12-30 00:04:47
|
I will be out of the office starting 09.12.2002 and will not return until 06.01.2003. I will respond to your message when I return. |
From: Kal A. <ka...@te...> - 2002-12-28 17:00:05
|
Hi all, I have made a new development release of TM4J and put it on SourceForge a= s=20 TM4J 0.8.0a2. This release is primarily focussed on improving the=20 parse/object creation times in the Hibernate back-end. However, I have al= so=20 updated some of the documentation and started the implementation of a=20 framework for doing future performance testing. Unfortunately, the biggest performance win in the Hibernate back-end requ= ired=20 a slight modification to the mapping files and so the database schema use= d in=20 0.8.0a2 is different from that of 0.8.0a1 - this means that if you have d= ata=20 you wish to save in a Hibernate back-end created with 0.8.0a1, you should= =20 export the topic maps to XTM files before upgrading to 0.8.0a2. Please report any bugs using the bug tracker on the SourceForge page. Cheers, Kal --=20 Kal Ahmed, techquila.com XML and Topic Map Consultancy e: ka...@te... p: +44 7968 529531 w: www.techquila.com |
From: Kal A. <ka...@te...> - 2002-11-20 17:29:19
|
TM4J 0.7.2 is now available for download from SourceForge. This release f= ixes=20 two bugs: 1) Ozone back-end failed to compile due to an obsolete source file left i= n the=20 source package. 2) XTMWriter incorrectly uses baseLocator to convert internal resourceLoc= ator=20 addresses into IDs In addition, this release remove all uses of the Java URL class from XTMW= riter=20 - this should prevent the reported network time-out problems when writing= out=20 a topic map file. Any bug reports should go to the SourceForge bug tracking system, logged = under=20 this release number (0.7.2). Cheers, Kal --=20 Kal Ahmed, techquila.com XML and Topic Map Consultancy e: ka...@te... p: +44 7968 529531 w: www.techquila.com |