Hi all! I am new in Java and xml-rpc, but I have some experience in c++ and Corba. I'd like to make and application server with java & xml-rpc instead of c++ & Corba. Xml-rpc package seems ok, but I found the WebServer class a little bit short. For starter I'd like to have sessions. When I tried to add this functionality I found that most of relevant existing classes are local to XmlRcpServer class and therefore I can not extend it without changing the rpc class.
Is xml-rpc package and it's server meant for production use, or iti is just a demo? Is there some development going on, or it is just legacy code. Has someone developerd a java server based on xmlrpc with sessions ? (pointers) Thanks in advance Matjaz
