In this tutorial we are going to learn how to create Web Application from command line. We are going to use Maven Archtype plugin maven-archetype-webapp
That's it, import the new web based project to your IDE and start developing your project.
Example Project
Dependencies and Technologies Used:
JUnit 3.8.1:
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.