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
December 13, 2007
As you’ve mentioned above, the event org.jboss.seam.conversationTim eout...
December 13, 2007
Hi again, Thanks for the answer. However, this does not allow me to get the conversation...
December 13, 2007
Hi John, You can always observe the event: org.jboss.seam.conversationTim eout...
December 13, 2007
Hi Jackob, I have a simple question about conversation timeout: Given that I have a...
December 4, 2007
I am also interested on getting the source code. I have a doubt on performance of such a...