Esteemed Monks,
Inspired by the
"Perl Makes Easy Things Easy and Hard Things Possible" motto,
Apache2::ASP is now available for Beta testing.
I wrote
Apache2::ASP because I found myself doing too much scaffolding to produce the same set of features everytime I needed them. Things like database-persisted Session state, file uploads with a progress bar and server-generated thumbnail images used to take me hours (or more) to go from zero to finished. With
Apache2::ASP I can be done within an hour or so.
There are some examples over at http://apache2-asp.no-ip.org/ so you can see it in action:
PROS
- Apache2::ASP is a 99.99% clean rewrite, intended only to run under mod_perl2.
- Apache2::ASP has relatively few dependancies compared to its Perl contemporaries.
- Apache2::ASP is 100% pure Perl and requires no extra compilation of XS modules.
- Apache2::ASP is object-oriented and subclassable (even more attention will be paid to this in the very near future).
- Apache2::ASP offers a 100% ASP environment (Perl embedded within HTML) as well as a closer-to-the-metal environment (Just Perl) which is very similar to ASP.Net's *.ashx Generic Handlers.
- Apache2::ASP persists Session and Application state in an SQL database. This feature enables development of Apache2::ASP websites that span multiple servers and supports load-balancing without requiring session-affinity.
- The simple codebase makes this a candidate for Perl6 conversion when the Time is Right.
CONS
**ANOTHER** WEB FRAMEWORK?
I know, I know - web frameworks are to Perl as string libraries are to C. None of the existing web frameworks did quite what I wanted them to do.
Catalyst does much more than I want and is too verbose.
Anything that uses Template Toolkit is a turn-off for me because of TT's sub-language and I'm never quite sure if it will install or not (dependancies, dependancies, dependancies).
I'ved used
Apache::ASP for years and finally could not handle forcing database-persisted Sessions onto it anymore.
QUESTIONS
- What would you like to see in Apache2::ASP?
- What other examples would you like to see on http://apache2-asp.no-ip.org?
- Which Favorite Features does your web framework of choice have that you just can't live without?
Best Regards,
John Drago
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.