Runtime tools : Channels components : REST channel : Concepts : Implementation Framework
  
Implementation Framework
The implementation complies to JAX-RS ( JSR-311)
new since Java EE 6
Use annotations to declare services (resources) with helper classes to build implementation
The Framework the implementation is based on has two kinds:
Apache Wink
Apache Wink is a simple yet solid framework for building RESTful Web services. It is comprised of a Server module and a Client module for developing and consuming RESTful Web services.
Jackson JSON lib
Optional
Go up to
Concepts