Archive for February, 2005:

Eclipse web tools 1.0M3 available for Download

There is a new release of the Eclipse web tools project. If you don’t already know, its essentially the tools that come build into WSAD but opensourced and now part of the eclipse project. get it here and watch out for all the extra files you need to download.

Leave a Comment

zero configuration with hibernate?

When looking into Ruby on Rails, one of the nice things about it, is the almost complete lack of configuration. A domain object in Rails is ‘automagically’ able to be persisted. Even something like a database table name is ‘guessed’ from the class name itself rather then the programmer providing the information in some sort [...]

Comments (1)