Tutorial: Creating Java Web Application
December 21, 2009 Tutorial, java
In this tutorial you will learn how to create a simple Hello World Java web application. The application will not use any IDE and will solely depend on what JDK provides.
So, let start with our first java hello world web application.
Pre-Requisites
1- Download JDK from here. Latest JDK version at the time of writing this tutorial is 6.
2- Download and install/unzip Apache Tomcat web server (zip or tar for Linux or installer) from here