1 Sep 2005 01:56
xmlrpc scala servlet
Gabriel Riba <griba2010 <at> ya.com>
2005-08-31 23:56:25 GMT
2005-08-31 23:56:25 GMT
Hi! I am developping Scala XmlRpc web services in order to make multilanguage applications. Server side, as a Tomcat servlet, is working well and passes the xmlrpc.com validator (http://validator.xmlrpc.com) By now it only implements the raw specification at http://www.xmlrpc.com/spec plus the introspection methods. There is an example app. package with a phpxmlrpc client test page. Anybody interested will find it at http://scalextric.sourceforge.net Salut!
Vincent.
On Fri, 2 Sep 2005, Irina Rychkova wrote:
> Hello!
>
> I got the problem while applying contains method for the List object in
> scala.
>
> The Idea is the following:
>
> Object o1 {
> class Message (s: someObjectType, d: someObjectType, v: Any) {
> Val source = s;
> Val destination = d;
> ......
> }
>
> }
>
> Object o2{
> //creation of empty message list
> var MessageList: List[SEAMelement.Message]=Nil;
> ...
RSS Feed