You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@wink.apache.org by Luciano Resende <lu...@gmail.com> on 2013/04/13 08:38:24 UTC

[ANNOUNCE] Apache Wink 1.3.0 release

The Apache Wink team is pleased to announce the release of Apache Wink 1.3.0
.

Apache Wink is a simple yet solid framework for building RESTful Web
services. It is comprised of a Server module and a Client module for
developing and consuming RESTful Web services.

The Wink Server module is a complete implementation of the JAX-RS v1.1
specification. On top of this implementation, the Wink Server module
provides a set of additional features that were designed to facilitate
the development of RESTful Web services.

The Wink Client module is a Java based framework that provides
functionality for communicating with RESTful Web services. The
framework is built on top of the JDK HttpURLConnection and adds
essential features that facilitate the development of such client
applications.

For full details about the release and to download the distributions
please go to:

http://wink.apache.org/downloads.html

Apache Wink welcomes your help. Any contribution, including code,
testing, contributions to the documentation, or bug reporting is
always appreciated. For more information on how to get involved in
Apache Wink visit the website at:

http://wink.apache.org

Thank you for your interest in Apache Wink!

The Apache Wink Team.

Re: [ANNOUNCE] Apache Wink 1.3.0 release

Posted by Luciano Resende <lu...@gmail.com>.
On Mon, Apr 15, 2013 at 5:12 AM, Jesse Farinacci <ji...@gmail.com> wrote:

> Congratulations Apache Wink Team!
>
> Many Apache projects have some reference to what has changed from release
> to release, is there a place I can see that information?
>
>
I'll generate a list of issues resolved for 1.3.0 based on closed jiras,
but you can see them also at :
https://issues.apache.org/jira/issues/?jql=project%20%3D%20WINK%20AND%20fixVersion%20%3D%20%221.3%22


> The documentation page http://wink.apache.org/documentation.html links to
> v1.1 of the user guide, both PDF and Wiki. Can someone please update that?
>
> Thanks again,
> -Jesse
>
>
>
Sorry, the header seems wrong, but that is the most uptodate documentation.
I'll fix the wiki so that pdf and other generated artifacts
get labeled properly in the future.

-- 
Luciano Resende
http://people.apache.org/~lresende
http://twitter.com/lresende1975
http://lresende.blogspot.com/

Re: [ANNOUNCE] Apache Wink 1.3.0 release

Posted by Jesse Farinacci <ji...@gmail.com>.
Congratulations Apache Wink Team!

Many Apache projects have some reference to what has changed from release
to release, is there a place I can see that information?

The documentation page http://wink.apache.org/documentation.html links to
v1.1 of the user guide, both PDF and Wiki. Can someone please update that?

Thanks again,
-Jesse



On Sat, Apr 13, 2013 at 2:38 AM, Luciano Resende <lu...@gmail.com>wrote:

> The Apache Wink team is pleased to announce the release of Apache Wink
> 1.3.0.
>
> Apache Wink is a simple yet solid framework for building RESTful Web
> services. It is comprised of a Server module and a Client module for
> developing and consuming RESTful Web services.
>
> The Wink Server module is a complete implementation of the JAX-RS v1.1
> specification. On top of this implementation, the Wink Server module
> provides a set of additional features that were designed to facilitate
> the development of RESTful Web services.
>
> The Wink Client module is a Java based framework that provides
> functionality for communicating with RESTful Web services. The
> framework is built on top of the JDK HttpURLConnection and adds
> essential features that facilitate the development of such client
> applications.
>
> For full details about the release and to download the distributions
> please go to:
>
> http://wink.apache.org/downloads.html
>
> Apache Wink welcomes your help. Any contribution, including code,
> testing, contributions to the documentation, or bug reporting is
> always appreciated. For more information on how to get involved in
> Apache Wink visit the website at:
>
> http://wink.apache.org
>
> Thank you for your interest in Apache Wink!
>
> The Apache Wink Team.
>
>


-- 
There are 10 types of people in this world, those
that can read binary and those that can not.