Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
3,918,454,698 visitors served.
forum Join the Word of the Day Mailing List For webmasters
?
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

Java servlet
(redirected from Servlet containers)

   Also found in: Wikipedia 0.01 sec.
(World-Wide Web)Java servlet - (By analogy with "applet") A Java program that runs as part of a network service, typically an HTTP server and responds to requests from clients.

The most common use for a servlet is to extend a web server by generating web content dynamically. For example, a client may need information from a database; a servlet can be written that receives the request, gets and processes the data as needed by the client and then returns the result to the client.

Applets are also written in Java but run inside the JVM of a HTML browser on the client. Servlets and applets allow the server and client to be extended in a modular way by dynamically loading code which communicates with the main program via a standard programming interface.

Servlets are more flexible than CGI scripts and, being written in Java, more portable.

The spelling "servelet" is occasionally seen but JavaSoft spell it "servlet". There is no such thing as a "serverlet".

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


Want to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit the webmaster's page for free fun content.
?Page tools
Printer friendly
Cite / link
Feedback
Mentioned in?  References in periodicals archive?   Encyclopedia browser?   Full browser?
No references found
 
App Engine's use of standard Java APIs and libraries enables developers to work with the Java tools and frameworks they're already familiar with, and ensures the easy deployment of their Java code to all standard J2EE servlet containers, including IBM WebSphere, Tomcat and others.
Java EE servers are complex, and servlet containers aren't designed for exposing software components as services," said Joe Niski and Kirk Knoernschild, analysts with Burton Group.
These features include support for leading tools and platforms of enterprise application ecosystems, including: an out-of-the box adaptor for TIBCO AMI, an Apache Axis SOAP adaptor, manageability for Apache Tomcat servlet containers and enhanced security with a context-based authentication service for its adaptors and the built-in Rules Engine.
 
 
 
Encyclopedia
?

Terms of Use | Privacy policy | Feedback | Advertise with Us | Copyright © 2012 Farlex, Inc.
Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.