FLAP - Flash Remoting in Perl

FLAP update history

Aug 3, 2003. Version 0.08 uploaded. Petstore example implemented!!! Also, rewrote Flash::FLAP::new() to accept both Flash::FLAP->new and $flap->new.

Jul 26, 2003. Version 0.07 uploaded. Fixed a bug that would wrongly detect end-of-file in the input data on Windows and replaced the "our" keyword that is not backwards-compatible. Created pseudo_query() in Util::Object that encapsulates the recordset format.

Jun 22, 2003. Version 0.06 uploaded. Added an example that talks to a database on the server side. This is implemented via Flash::FLAP::Sql::MysqlRecordSet.pm. Got rid of a couple of "uninitialized" warnings.

Apr 29, 2003. Version 0.05 uploaded. It supports Windows and mod_perl 1.

Apr 14, 2003 - FLAP renamed to Flash::FLAP. Version 0.03 uploaded. Added ser vice discovery - now you can register a directory and put Perl packages in it. Every package will be considered a service. Macromedia Service Browser support added.

Mar 11, 2003 - FLAP-0.02 uploaded. Verified trasfer of basic data types from Flash to Perl. Parameters are now sent to Perl functions as an array, not an array ref.