Generate the EJB 3.0 Project

Generating your EJB 3.0 project is similar to how you generate any other project using AndroMDA. You can either use the AndroMDApp generator or Android. Both can be referenced from AndroMDA's web site.

Using the AndroMDApp generator, simply run the following command

mvn org.andromda.maven.plugins:andromdapp-maven-plugin:generate

And follow the process. The following diagram illustrates how to generate a template EJB 3.0 project with MySQL, JSF + Facelets, WebService and JBoss Seam enabled.

images/andromdapp.gif

Next

Now you are ready to start going through the howtos to model your EJB 3.0 requirements. You cas start with learning about entity POJOs here.