TOC PREV NEXT INDEX



CHAPTER 15 Servlet and
HttpServlet Composers


The Servlet Composer and the HttpServlet Composer allow you to create Java Servlets. Servlets are Java programs which run on network servers, processing requests from clients on the local network or on the world wide web.

This chapter will cover

Creating a new Servlet or HttpServlet Composer

A new Servlet or HttpServlet Composer can be created in the same way as the other Composer files. Choose Servlet or HttpServlet under the Create menu in the Simplicity IDE, or use the Button Bar in the IDE.


Data Representations, Inc.
http://www.datarepresentations.com
support@datarepresentations.com
sales@datarepresentations.com
TOC PREV NEXT INDEX