[Catalyst] (Catalyst as Communicate tier) XML MODEL

2009-02-15 Thread Mehran Parchebafieh
Hi all, I decided to use Catalyst as communicate layer of a project, I need read xml and then, serve the data with REST {json} to other. How I can define a xml model thro socket or every IPC? Actually catalyst placed on middle of an engine and web interface. Thanks in advance.

Re: [Catalyst] (Catalyst as Communicate tier) XML MODEL

2009-02-15 Thread Mehran Parchebafieh
joel thanks a lot. Yes, I got my answer [Catalyst::Model::Adaptor]. I already have not a standalone class which acts as a client for the webservice. I have a project that contains two main layer. one of them is engine and other is web interface. I want to know what is your idea and or catalyst's