Versions Compared

Key

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

...

The Wink Developer Guide provides the developer with a rudimentary understanding of the Wink framework and the building blocks that comprise it and its structure.

Welcome to Apache Wink

Wink is a framework for the simple implementation and consumption of REST web services. REST is an acronym that stands for REpresentational State Transfer. REST web services are "Resources" that are identified by unique URIs. These resources are accessed and manipulated using a set of "Uniform methods". Each resource has one or more "Representations" that are transferred between the client and the service during a web service invocation.

...