Home > Archive > PERL Modules > April 2007 > Modules for AJAX framework
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Modules for AJAX framework
|
|
| Ignoramus6419 2007-04-03, 4:01 am |
| Are there any great perl modules that you personally like, for
implementing AJAX framework under mod_perl. Thanks.
i
| |
| Sherm Pendley 2007-04-03, 4:01 am |
| Ignoramus6419 <ignoramus6419@NOSPAM.6419.invalid> writes:
> Are there any great perl modules that you personally like, for
> implementing AJAX framework under mod_perl. Thanks.
It's not all that much different on the server side. A little easier, in
fact, since you don't have to worry about formatting the data - the client
does that.
The JSON module is useful though, for taking a data structure and dumping
it to JavaScript's JSON format.
sherm--
--
Web Hosting by West Virginians, for West Virginians: http://wv-www.net
Cocoa programming in Perl: http://camelbones.sourceforge.net
| |
| Ron Savage 2007-04-03, 7:59 am |
| Sherm Pendley wrote:
Hi
Here's one whose name is very obscure: JavaScript::RPC::Server::CGI
|
|
|
|
|