Friday, July 17, 2009

EasyWeb4J-0.1 is Finally Out in the Wild

After close to two months of development, EasyWeb4J 0.1 is stable enough to break away from BETA. :)

This release fixes a couple of bugs from the BETA release. Some of the benefits offered by EasyWeb4J over other Java web application stacks are:
  1. Minimal XML configuration (needed only for Servlet and Hibernate/JPA configuration).
  2. Out of the box support for pretty URLs.
  3. Does not require using custom tags where standard HTML elements work just fine. So HTML from designers can be used directly with very little modification.
  4. Simple and yet very effective layout system.
  5. Handles transactions and lazy initializations without the developer having to worry about them.
Grab it, give the Tutorial a shot and re-discover fun in Java web development.

1 comments: