Download List

프로젝트 설명

CGI::Application is a Perl framework intended to
make it easier to create sophisticated, reusable
Web-based applications. This module implements a
methodology which can make Web software easier to
design, easier to document, easier to write, and
easier to evolve. CGI::Application builds on
standard, non-proprietary technologies and
techniques, such as the Common Gateway Interface
and Lincoln D. Stein's excellent CGI.pm module.
CGI::Application judiciously avoids employing
technologies and techniques which would bind a
developer to any one set of tools, operating
system, or Web server.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-02-19 16:38 Back to release list
3.0

사용하도록 변경되었습니다 () 메소드를 실행하는 Perl의 모두 실행 모드에 대한 동적 메서드를 호출하면, 이름의 여부에 의해 또는 코드 심판에 의해 만들어진. 이것은 실행 시간을 향상시키기 성능을위한 것입니다. 새로운 overridable 방법 cgiapp_get_query ()이 추가되었습니다. 그것은 () 메소드를 오버 라이드 cgiapp_get_query CGI.pm 외에 다른 모듈의 개체를 반환하는, 그것을 충분히 제공 호환이 가능합니다. run_modes () 메소드를 실행 목록 모드를 통해 배열을 참조로 지정 될 수 있도록 변경되었습니다. 이것은 자동으로 실행이 만들어집니다 - 테이블 모드를 실행할 매핑 - 실행 - 동일한 이름의 메서드 모드 모드.
Tags: Major feature enhancements
The run() method was changed to use Perl's built-in dynamic method call for all run modes, whether by name or by code ref. This is intended to improve run-time performance. A new overridable method cgiapp_get_query() was added. It is possible to override the cgiapp_get_query() method to return an object of some other module besides CGI.pm, providing that it is sufficiently compatible. The run_modes() method was changed to allow a list of run-modes to be designated via an array reference. This will automatically create a run-modes table which maps from a run-mode to a run-mode method of the same name.

Project Resources