| 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/
|
 |
 |
|
|
subject: Seam on Tomcat with MySQL
|
|
|