JBoss Seam 2E Examples for Preview Chapters
February 11, 2008
The preview chapters will soon be released but you can get a sneak peak by accessing the code examples here. Feel free to download the examples and try them out! Each example project included in the source bundle is a variant of the Seam Hotel Booking example. The booking project demonstrates the use of natural conversations and navigation-based conversation management while the nestedbooking project demonstrates the use of nested conversations.
You can deploy the examples by first editing the included build.properties file to include the following settings:
- jboss.home - the location of your local JBoss instance (the examples have been tested against JBoss AS 4.2.2.GA)
- seam.home - the location of the latest Seam distribution (the examples have been tested against JBoss Seam 2.0.1.GA)
Once you have made these changes simply execute ant main deploy. This will build the example and deploy it to the configured JBoss instance. If you have any questions or run into any issues with the examples, please let us know!








Posted in 


content rss
Comments
March 12, 2010
Thanks for the tip, I’ll have a look at Ebean, looks interesting.
March 12, 2010
WRT limiting results and joins to OneToMany or ManyToMany … Ebean ORM uses...
March 12, 2010
Nice article. Good work.
June 17, 2008
Awesome, thanks for posting that here Maciej! I would recommend creating a JIRA...
June 17, 2008
I am also a great fun of reCaptcha project and Jboss seam, so I tried to integrate them...