This simple tutorial will show you how to create a simple web application using mevenide2-netbeans. After the application will be created, we will run it using the Bundled Tomcat server launched by Netbeans IDE, and seen the result in your favourite browser.
For convenience reason, we use here the Bundled Tomcat Server provided by default in Netbeans, but, it is possible to use other web containers.
Select "archetypes" and click "Next".

Select "Simple webapp project" and click "Next".

Enter a correct name for the project and click "Finish".

Yes, "helloWorldWebApp" can be an appropriate name for our web application.

You can find the webapp structure in the "projects" tab.

Here you can use the HTTPMonitor, which helps to see the communication between the client browser and the Bundled Tomcat Server.

Rickt click on the project, select the "Build" menu item. It will generate in the target folder the war artifact, helloWorldWebApp.war
Is there a simpler manner to begin in web application development ?