GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Servlet(3) User Contributed Perl Documentation Servlet(3)

Servlet - Perl Servlet API v2.3

The Servlet API for Perl (libservlet) is a formulation of the Java Servlet API in Perl. The current version of the API is 2.3.

While the servlet concept originated with Java, its component model is quite natural for Perl as well. By writing servlet applications and deploying them in a servlet engine, application authors can spare themselves the effort of writing commonly needed web application infrastructure components for each new project. Furthermore, servlet applications are portable between deployment environments; they can be executed in any servlet engine using any process model with only a few configuration changes and no application code changes. Servlet applications are insulated from changes in vendor or platform and are able to portably take advantage of standard web infrastructure services offered by any servlet engine.

Exception::Class

The "libservlet" web site at http://www.maz.org/libservlet/

Brian Moseley, bcm@maz.org

Documentation for Servlet API classes is inspired by (read copied with modifications from) the Java Servlet Specification and the J2SE, J2EE and jakarta-servlet-4 API docs. Thanks!

2001-07-13 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.