October 28, 2008, 10:57 pm
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.
Copy HTML:
If you like this then please subscribe to the
RSS Feed .
October 26, 2008, 11:11 pm
A copy of my presentation on JBoss Seam in PDF format is available here .
Feel free to mail me your feedback at ashish@ebizss.com .
Copy HTML:
If you like this then please subscribe to the
RSS Feed .
October 25, 2008, 11:16 am
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 .