I'm starting a project and have been playing with the three ways of rpc.
Using SOAP with Axis, Using xml-rpc with apache xml-rpc and using java-rpc.
What I like most was xml-rpc, but I don't know how to manage session state and authentication using it.
Using java-rpc makes really easy the session management, so perhaps I will have to use java-rpc.
Anyone knows a good article about session and authentication management using xml-rpc ?
Thanks !
On 10/24/06, Alec Lebedev <[EMAIL PROTECTED]> wrote:
Hi,
I have implemented a Java class, which I need to expose to the Laszlo client. I am currently using Spring and xStream to expose objects returned from the Java class methods to the client. I know that Laszlo provides several ways to do RPC, e.g. JavaRPC, XML-RPC, SOAP, etc., but am not sure which one will be the most appropriate for me.
What factors should I consider when deciding which RPC type to use?
Can anyone share their experience with Laszlo RPC?
Thanks.
Alec
_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user
