Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TBD
Figure 1 demonstrates the design principles and components that comprise a Rest web service. Wink reflects these design principles in the implementation of web services.

For More Wink Product Information

The following links provide in-depth information about Wink and its related technologies.
The Wink Information Gateway provides the design, architectural and process technologies that make up the conceptual side of Wink.

The Wink Product http://enhanced1.sharepoint.hp.com/teams/aztec/AST/SharedTech/Symphony%20SDK/default.aspx

Architecture and Shared Technology (AST) http://enhanced1.sharepoint.hp.com/teams/aztec/AST/SharedTech/default.aspx

Symphony Information Gatewayhttp://wiki.mercury.com/confluence/display/Arch/Symphony+Information+Gateway

Apache Wink Open Development

The purpose of this document is to provide detailed information about Wink 1.0 and describe the additional features that the Wink 1.0 runtime provides in addition to the JAX-RS Java API for REST Web Service specification.
In addition to the features description, this document also provides information regarding implementation specific issues.
This document provides the developer with a rudimentary understanding of the Wink 1.0 framework in order to highlight the underlying concepts and precepts that make up the framework in order to create a basis for understanding, cooperation and open development of Wink.

For more information on the JAX-RS functionality, refer to the JAX-RS specification document, available at the following location:http://jcp.org/aboutJava/communityprocess/final/jsr311/index.html

JAX-RS Compliancy

Wink 1.0 is a complete implementation of the JAX-RS v1.0 specification.
The JAX-RS TCK tests still need to performed in order to be able to declare that it is JAX-RS compliant.
JAX-RS is a Java based API for RESTful Web Services is a Java programming language API that provides support in creating web services according to the Representational State Transfer (REST) architectural style. JAX-RS uses annotations, introduced in Java SE 5, to simplify the development and deployment of web service clients and endpoints.