Tutorial: Java/JSP Hello World Web Application in Eclipse
December 20, 2009 J2EE, Tutorial
Pre-Requisites
- Eclipse : I am using Eclipse 3.4 (Ganymede) for this application. You can download the latest version from here
- Tomcat : download from here
Level: beginners
This application is for newbie how want to start java web development. In this application we will create a web application in Eclipse platform and the application will be deployed on Tomcat web server. This application will only show some output on the JSP page.
Lets start with our application