Apache Wink 0.1 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. 2. Runtime dependencies \lib folder of this archive contains all Apache Wink runtime dependencies. NOTICE #1: The following dependencies are required for Java 5 only: * activation-.jar * jaxb-api-.jar * jaxb-impl-.jar * stax-api-.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 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 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: http://issues.apache.org/jira/browse/WINK