Definitions for "Java Servlets" Add To Word List
Login or Register  | Word Lists | Search History

Servlets are Java based applications for server side application.
Helpful?           0
Similar to any CGI script that captures and processes data, the JAVA language is also used to create server side programs that allow for complex data manipulation.
Helpful?           0
Java Servlets are Java applications that run on a web server. They are similar to other CGI web server applications See http://java.sun.com/products/servlet/whitepaper.html
Helpful?           0
A servlet is an application or a script that is written in Java and executed on a server, as opposed to on a client. It is analogous to CGI, although servlets are more than simply CGI scripts written in Java.
Helpful?           0
A Java application that is designed to execute on a webserver instead of on the client's computer. Servlets can be used in the same way that CGI programs...
Helpful?           0
Extensions that enable all Java servlet metafunctions, including instantiation, initialization, destruction, access from other components, and configuration management. Java servlets are reusable Java applications that run on a web server rather than in a web browser.
Helpful?           0
Java Servlet technology provides Web developers with a simple, consistent mechanism for extending the functionality of a Web server and for accessing existing business systems.
Helpful?           0