2010-03-17

Ujorm 0.93 released

The open-source ORM framework Ujorm 0.93 for rapid Java development based on a relation database has been released. The framework provides a type-safe API for database queries so the most of typing errors are detected before running the application. Developer can take an advantage of a code-completion in their favorite IDE at coding time.

New features:
  • incremental database update by meta-model using DDL statements
  • LIMIT and OFFSET are supported
  • database indexes are created by the meta-model, added support for unique, non-unique indexes including the composed one
  • checking of SQL keywords
  • more enhancements inspired by the real needs of developers of commercial application

Release of version 1.0 is scheduled for autumn 2010, in this version is planned:
  • controlling the session and transactions by the Spring Framework 
  • support for calling database stored procedures
  • completing Wiki documentation

Related links: