JSP

JSP User Name Password Login Example

In this first example, client sends user name and password to JSP on the Server. Server receives, validates and sends back the validation result to client as response. JSP User Name Password Login Example Following is the client-side HTML file calling Validation.jsp File Name: UserPass.html Enter User Name Enter Password <form method="get" action="http://localhost:8888/india/Validation.jsp"> In the …

JSP User Name Password Login Example Read More »

JSP in Tomcat Execution 6 Steps

Install Tomcat server of your choice version by downloading from Apache site. Many versions of Tomcat can be found in the following link. http://tomcat.apache.org/download-60.cgi Check with the documentation of what JDK or JRE version is compatible to the specific Tomcat version. For example I have loaded Tomcat 5.0 and is compatible with JDK 6.0. While …

JSP in Tomcat Execution 6 Steps Read More »

What are the prerequisites to learn JSP?

JSP prerequisites to learn JSP Knowledge of HTML (especially forms) is essential. Core Java concepts of java.lang and java.util classes (not required networking, multithreading, inner classes and AWT etc.) are essential. Requires practice of Java OOPs programming. A little bit of Servlet knowledge is preferred but not compulsion because sometimes, I compare JSP with Servlets …

What are the prerequisites to learn JSP? Read More »