Building Tapestry Application
Softwares required
1. Eclipse IDE
2. JDK 1.7
3. Tomcat 7.0
4. Maven 3
Create Maven Project with quickstart Archetype
Run the below command in the command prompt and enter groupId,artifactId and version details, once the archetype is generated import that project in to your eclipse project.
we need to select the quick start archetype.mvn archetype:generate -DarchetypeCatalog=http://tapestry.apache.org
Build the project and deploy in to tomcat server or use the eclipse run on server option to directly run,
Project structure

No comments:
Post a Comment