Re: [xwt-users] RPC/servlet session state with XWT?
Emiliano Heyns <[email protected]> Mon, 22 Sep 2003 04:00:24 +0200
| Newsgroups | gmane.comp.java.xwt.users |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Sep 21, 2003 at 01:07:00PM -0700, Tupshin Harper wrote: > 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. I'd prefer not to use apache if possible... not really simple for a Windows neophite to install and maintain. I'd probably want something where I could have my own app add vhosts on the fly. > 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. I'd prefer to not use CGI either... I could really use the feature of having application scope data loaded only once. Picky, eh? -- Emiliano