Archive for October 2008

JBoss Seam 2.1.0.GA seam-gen bug

There are 2 bugs in seam-gen of JBoss Seam 2.1.0.GA in the following 2 files:

view/view.xhtml.ftl - Line 100

property=parentParentPojo.indentifierProperty -> property=parentParentPojo.identifierProperty

view/edit.xhtml.ftl - Line 127

property=parentParentPojo.indentifierProperty -> property=parentParentPojo.identifierProperty

Once you have made the above changes, you will need to run seam delete-project and seam create-project before progressing further.

Introduction to JBoss Seam - PDF

JBoss Seam 2.1.0.GA Released!!!

JBoss have released 2.1.0.GA release of JBoss Seam. The highlights include identity management framework with ACL style permissions, an Excel reporting module, an embellished and more flexible seam-gen, first class support for Wicket, built-in support for URL rewriting and a technology preview of JAX-RS (REST) support through the RESTeasy project.

It is important to mention that Seam based web applications can be deployed to all major Application Servers such as WebSphere, WebLogic, OC4J and now Glassfish. It can also be deployed to Tomcat. Make sure you check out the examples.

Read more about the new release here.

Download it from here.

Check out a screenshot-by-screenshot example here.