Home - Technology Index - Alphabetically - S - Servlet

After the Storm - Internet Technologies

Home
Technology Index
Alphabetically
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
SA4J (Structural Analysis for Java)
SAAJ (SOAP with Attachments API for Java)
SAML (Security Assertion Markup Language)
Sandesha
SAR (JBoss Service Archive)
SASL (Simple Authentication and Security Layer)
SAX (Simple API for XML)
SCM (Supply Chain Management or Software Configuration Management)
SCSL (Sun Community Source License)
SDO (Service Data Object)
Semantic Web
Servlet
SFSB (Stateful Session Bean)
SHTTP (Secure HTTP)
Simple
Simple Network Management Protocol
SJS AS PE (Sun Java System Application Server Platform Edition)
Slide
SLSB (Stateless Session Bean)
SMIL (Synchronized Multimedia Integration Language)
SOA (Service Oriented Architecture)
SOAP (Simple Object Access Protocol)
SOAP: See Axis
SOBA (Service Oriented Business Architecture): see SOA
SPEM (Software Process Engineering Metamodel)
Spring
SQL (Structured Query Language)
SSL (Secure Socket Layer)
Stateful Session Bean
Stateless Session Bean
Struts
StrutsTestCase
Sun Java System Application Server
Sun Solaris
SuSE
SVG (Scalable Vector Graphics)
SVN (Subversion)
Swing
SWT (Standard Window Toolkit)
T
U
V
W
X
Y

Servlet

In short, a servlet is a piece of Java code that (usually) produces HTML output that gets displayed by a browser. Tomcat and Resin are popular implementations of Servlet engines.

Actually, any output can be generated: HTML, SVG, plain text, images, anything. In example, a servlet might perform a data base request and format the results as an HTML table.

Homepage: http://java.sun.com/products/servlet/

Book tip: Java Servlet Programmierung


© 1998-2005 Christian Treber, ct@ctreber.com. All rights reserved. The author takes no responsability for linked external pages, the content of which by no means reflect his own opinion, convictions etc.