Apache XMLRPC 1.0 Released 28
jvanzyl writes "The Apache XMLRPC team is pleased to announce the 1.0 release!
Apache XML-RPC is a Java implementation of XML-RPC, a popular protocol that uses XML over HTTP to implement remote procedure calls.
Apache XML-RPC was previously known as Helma XML-RPC. If you have code using the Helma library, all you should have to do is change the import statements in your code from helma.xmlrpc.* to org.apache.xmlrpc.*."
Now... (Score:1)
unless it ends up being yet ANOTHER way to make bloated web pages that you NEED broadband to download.
It's sad to see that some websites just don't get the hint and not use ALL the bells-and-whistles to make their site more interactive/fun/easy to navigate/etc.
I find that you can STILL do a LOT with text, tables, and pictures. Or maybe a 2-piece frameset. However, it's been my experience that whenever a new "toy" has been thrown into the mix, it ends up being overused until I(and most likely others) end up filtering out the offending code and replacing it with 'better'* code.
* - 'Better' meaning cleaner/less confusing/consumes less resources/etc.
Perhaps I'm just nostalgic for the days of Mosaic for Windows 3.1.
Or perhaps I'm just becoming a stickler for well-done HTML
I'm done venting about my opinions on web design and web technologies... comment as you see fit.
Re:Now... (Score:2, Informative)
Re:Now... (Score:1)
Re:Now... (Score:2, Informative)
Soap (Score:3, Interesting)
Is this compatible with SOAP? I thought they were working towards that but there's nothing in the announcement about it
Re:Soap (Score:3, Informative)
Whats the deal (Score:1)
Re:Whats the deal (Score:2, Informative)
Wot's Uh... The Deal (Score:2)
I agree with what you're saying, but what about corba? I realize it is harder, but it seems like a more performance friendly solution, although I admit XML-RPC is more elegant. Perhaps the next corba spec will use xml for communication, although I truly hope not, unless some sort of compression/decompression is performed to reduced transit times.
Re:Wot's Uh... The Deal (Score:2)
Re:Whats the deal (Score:2)
Re:Whats the deal (Score:1)
Re:Whats the deal (Score:1)
Yeah, that much...... on the other hand, I pray regularly that Apache 2.0 gets to official release, and if sacrificing a newborn baby helps, then I'd do it!
Potential use? (Score:1)
same as any other RPC (Score:1)
Because of its XML nature, XML-RPC is verbose, and not suited for high performance RPC activities like NIS/NFS. But if your computer needs a bit of information from a remote data source, and you don't waiting a few milliseconds for that data - and you don't know or care what OS that remote data source is running - then XML-RPC is a good option.
interesting (Score:2, Interesting)
Re:interesting (Score:3, Informative)
XMP-RPC predates SOAP, and in fact was a major inspiration for SOAP. If you look at the specification for the latter protocol, http://www.w3.org/TR/SOAP/ , you will see that Dave Winer is one of the eight authors credited.
I have not seen anything which indicates that MS "lost control" of SOAP. MS engineers are 4/8 of the credited authors behind the SOAP 1.1 protocol, and MS's entire "Web Services" initiative depends heavily on SOAP.
Re:interesting (Score:2)
Correct. XML-RPC only implements simple containers for vars while SOAP presumably allows data structures like arrays, lists, etc.
IIRC SOAP was created by Dave Winer and Microsoft because there was some need for passing more than a simple but Winer still pushes both protocols even though it seems like he prefers XML-RPC.
"Interceptors" (Score:2)
http://aeolus.cit.cornell.edu/xmlrpc.html
I posted this to both lists, and so far nothing as far as responses.