[Catalyst] Catalyst::Helper::Controller::Scaffold::REST
and corresponding ajax Class::DBI-like module
Matt S Trout
dbix-class at trout.me.uk
Fri Nov 4 15:38:47 CET 2005
On Fri, Nov 04, 2005 at 10:26:30AM +0000, Jules Bean wrote:
> It would be cool to have some more 'clients' for this 'server' too. For
> example, a version of CDBI (or, better, DBIC :P) which backends onto
> HTTP to access a remote DB. Now imagine a web application for e.g. email
> or photo storing which I can now access from local perl as if it was a
> local database. Nice.
Have a look at Kaare Rasmussen's Business::Bof, which provides the ability
to server @arbitrary_perl_classes over SOAP, including CDBI - and which he's
now planning to port to DBIx::Class.
Also note that DBIx::Class keeps the storage layer properly encapsulated
behind the Storage and Cursor interfaces (unlike CDBI ...) so if
anybody fancies writing DBIx::Class::Storage::REST then I'd be happy to
help out.
--
Matt S Trout Specialists in Perl consulting, web development, and
Technical Director UNIX/Linux systems architecture and automation. Mail
Shadowcat Systems Ltd. mst (at) shadowcatsystems.co.uk for more information
+ Help us build a better perl ORM: http://dbix-class.shadowcatsystems.co.uk/ +
More information about the Catalyst
mailing list