You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

Introduction to Apache Wink

Apache Wink is a complete Java based solution for implementing and consuming 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.

Link consists of a Server module for developing REST services, and of a Client module for consuming REST services. Apache Wink cleanly separates the low-level protocol aspects from the application aspects. Therefore, in order to implement and consume 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

Table of figures

Figure 2

  • No labels