Monday, November 30, 2009

EasyWeb4J 0.3 is Out with Support for Cleaner URLs

After quite a long time of silence, EasyWeb4J 0.3 has been released. Some of the major changes in this release include,
  1. The "/dispatcher" part is dropped from the URLs as EasyWeb4J now uses a filter instead of a servlet for dispatching requests.
  2. An improved API for hashing with support for easy salt generation.
  3. Unified handling of both muti-database and single-database projects.
  4. A significantly improved code architecture.
This release breaks compatibility with 0.2 in few minor ways.
  1. /src/main/resources/repositories.properties must be present even for single-database projects. This file would be auto-generated when creating new projects.
  2. The "dispatcherRoot" attribute is not set anymore as it does not exist.
All previous samples in this blog have been updated to use the new version. Grab it and enjoy web development with Java!

0 comments:

Post a Comment