Re: [xwt-users] RPC/servlet session state with XWT?
Emiliano Heyns <[email protected]> Wed, 24 Sep 2003 19:04:44 +0200
| Newsgroups | gmane.comp.java.xwt.users |
|---|---|
| Message-ID | <[email protected]> |
[email protected] 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. > > How about Zope? http://www.zope.org > > Zope is Python-based and natively supports XML-RPC (not sure about SOAP at > this time). There is a Windows installer and the administration is through a > browser. A How-To on XML-RPC in Zope is available at > http://www.zope.org/Members/Amos/XML-RPC . There are other XML-RPC links at > http://www.zope.org/search?SearchableText=xml-rpc . I've looked at Zope, but I simply can't find my way to good documentation on how to make non-DTML, all-python 'Products' that do XML-RPC, other than statements that it's possible. I did find a number of articles on Zope doing XML-RPC but most commented on that Zope needs a bit of work to shake its HTML-oriented roots, plus it doesn't do Digest auth[0], which I need. Emiliano [0] http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/StandardAuthenticationService with stuff like "This is considered a secure method of authentication. However, the server must store the password in plaintext." which is just plain wrong. The server does not need the plaintext password.