Win32-ASP-DB - an object-oriented framework for developing database front-ends using ASP and PerlScript |
Win32-ASP-DB - an object-oriented framework for developing database front-ends using ASP and PerlScript
The Win32-ASP-DB framework makes it much easier to deploy robust, full-featured database front-ends that include widespread business logic. The framework makes extensive use of Perl's object-oriented support, including the flexibility built into that support which allows it to be extended.
The system relies upon ASP, PerlScript, and ADO very heavily.
It requires the Perl modules Error::Unhandled
and Class::SelfMethods
,
available on CPAN.
The documentation is currently 60% completed. There isn't much, however, in
the way of a tutorial. I'd recommend looking through the DocSample
directory. After looking through it, you may wish to install it on your IIS
server so that you can play with it from a web browser as well.
Win32-ASP-DB - an object-oriented framework for developing database front-ends using ASP and PerlScript |