aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes Seam on Tomcat with MySQL Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Seam on Tomcat with MySQL" Watch "Seam on Tomcat with MySQL" New topic
Author

Seam on Tomcat with MySQL

Doug Crews
Greenhorn

Joined: Nov 19, 2004
Posts: 3
I've been playing with Seam for a bit, and the tutorials I've seen don't handle my typical development scenario: Eclipse/Tomcat/MySQL. The pieces are there, but not the whole picture.

Can you give a quick demo of what's required to deploy in this manner for development and testing, followed by the changes required to deploy to JBoss/WebSphere/OAS/whatever?
Michael Yuan
author
Ranch Hand

Joined: Mar 07, 2002
Posts: 1427
check out the "examples" directory in Seam distribution. Most examples can be built into Tomcat WARs. The jpa and hibernate2 examples run on WAS/WLS/GF etc. They use the default data sources in those app servers. You will need to setup your own data source for MySQL -- but that is covered in the app server manual.


Seam Framework: http://www.amazon.com/exec/obidos/ASIN/0137129394/mobileenterpr-20/
Ringful: http://www.ringful.com/
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: Seam on Tomcat with MySQL
 
Similar Threads
Using Seam in conjunction with Tomcat en JSF
DeploymentException in Seam example dvdstore
Wanted to clear up a misconception about Seam
Seam integration with JBPM timers
Seam 2.1 Identity Management and SSO