You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(7) |
Nov
(1) |
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(2) |
Jul
(4) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2004 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: Petar M. <pe...@cs...> - 2001-10-28 00:04:47
|
Hi, Does anyone know of an asynchronous RPC implementation for Java? Thank you, Petar |
From: Jan W. <j.w...@sc...> - 2001-10-25 09:24:02
|
Hi, in the documentation it says that a server will be available in fall 2001= . But it says nothing about doing client calls with https. Is this already supp= orted? Cheerio, --=20 J.W...@sc... - Fon +4970719457-257 Fax-211 science+computing ag - Hagellocher Weg 71-75 - 72070 T=FCbingen Working in lock-step simply isn't a good idea. Never has been, never will= be. (Linus Torvalds in http://www.osnews.com/story.php?news_id=3D161) |
From: <ro...@e-...> - 2001-10-21 14:51:24
|
I am using XML-RPC for applet --> web-server communication and encountered the following problem: XML-RPC uses hash codes to identify object types (see comment at XmlRpcParser and also XmlRpcValue), the problem is that hash-code for classes is not the same for different JRE versions so in case the server and client run on different JRE versions this identifying mechanism is broken. My implementation uses JRE 1.2 or 1.3 for the server side and JRE 1.1 (Netscape or IE VM) for client side. One possible solution is to replace the integer based id by a string based id (replacing the case statement in XmlRpcValue.processCharacterData() by an if / else series). Ron Stern ro...@e-... |
From: Greger O. <gre...@ma...> - 2001-10-17 18:34:35
|
Hi all, A new maintenance release, 1.2.1, is available that fixes several issues. The 1.3 release will contain some improvements in thread handling and other areas, and will contain rewrites of code sections that "stick out" of the rest of the code. See homepage for a change log. Suggestions for further improvements are very welcome. Regards, Greger Ohlson |
From: Carl J. M. <cm...@mo...> - 2001-10-16 15:15:35
|
I just downloaded xmlrpc. I am using JBuilder and noticed the project file (cool). When I try to build the project I get the following error: "XmlRpcClient.java": Error #: 300 : variable zippedStream not found in class marquee.xmlrpc.XmlRpcClient at line 267, column 60 I suspect the problem is staring me in the face because zippedStream is referenced a few lines above. Hints? BTW I picked up XMLRPC because I have a need to return and object/class (I was working with something else that seems to lack this functionality). I spent a bit of time reading about XMLRPC and I have found conflicting statements on this point. Does returning something besides a simple type violate the xml-rpc standard? (Certainly the "struct" is documented in the standard but I seen references to this being a problem.) TIA, Carl J. Mosca |