Servlets-Tutorials
Sevlets Tutorial - Java Servlets are server side components that provides a powerful mechanism for developing server side of web application. Earlier CGI was developed to provide server side capabilities to the web applications. Although CGI played a major role in the explosion of the Internet, its performance, scalability and reusability issues make it less than optimal solutions. Java Servlets changes all that. Built from ground up using Sun's write once run anywhere technology java servlets provide excellent framework for server side processing. |
|
|
|
Servlets-Tutorials
|
How to Get Referer URL Servlet
This example explains you how to get the referer url in Servlet. This tutorial explains you all the steps of getting the referer url in Java Servlet. In this example we will use the Eclipse IDE for compiling and Tomcat 7 as server for deploying the Servlet.
View Rating |
|
|