Nate Wiger wrote:
> If you can send me a pointer to writing a controller base class, I'll 
> certainly check it out. I didn't consider this an option, to be honest. 
> I was trying to model it after XMLRPC, which is nice and easy to load 
> with its :XMLRPC attribute. But I'm open to other possibilities.

"Poke at Catalyst::Base" - each attr causes the _parse_Name_attr method to be 
invoked during which you can do as you will.

Catalyst::Plugin::XMLRPC is a complete disaster of a design cockup and 
considered *strongly* disrecommended. Catalyst::Plugin::Server obsoletes it so 
far as I'm concerned.

> On a totally separate topic (perhaps inappropriate here): DBIx::Class is 
> awesome, but looks like it's missing a couple Oracle things for 
> autodetecting sequences/triggers. Are you interested in Storage::Oracle 
> patches for this?

Always! Hop onto the dbix-class list or nab us on IRC. Pretty much all the 
Storage::DBI::* stuff is contributed by people who know that database well; 
I'm neutral due to hating all database implementations

-- 
      Matt S Trout       Offering custom development, consultancy and support
   Technical Director    contracts for Catalyst, DBIx::Class and BAST. Contact
Shadowcat Systems Ltd.  mst (at) shadowcatsystems.co.uk for more information

+ Help us build a better perl ORM: http://dbix-class.shadowcatsystems.co.uk/ +

_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to