The third milestone release of version 1.1 ( version 1.1 M3) of COMPASS is released. It includes the following major features… Support for polymorphic relationships Better cyclic mappings support FS Transactional Log Runtime Settings JdbcDirectory support Oracle 9 Initial XA Support Performance Improvement At the same time one other important news is that, hibernate isContinue reading “The new version of Compass is released”
Category Archives: Java
Some new releases…
Spring 2.0.1 : This is the first maintenance release for Spring 2.0, including fixes for most bugs that have been reported since 2.0 final as well as many minor enhancements. This release also introduces OpenJPA support and GlassFish weaving support. JUnit 4.2 : JUnit is a regression testing framework used for implementing unit tests inContinue reading “Some new releases…”
HSQLDB: a lightweighted relational database
HSQLDB is a relational database engine written 100% in Java , with a JDBC driver. This supports a subset of ANSI-92 SQL. It is best known for its small size, ability to execute completely in memory and its speed. It offers a small (about 100k), fast database engine which offers both in memory and diskContinue reading “HSQLDB: a lightweighted relational database”
jTrac : a lightweight Bug tracking system build on Spring
Have you ever used jTrac? … If you want to track the errors and issues causing with in the development or testing environment then, I am sure this will be better option for you. jTrac is a web-based application ideal for issue tracking with built-in workflow. It is a lightweight J2EE application built on theContinue reading “jTrac : a lightweight Bug tracking system build on Spring”
