Versions Compared

Key

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

Image Added

Introduction to Apache Wink

Apache Wink is a complete Java based solution for implementing and consuming Rest REST based Web Services. The goal of the Apache Wink framework is to provide a reusable and extendable set of classes and interfaces that will serve as a foundation on which a developer can efficiently construct applications.

Wink consists of a Server module for developing Rest REST services, and of a Client module for consuming Rest REST services. It Apache Wink cleanly separates the low-level protocol aspects from the application aspects.
Therefore, in order to implement and consume Rest REST Web Services the developer only needs to focus on the application business logic and not on the low-level technical details.

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

Contents