You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wink.apache.org by bl...@apache.org on 2009/10/09 21:48:55 UTC

svn commit: r823670 - /incubator/wink/trunk/release_notes.txt

Author: bluk
Date: Fri Oct  9 19:48:54 2009
New Revision: 823670

URL: http://svn.apache.org/viewvc?rev=823670&view=rev
Log:
Update release notes to add more info

Modified:
    incubator/wink/trunk/release_notes.txt

Modified: incubator/wink/trunk/release_notes.txt
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/release_notes.txt?rev=823670&r1=823669&r2=823670&view=diff
==============================================================================
--- incubator/wink/trunk/release_notes.txt (original)
+++ incubator/wink/trunk/release_notes.txt Fri Oct  9 19:48:54 2009
@@ -1,13 +1,48 @@
-Apache Wink 0.1 Release Notes
+Apache Wink 1.0 Release Notes
+
 
 1. Overview
  
-This is the first official release of Apache Wink project.
-Apache Wink is a framework that helps you to produce and consume RESTful Web Services. 
-Apache Wink is TCK compliant implementation of the JAX-RS v1.0 specification. 
-The project also introduces Java API for writing clients that consume HTTP-based RESTful Web Services. 
+This is the first major release of Apache Wink project.
+
+Apache Wink is a framework that helps you to produce and consume RESTful Web
+Services.  Apache Wink is TCK compliant implementation of the JAX-RS v1.0
+specification.  The project also introduces Java API for writing clients that
+consume HTTP-based RESTful Web Services. 
+
+The project website is currently at:
+
+http://incubator.apache.org/wink/
+
+
+2. Runtime and dependencies
+
+   \dist folder contains the main Apache Wink runtime JARs.
+   
+       *  wink-common-<VERSION>.jar
+       Contains common runtime code required by the client and the server.
+   
+       *  wink-client-<VERSION>.jar
+       Contains client specific runtime code.  To work with the client runtime,
+       use wink-client-<VERSION>.jar and wink-common-<VERSION>.jar
+   
+       *  wink-server-<VERSION>.jar
+       Contains server specific runtime code.  To work with the server runtime,
+       use wink-server-<VERSION>.jar and wink-common-<VERSION>.jar
+   
+   \ext folder contains optional Apache Wink features
+
+   For convenience, a combination of the core runtime and the most used optional
+   features is provided in the \dist folder: 
 
-2. Runtime dependencies
+       *  wink-<VERSION>.jar
+       Includes:
+          * wink-common-<VERSION>.jar
+          * wink-server-<VERSION>.jar
+          * wink-client-<VERSION>.jar
+          * wink-webdav-<VERSION>.jar
+          * wink-spring-support-<VERSION>.jar
+          * wink-client-apache-httpclient-<VERSION>.jar
 
    \lib folder of this archive contains all Apache Wink runtime dependencies.
    
@@ -18,26 +53,35 @@
 		   	* jaxb-impl-<VERSION>.jar
 		   	* stax-api-<VERSION>.jar
 		   	
-   NOTICE #2: Apache Wink uses SLF4J logging framework, and by default is shipped with simple SLF4J binding (slf4j-simple-1.5.8.jar).
-   	Application that uses another logging framework (e.g. LOG4J), must replace default binding with 
-   	relevant one. For example, application that uses LOG4J will replace slf4j-simple-1.5.8.jar with slf4j-log4j12-1.5.8.jar  
-   	For more details about SLF4J configuration, refer to http://www.slf4j.org/   	
-    
-2. Building the Examples
+   NOTICE #2: Apache Wink uses SLF4J logging framework, and by default is
+              shipped with a simple SLF4J binding (slf4j-simple-1.5.8.jar).
+   	          Application that uses another logging framework (e.g. LOG4J),
+   	          must replace default binding with relevant one. For example,
+   	          application that uses LOG4J will replace slf4j-simple-1.5.8.jar
+   	          with slf4j-log4j12-1.5.8.jar
+   	          
+   	          For more details about SLF4J configuration, refer to
+   	          http://www.slf4j.org/
+   
+
+3. Building the Examples
 
 Building the examples included in the binary distribution is easy. Change to
 the examples directory and follow the build instructions in the readme.txt file. 
 
 
-3. Reporting Problems
+4. Reporting Problems
 
 If you have any problems or want to send feedback of any kind, please e-mail the
-wink dev list, wink-dev@incubator.apache.org.  You can also file issues in JIRA at:
+wink users list, wink-user@incubator.apache.org.  You can also file issues in
+JIRA at:
 
 http://issues.apache.org/jira/browse/WINK
 
 
+5.  Documentation
 
+Documentation is included in the docs/ folder.  The latest version of
+the documentation and other Apache Wink information is at:
 
-
-
+http://cwiki.apache.org/confluence/display/WINK