Thursday 27 March 2014


Lets Look at Servlets...

In this post you are going to learn how to create a simple Dynamic Web Project

Download the eclipse from
https://www.eclipse.org/downloads/packages/eclipse-ide-java-and-report-developers/keplersr2

and go through the following steps


  •   Create a Dynamic Web Project 





  • and here is the hierarchy looks like 



  • Right click on the app and create a new Servlet
  • Note : Dont select the Class because in order to run this app u need to create URL pattern in web.xml , and if u select servlet from the list eclipse will do it for u