What is Apache2::ASP?
Apache2::ASP is a web application framework inspired by Classic ASP, ASP.NET, Apache Struts (formerly “Jakarta” Struts) and JavaServer Pages (JSP). Apache2::ASP was developed specifically to address the following problems with web application development: • Unit Testing The ability to automatically test all or part of a web application. • Code Coverage Analysis The ability to ensure that the unit tests exercise the entire code base. • Profiling The ability to discover speed bottlenecks and eliminate them. In addition, Apache2::ASP provides the following features (to start): • Unified Configuration A single point of configuration, plus the ability to further refine the configuration via configuration post-processors. • Rich File Upload System File uploads, archiving, security and downloads via a simple Object-Oriented interface: the MediaManager. • Secure Authorization & Request Filtering Guaranteed security from unauthorized requests require only a few lines of simple code to set up. •