|
|
| I |
ntroduction to Java Servlets |
| | |
|
Introduction
|
|
|
Early web sites were collections of web pages linked together by Hypertext Markup Language (HTML). Today, websites feature multimedia, e-commerce applications, and other sophisticated web-based applications such as voice over IP and online banking. In addition, there have been advances in web server technologies such as the development of application servers, and dynamic content creation technologies like Java Server Pages (JSP) and Active Server Pages (ASP).
Java Servlets are server side Java programs that require either a Web Server or an Application Server for execution.
This article describes Java Servlet technology.
|
|
|
|