[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.
___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


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
library solution for making communication layer between these two layer.
For example engine can configure system's ip addr and the result post back
to interface. I think one way is engine generate xml for Catalyst model.
Catalyst's model handle this xml and serve as rest.
I need a tutorial links. :(
Thanks in advance.
___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/