Archive

Posts Tagged ‘Java’

H2 Database Engine

March 22nd, 2007

I’m a big fan of HsqlDB for writing tests.

Yesterday I discovered this projet : H2 Database, written by the same author. It seems to have better performance for larger applications and better support for ACID properties.

Blog , ,

JavaDoc evolution with DocWrench

June 16th, 2006

In a previous post, I wondered if JavaDoc should evolve to replace the standard/framed/plain HTML/sober JavaDoc by something more sexy/responsive/Ajax.

This is what the DocWrench project is trying to achieve.

  • Tabbed view,
  • “Google Suggest like” search field,
  • Responsive interface,
  • Not yet sexy however.

Blog

Should JavaDoc evolve ?

January 28th, 2006

JSR260 tries to answer this question : Should Javadoc evolve ?

I personnaly almost never use Javadoc since I use Eclipse and jump directly to the code.

One way improve would be to use Ajax to replace the old frame template. It would add search capabilities with auto completion. But Google does it for us allready…

Blog