I tried a bit with javarpc, the thing I didnt like about it was the boxing/unboxing of java classes was incosistent (especially dates) and there was no way to provide a customer convertor.
I ended up using simple JPS's outputting XML using Xstream. (Didnt have any time to play with XML.rpc). I use basic authentication scheme to persist a session and I pulse the server every 10min to keep the session open... On 10/25/06, Pablo Ruggia <[EMAIL PROTECTED]> wrote:
I have the same question. 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 > > >
