Michael wrote:
For a more complex web app, I'm considering options for remote scripting without page reload.
I know there is XMLRPCServlet. Has anyone been using that with a JavaScript client? If so, what was your experience?

I haven't used the Javascript XMLHttpRequest myself, though I keep planning to try it. I don't get the impression it is usually used as XML-RPC, though I'm sure it could be. Often the result returned by the server is itself HTML (e.g., an HTML fragment that should be inserted into the page somewhere), which isn't valid XML-RPC. Unless you entity-encoded it or something.


Anyway, XMLRPCServlet is a fairly thin wrapper -- if you read the source it should be easy to understand. You could use some of the same mechanism in your servlet without involving xmlrpclib.

--
Ian Bicking  /  [EMAIL PROTECTED]  /  http://blog.ianbicking.org


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to