Re: [xwt-users] RPC/servlet session state with XWT?

Tupshin Harper <[email protected]> Sun, 21 Sep 2003 13:07:00 -0700
Newsgroups gmane.comp.java.xwt.users
Message-ID <[email protected]>
Emiliano Heyns wrote:

> On a similar note, does anyone around here have experience 
> implementing a xml-rpc backend in a scripting language? Perl? Python, 
> if must be?
>
> Emile

Certainly Perl has a full set of SOAP and XML-RPC services  (See 
http://www.soaplite.com and http://www.blackperl.com/RPC::XML/), and can 
run comfortably via CGI or mod_perl interfaces with apache installed as 
a service.

Since you mentioned Ruby in another thread, check out XML-RPC for Ruby 
(http://www.fantasy-coders.de/ruby/xmlrpc4r/). It can be used via CGI or 
mod_ruby. I don't believe mod_ruby works on Windows yet, but 
Apache+Ruby+XML-RPC+CGI would work fine under windows.

-Tupshin