Re: XML-RPC and Stand-alone Apps

John Wilson <[email protected]>
Newsgroups gmane.text.xml.rpc.specification
Message-ID <[email protected]>
On 26 Jul 2006, at 17:14, Ryan Shelley wrote:

> I haven't chosen one yet.  This is more of an exploratory question  
> to see if
> it's possible.  The other alternative that I've managed to come up  
> with is
> by writing an XML-RPC interface via servlet that then talks back to my
> application in a more native messaging format (XML-RPC -> Web  
> Service ->
> CORBA -> Application).  However, that adds a layer of complexity and
> overhead that I'd rather avoid..

You need very little in your app to handle an XML-RPC call you  
basically just listen on a sever port and handle the incoming requests.

Have a look at my minimal Java XML-RPC server http://www.wilson.co.uk/ 
xml/minmlrpc.htm. This is a multi threaded XML-RPC server with no  
external dependancies (it include an XML parser) in a jar which is  
smaller than 60Kb.

It's BSD licensed so you can cut and past whatever you need into your  
code.

John Wilson
The Wilson Partnership
web http://www.wilson.co.uk
blog http://eek.ook.org




 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/xml-rpc/

<*> To unsubscribe from this group, send an email to:
    [email protected]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.