The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 2.10 - 2012-09-30

  • Split UNIVERSAL::ExtDirect sub declaration into separate modules for Perls < 5.12 and 5.12+, which makes RPC::ExtDirect 2.x compatible with Perl 5.6+ again. With older Perls, ExtDirect attribute handler will be processed in CHECK phase as it was in 1.x; with 5.12+ the handler is processed in BEGIN phase to make it compatible with Apache2/mod_perl. So now we have the both of two worlds and it is no longer necessary to keep RPC::ExtDirect 1.x for older Perls.

Modules

Expose Perl code to Ext JS RIA applications through Ext.Direct remoting
Remoting API generator for Ext.Direct
Default options for ExtDirect API
Ext.Direct polling provider demo
Part of Ext.Direct interface demo
Part of Ext.Direct interface demo
Handles JSON Ext.Direct requests
The way to pass data to client side
Collects Events and returns serialized stream
Provides standard Ext.Direct Exceptions
Implements Ext.Direct method hooks
Something to return when there is nothing to give back
Implements Ext.Direct Request objects
Ext.Direct request dispatcher
Provides data serialization into JSON

Provides

in lib/RPC/ExtDirect/BEGIN.pm
in lib/RPC/ExtDirect/CHECK.pm