Java Reference
In-Depth Information
Another solution is to use a Java servlet. Recall that servlets are modules
that run inside request/response-oriented servers — such as Java-enabled Web
servers — and extend them. For example, a servlet might be responsible for tak-
ing data in an HTML order-entry form and then applying the logic necessary to
update a company's order database.
Servlets replace cumbersome and less robust Common Gateway Interface
(CGI) programs, which are platform dependent. Because they are written in
Java, servlets can be used on many different platforms hosting Web servers.
Servlets also offer substantial performance advantages for developers and Web-
masters because — unlike CGI code — servlets do not create additional
processes each time a request is made from a browser. Servlets are developed
with the Java Servlet API, a standard Java extension. Many popular Web servers
already support servlets.
Quitting TextPad
The following step quits TextPad and returns control to Windows.
To Quit TextPad
1. Click the TextPad program button on the taskbar to redisplay the
TextPad window.
2. Click the Close button on TextPad's title bar.
The TextPad window closes and the Windows desktop is displayed.
OTHER WAYS
1. Press ALT + F , X
Search WWH ::




Custom Search