Common Gateway Interface (CGI) is a method for creating dynamic Web pages, that is, the Web page changes without the author physically changing it - the dynamic page is created on the server. The CGI... This description may be from another edition of this product.
I stumbled upon this book while looking for a web application framework that would have all the basic components I would need (i.e. authentication, session management, form processing, templating, database ...) so that I could focus solely on coding the application logic without reinventing the wheel.Surprisingly, this book documents a powerful and seemingly complete Perl-based web application framework called Extropia.The architecture is built in OO and has every core component I need. I downloaded the code from their Web site and simply copied it into my cgi-bin directory and found that all of their ready-made examples ran without any tweaking to my web server config! The examples include applications like Inventory Manager, Bug Tracker, Web Store, Address Book...A novice user can get these applications up and running with little effort. The applications are fully configurable.An advanced user who understands the concepts of OO Perl can create some really powerful applications. Wherever functionality is missing, just override or create your own custom method.I followed many threads in the newsgroups regarding the subject of Perl-based web application frameworks, and never ran across the name "Extropia" before. I consider Extropia and this book to be a best kept secret!Imagine building a fully functioning issue tracking database that performs some custom pre and post processing in just a couple days?!Although I can see how the authors are targeting novice CGI developers because the framework is designed to be easily configurable for novice users... I think the real power of Extropia is more for the advanced web application developer who is tired of reinventing the wheel and is looking for an excellent set of reusable components.Just my opinion.
ThriftBooks sells millions of used books at the lowest everyday prices. We personally assess every book's quality and offer rare, out-of-print treasures. We deliver the joy of reading in recyclable packaging with free standard shipping on US orders over $15. ThriftBooks.com. Read more. Spend less.