Menu

Jaxor / News: Recent posts

Jaxor 3.5 Released!

Jaxor is an open source persistence framework for Java. Find out more details of the release at the website.

http://jaxor.sf.net

Posted by Michael Rettig 2004-03-30

Jaxor 3.4 Released

Jaxor harnesses the power of generative programming to provide transparent persistence to Java applications. The newest 3.4 release includes significant feature and performance enhancements.

http://jaxor.sf.net

Changes:
3.4 Final

*Added Microsoft Sql Server and Oracle to integration test suite.
*Fixed array parameter bug with interface generation.

3.4c

* removed validateLoad from mapper interface.
* Added mysql and postgres to integration test suite.
* Added support for primitives
* MapperRegistry now part of the JaxorContext
* Deleted JaxorTransactionFactory -> Use JaxorContextFactory... read more

Posted by Michael Rettig 2004-02-03

Jaxor 3.4b Beta Released With PicoContainer Integration

A new Jaxor beta has been released that includes an example of Pico Container integration.

http://www.picocontainer.org

Jaxor Development Team
http://jaxor.sf.net

Posted by Michael Rettig 2004-01-18

Jaxor 3.4 Beta Released

http://jaxor.sf.net

* Fixed bug that prevented mappers from being used properly on primary keys.
* Timestamps now checked during domain object interface generation using Qdox.
* Can now specify 'default' for each attribute.
* DTD changed to make naming more straightforward. attribute element changed to column.
* Performance enhancements on primary key checking.
* Mappers now cached by JaxorSession for the duration of the session. ... read more

Posted by Michael Rettig 2004-01-12

Jaxor 3.3 Released

For downloads, docs, and news, checkout the jaxor website.

http://jaxor.sourceforge.net

Posted by Michael Rettig 2004-01-05

New Jaxor Website

The Jaxor team has released a new version of the public website.

http://jaxor.sf.net

Posted by Michael Rettig 2003-11-12

Jaxor Beta 3.3

The newest beta brings a host of new features and design enhancements.

http://jaxor.sf.net

Posted by Michael Rettig 2003-09-10

Jaxor Wiki Now Available

A Wiki has been created for Jaxor.

You can find a link to the wiki from the homepage.

http://jaxor.sourceforge.net/

Jaxor is a simple, yet powerful tool for creating an object to relational mapping layer. In simple usages, jaxor allows developers to painlessly insert, update, and delete rows from tables. However, these simple beginnings can be expanded through an extensible mapping layer to create a full domain model that transparently maps to database tables.

Posted by Michael Rettig 2003-08-31

Jaxor 3.2 Beta Released

After a few months of codebase upgrades and testing, the newest beta of Jaxor has been released.

3.2 includes a complete code generation overhaul. Velocity is now used for all code generation. The templates are included in the distribution jar. Users can modify the templates for customized behavior. The internal codebase has been rewritten to allow for greater flexiblity. The internal libraries can now be used directly without using the code generator.... read more

Posted by Michael Rettig 2003-06-29

Jaxor 3.0 Beta Unleashed

Jaxor is a simple, yet powerful tool for creating an object to relational mapping layer. In simple usages, jaxor allows developers to painlessly insert, update, and delete rows from tables. However, these simple beginnings can be expanded through an extensible mapping layer to create a full domain model that transparently maps to database tables. The next evolution of Jaxor is out and ready for download. Jakarta's Velocity now provides the code generation engine. This provides a fully customizable code generation process using the Velocity Template Language (VTL). ... read more

Posted by Michael Rettig 2002-11-18

Jaxor 2.2 Released

Jaxor is a simple, yet powerful tool for creating an object to relational mapping layer. In simple usages, jaxor allows developers to painlessly insert, update, and delete rows from tables. However, these simple beginnings can be expanded through an extensible mapping layer to create a full domain model that transparently maps to database tables.

From an architecture standpoint, Jaxor now boasts an extensible xml model similar to Ant. The dynamic parsing model allows for the capability to plugin new code generators into the xml document, and back them by customized bean classes.... read more

Posted by Michael Rettig 2002-10-25