This screencast shows you how to create a new project for JBoss AS 7 both in Eclipse and on the command line. You can read a full tutorial at https://docs.jboss.org/author/display/AS7/Getting+Started+Developing+Applications+Guide#GettingStartedDevelopingApplicationsGuide-Creatingyourownapplication. If you want to follow along, the archetype catalog for JBoss is available at https://repository.jboss.org/nexus/content/groups/public/archetype-catalog.xml and the command for generating an archetype is mvn archetype:generate \ -DarchetypeArtifactId=jboss-javaee6-webapp \ -DarchetypeGroupId=org.jboss.spec.archetypes \ -DarchetypeVersion=7.0.0.CR1 \ -DarchetypeRepository=http://repository.jboss.org/nexus/content/groups/public