You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-dev@ws.apache.org by Jochen Wiedmann <jo...@gmail.com> on 2005/04/28 22:44:12 UTC

Announce: Apache XML-RPC 2.0beta

Hi,

I'd like to announce the availability of Apache XML-RPC 2.0beta. Apache
XML-RPC is an implementation of the popular XML RPC specification (see
http://www.xmlrpc.com/ for details), a language independent protocol for
remote procedure calls based on XML and HTTP.

Compared to the predecessor, version 1.2, a lot of refactoring has
occurred. In particular, you may now choose between various HTTP
implementations, including a very lightweight implementation or the
Jakarta Commons HTTP Client. However, the most important change is, that
the current version will hopefully receive active maintenance, which the
previous didn't in the last one or two years.

Apache XML-RPC is available from

   http://ws.apache.org/xmlrpc/


Jochen


Re: Announce: Apache XML-RPC 2.0beta

Posted by Jochen Wiedmann <jo...@gmail.com>.
On 5/4/05, Daniel L. Rall <dl...@finemaltcoding.com> wrote:

> > Sure thing.  I need to update the project's meta data first, though.
> > Which file?  The -current?  Seems like that should be changed to -2.0-
> > b1.  Additionally, it could symlink into a corresponding sub-directory.
> >
> > http://www.wmwweb.com/apache/ws/xmlrpc/
> 
> Ping.

Sorry for not replying sooner. IMO, it makes always sense to use
-current for pointers. Typically users want the "latest" version and
not a specific version. Besides, FreshMeat announcements tend to popup
somewhere else even months later, when there might be newer versions.

Jochen

-- 
Outside of a dog, a book is man's best friend.
Inside of a dog, its too dark to read.
(Groucho Marx)

Re: Announce: Apache XML-RPC 2.0beta

Posted by "Daniel L. Rall" <dl...@finemaltcoding.com>.
On Fri, 2005-04-29 at 17:18 -0700, Daniel L. Rall wrote:
> On Fri, 2005-04-29 at 15:20 +0200, Jochen Wiedmann wrote:
> ...
> > > Also, would be nice if you made sure that you announce, at least stable,
> > > versions on freshmeat.net (http://freshmeat.net/projects/apachexmlrpc/).
> > > Since this is the only place I now that I can get notified of now releases
> > > automaticially. ws.apache.org does not house this service or?
> > 
> > That would be a task for Jason van Zyl, or Daniel Rall, the project
> > admins on FreshMeat. Jason? Daniel?
> 
> Sure thing.  I need to update the project's meta data first, though. 
> Which file?  The -current?  Seems like that should be changed to -2.0-
> b1.  Additionally, it could symlink into a corresponding sub-directory.
> 
> http://www.wmwweb.com/apache/ws/xmlrpc/

Ping.



Re: Announce: Apache XML-RPC 2.0beta

Posted by "Daniel L. Rall" <dl...@finemaltcoding.com>.
On Fri, 2005-04-29 at 15:20 +0200, Jochen Wiedmann wrote:
...
> > Also, would be nice if you made sure that you announce, at least stable,
> > versions on freshmeat.net (http://freshmeat.net/projects/apachexmlrpc/).
> > Since this is the only place I now that I can get notified of now releases
> > automaticially. ws.apache.org does not house this service or?
> 
> That would be a task for Jason van Zyl, or Daniel Rall, the project
> admins on FreshMeat. Jason? Daniel?

Sure thing.  I need to update the project's meta data first, though. 
Which file?  The -current?  Seems like that should be changed to -2.0-
b1.  Additionally, it could symlink into a corresponding sub-directory.

http://www.wmwweb.com/apache/ws/xmlrpc/



Re: Announce: Apache XML-RPC 2.0beta

Posted by Jimisola Laursen <li...@jimisola.com>.
> See XMLRPC-56 in Jira. This didn't make it into 2.0, if i remember
> right. But I can see no reason for not integrating it once 2.0 is out.

This issue is for asynchronous calls, i.e. with execute.Async().
I would like to see it with the regular .execute() as well.

Should I add a new issue to Jira or just add it as a comment XMLRPC-56.

/J


Re: Announce: Apache XML-RPC 2.0beta

Posted by Jochen Wiedmann <jo...@gmail.com>.
On 4/29/05, Jimisola Laursen <li...@jimisola.com> wrote:

>  - Is it HTTP Client  2.0.2 (latest stable) that is supported?

This is the latest version supported officially. 3.02 runs fine in the
test suite.

>  - Does any of the implementations handle timeout (connect and timeout?) and is
> one able to set them using the XML-RPC library?

See XMLRPC-56 in Jira. This didn't make it into 2.0, if i remember
right. But I can see no reason for not integrating it once 2.0 is out.


> Also, would be nice if you made sure that you announce, at least stable,
> versions on freshmeat.net (http://freshmeat.net/projects/apachexmlrpc/).
> Since this is the only place I now that I can get notified of now releases
> automaticially. ws.apache.org does not house this service or?

That would be a task for Jason van Zyl, or Daniel Rall, the project
admins on FreshMeat. Jason? Daniel?

> PS. I would have prefered to write this mail to the user list, but the version
> did not seem to have been announced there. DS.

Thanks for the hint. I forgot that list.


Jochen

-- 
Outside of a dog, a book is man's best friend.
Inside of a dog, its too dark to read.
(Groucho Marx)

Re: Announce: Apache XML-RPC 2.0beta

Posted by Jimisola Laursen <li...@jimisola.com>.
>>Compared to the predecessor, version 1.2, a lot of refactoring has
>>occurred. In particular, you may now choose between various HTTP
>>implementations, including a very lightweight implementation or the
>>Jakarta Commons HTTP Client.
>> [snip]

First of all, great to see that the project is active again!
Both this and  Marquée XML-RPC (on SF.net) has been inactive for quite some 
time.

A few things:

 - Is it HTTP Client  2.0.2 (latest stable) that is supported?
 - Does any of the implementations handle timeout (connect and timeout?) and is 
one able to set them using the XML-RPC library?
URLConnection does not have setConnectionTimeout/setReadTimeout until 1.5.0.
With 1.4.2 you'll have to use System Properties instead.

Also, would be nice if you made sure that you announce, at least stable, 
versions on freshmeat.net (http://freshmeat.net/projects/apachexmlrpc/).
Since this is the only place I now that I can get notified of now releases 
automaticially. ws.apache.org does not house this service or?

Regards,
Jimisola

PS. I would have prefered to write this mail to the user list, but the version 
did not seem to have been announced there. DS.



Re: Announce: Apache XML-RPC 2.0beta

Posted by "Daniel L. Rall" <dl...@finemaltcoding.com>.
On Fri, 2005-04-29 at 14:11 +0200, Siegfried Goeschl wrote:
> Hi folks,
> 
> I just uploaded the website - it will take a while to be visible.
> 
> Another question - can we stick to a naming convention regarding the 
> labels?! I would prefer "XMLRPC_2_0_B1" over "v2_0beta" since labels are 
> global in CVS and it supports the notion of multiple beta version - what 
> would never happen to us, wouldn't it ... :-)

I would also prefer XMLRPC_2_0_B1.  (Even more I'd prefer 2.0-b1 after
we move to Subversion -- happy to do that anytime!)



Re: Announce: Apache XML-RPC 2.0beta

Posted by "Daniel L. Rall" <dl...@finemaltcoding.com>.
On Fri, 2005-04-29 at 14:19 +0200, Jochen Wiedmann wrote:
> Hi, Siegfried,
> 
> On 4/29/05, Siegfried Goeschl <si...@it20one.at> wrote:
> 
> > Another question - can we stick to a naming convention regarding the
> > labels?! I would prefer "XMLRPC_2_0_B1" over "v2_0beta" since labels are
> > global in CVS and it supports the notion of multiple beta version - what
> > would never happen to us, wouldn't it ... :-)
> 
> fine for me. If you like, change the tag name.

Thanks, done.



Re: Announce: Apache XML-RPC 2.0beta

Posted by Jochen Wiedmann <jo...@gmail.com>.
Hi, Siegfried,

On 4/29/05, Siegfried Goeschl <si...@it20one.at> wrote:

> Another question - can we stick to a naming convention regarding the
> labels?! I would prefer "XMLRPC_2_0_B1" over "v2_0beta" since labels are
> global in CVS and it supports the notion of multiple beta version - what
> would never happen to us, wouldn't it ... :-)

fine for me. If you like, change the tag name.

Jochen

-- 
Outside of a dog, a book is man's best friend.
Inside of a dog, its too dark to read.
(Groucho Marx)

Re: Announce: Apache XML-RPC 2.0beta

Posted by Siegfried Goeschl <si...@it20one.at>.
Hi folks,

I just uploaded the website - it will take a while to be visible.

Another question - can we stick to a naming convention regarding the 
labels?! I would prefer "XMLRPC_2_0_B1" over "v2_0beta" since labels are 
global in CVS and it supports the notion of multiple beta version - what 
would never happen to us, wouldn't it ... :-)

Cheers,

Siegfried Goeschl

Jochen Wiedmann wrote:

>Hi,
>
>I'd like to announce the availability of Apache XML-RPC 2.0beta. Apache
>XML-RPC is an implementation of the popular XML RPC specification (see
>http://www.xmlrpc.com/ for details), a language independent protocol for
>remote procedure calls based on XML and HTTP.
>
>Compared to the predecessor, version 1.2, a lot of refactoring has
>occurred. In particular, you may now choose between various HTTP
>implementations, including a very lightweight implementation or the
>Jakarta Commons HTTP Client. However, the most important change is, that
>the current version will hopefully receive active maintenance, which the
>previous didn't in the last one or two years.
>
>Apache XML-RPC is available from
>
>   http://ws.apache.org/xmlrpc/
>
>
>Jochen
>
>
>  
>