Article
Seam Generator Tutorial | Generate a crud web app in seconds
August 4, 2011 Updated February 19, 2017 1 min read test
This is just a quick note on the steps to run through when using the seam generator.
For a full walkthrough of how to build a java crud web application in under a minute, check out the video at the bottom of this page.
- ./seam setup
- ./seam create-project
- ./seam generate
- ./seam explode
You'll need to download:
- jBoss 5
- Seam 2
- MySQL
- MySQL jdbc driver (connector/j) - in the video he uses postgres, so you can use that too. When I tried with postgres I got to the end and there was no Browse Data button..