Seam Generator Tutorial | Generate a crud web app in seconds

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.

  1. ./seam setup
  2. ./seam create-project
  3. ./seam generate
  4. ./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..