Index of /ports_www/p5-libservlet
Name Last modified Size
Parent Directory -
Makefile 31-Aug-2009 12:33 1.8K
distinfo 28-May-2011 14:15 139
pkg-descr 28-Jul-2001 10:28 866
pkg-plist 24-Oct-2003 16:05 1.9K
The Servlet API for Perl (libservlet) is a formulation of the Java (TM)
Servlet API in Perl.
While the servlet concept originated with Java (TM), its component model is
quite natural for Perl as well. By writing servlet applications and deploying
them in a servlet container, 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 container 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 container.
WWW: http://libservlet.sourceforge.net/