Main > Programming > Libraries >

Apache2::Ajax 0.1

Apache2::Ajax 0.1

Sponsored Links

Apache2::Ajax 0.1 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.010 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 957
Date added: 2007-03-19
Publisher: Randy Kobes

Apache2::Ajax 0.1 description

Apache2::Ajax is a mod_perl interface to CGI::Ajax.

SYNOPSIS

######################################################
# in httpd.conf
PerlLoadModule Apache2::MyAjaxApp
< Location /ajax >
SetHandler perl-script
PerlResponseHandler Apache2::MyAjaxApp
PJX_fn js_function_name perl_function_name
PJX_html Show_Form_sub
PJX_JSDEBUG 2
PJX_DEBUG 1
< /Location >
######################################################

######################################################
# module file Apache2/MyAjaxApp.pm
package Apache2::MyAjaxApp
use Apache2::Ajax;
# use whatever else

sub perl_function_name {
my @params = @_;
# do whatever
return $return_value;
}

sub Show_Form_sub {
my $html = ;
# construct html string
return $html;
}

sub handler {
my $r = shift;
# do stuff
my $ajax = Apache2::Ajax->new($r);
$r->print($ajax->build_html());
return Apache2::Const::OK;
}
1;
##################################################

This module is a mod_perl2 interface to CGI::Ajax, which provides a mechanism for using perl code asynchronously from javascript-enhanced HTML pages.

As well as mod_perl2, this package requires CGI::Ajax, as well as a CGI.pm-compatible CGI module for supplying the param() and header() methods. If available, CGI::Apache2::Wrapper will be used, which is a minimal module that uses methods of mod_perl2 and Apache2::Request to provide these methods; if this is not available, CGI (version 2.93 or greater) will be used.

Setting things up can be illustrated by the following example of CGI::Ajax, which contains a more thorough discussion, as well as a number of illustrative example scripts.

Apache2::Ajax 0.1 Screenshot

Advertisements

Apache2::Ajax 0.1 Keywords

Bookmark Apache2::Ajax 0.1

Hyperlink code:
Link for forum:

Apache2::Ajax 0.1 Copyright

WareSeeker periodically updates pricing and software information of Apache2::Ajax 0.1 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Apache2::Ajax 0.1 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Apache2::ModBT is a mod_perl interface to mod_bt. Free Download
Apache2::JSONRPC is a mod_perl handler for JSONRPC. Free Download
Apache2::Autocomplete is a Perl module to autocomplete service backend via mod_perl. Free Download
PHP AJAX DataGrid - is a powerful script, that allows you to display data in grid layout. It is very simple to set up and works with AJAX module. Free Download
Apache::PageKit is a MVCC web framework using mod_perl, XML and HTML::Template. Free Download
Apache2::PageKit is a MVCC web framework using mod_perl, XML and HTML::Template. Free Download
Apache2::ASP::Server is an utility object for Apache2::ASP programming. Free Download
Apache2::UploadProgress is Perl module to track the progress and give realtime feedback of file uploads. Free Download