Microsoft reverse decision regarding no more IE releases

Microsoft have reversed their decision to not release any more versions of separate from Windows, and have announced they are planning on releasing beta versions of IE 7.0 this summer.

Previously Microsoft stated that the only future releases of IE would be bundled and presumably integrated into future releases of Windows, such as Longhorn, which may be released next year (2006).

One can only guess that they are feeling pressured to keep up the maintenance and security updates, and are also feeling pressure from the widespread adoption of Mozilla Firefox.

iBATIS SQLMaps – more control over SQL

One of the main problems (from a DBA perspective) is that using ORM tools like Hibernate reduces the control over the SQL that actuallu hits the database. With Hibernate, the SQL is generated and executed at runtime, leaving little opportunity for the DBA team to be involved in tuning the SQL for optimal performance.

iBATIS SQLMaps offers a framework which simplified the use of JDBC, but still allows the opportunity to tune and tweak the SQL, offering more fine tuned control.

Rapid Java development with Trails

Hot on the heels of Ruby on Rails (a very fast development framework for web/db based applications), Trails is a Java development framework in the same vein which allows for rapid domain based Java development.

The framework promises to allow developers to concentrate on the domain model and the logic, and then generates all the necessary plumbing code and wires it together using other frameworks such as Tapestry, Spring and Hibernate.

They have a demonstration video walking through the steps available on their site.