Hi Guys,
Here, we are going to create a simple login form using jsps and servlets in eclipse.
Lets have a little introduction about these technical terms.
JSP: Java Server Pages (JSP) is a technology to create dynamically generated web pages based on HTML, XML, or other document types.
Servlet: Servlets, are server side java programs. Servlets are mainly used as a controller to process or store data that was submitted from an HTML form and to provide dynamic content such as the results of a database query. They can be thought as Java Applets that run on servers.
Eclipse: It is an Integrated development environment (IDE) used to develop applications in Java and, by means of various plug-ins, other programming languages also and it is an open source. Here, we use this IDE to develop our login example source code.