Apache-Sling
view release on metacpan or search on metacpan
Apache-Sling version 0.27
=========================
Welcome to the Apache Sling library for perl. This library sets out to make it
simple to interact with the apache sling web framework from a perl application,
thus making it easier to harness the power of java and perl simultaneously!
Apache Sling is a web framework that uses a Java Content Repository, such as
Apache Jackrabbit, to store and manage content.
Sling applications use either scripts or Java servlets, selected based on
simple name conventions, to process HTTP requests in a RESTful way.
The embedded Apache Felix OSGi framework and console provide a dynamic runtime
environment, where code and content bundles can be loaded, unloaded and
reconfigured at runtime.
As the first web framework dedicated to JSR-170 Java Content Repositories,
Sling makes it very simple to implement simple applications, while providing an
enterprise-level framework for more complex applications.
See: http://sling.apache.org for more information about sling.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
lib/Apache/Sling.pm view on Meta::CPAN
return 1;
}
#}}}
1;
__END__
=head1 NAME
Apache::Sling - Perl library for interacting with the apache sling web framework
=head1 ABSTRACT
Top level Entry point to the Apache Sling libraries. Provides a basic
configuration for running the various Sling operations.
=head1 METHODS
=head2 new
lib/Apache/Sling.pm view on Meta::CPAN
Check number of forks to create complies with maximum number of forks
allowed.
=head1 USAGE
use Apache::Sling;
=head1 DESCRIPTION
The Apache::Sling perl library is designed to provide a perl based interface on
to the Apache sling web framework.
=head1 REQUIRED ARGUMENTS
None required.
=head1 OPTIONS
n/a
=head1 DIAGNOSTICS
( run in 0.669 second using v1.01-cache-2.11-cpan-e1769b4cff6 )