Using FUSE Services Framework you can develop applications that conform to the principles of REST-based design. FUSE Services Framework allows you to develop RESTful services in three ways:
Using the automatically generated URLs.
Using FUSE Services Framework specific annotations to generate the URLs.
Using the JAX-WS Provider interface.
For a quick introduction to developing RESTful services with automatically generated URLs, you can read the following:
Chapter 1 in the Developing RESTful Services provides an overview of RESTful design principles.
Chapter 2 in the Developing RESTful Services describes how to develop a service that uses the FUSE Services Framework to automatically generate your URIs.
Chapter 4 in the Developing RESTful Services describes how publish your service as a standalone application.
Chapter 2 in the FUSE™ Services Framework Deployment Guide describes how to set up your environment to run a FUSE Services Framework application.
???? provides details about the files used to configure the FUSE Services Framework runtime.
For a quick introduction to developing RESTful services with FUSE Services Framework annotations, you can read the following:
Chapter 1 in the Developing RESTful Services provides an overview of RESTful design principles.
Chapter 3 in the Developing RESTful Services describes how to use the FUSE Services Framework annotations.
Chapter 4 in the Developing RESTful Services describes how publish your service as a standalone application.
Chapter 2 in the FUSE™ Services Framework Deployment Guide describes how to set up your environment to run a FUSE Services Framework application.
???? provides details about the files used to configure the FUSE Services Framework runtime.
For a quick introduction to developing RESTful services with FUSE Services Framework annotations, you can read the following:
Chapter 1 in the Developing RESTful Services provides an overview of RESTful design principles.
Using XML in a Service Provider in the Developing Applications Using JAX-WS describes how to develop a service using the JAX-WS Provider interface.
Chapter 9 in the Developing Applications Using JAX-WS describes the code needed to publish a service as a standalone application.
Chapter 2 in the FUSE™ Services Framework Deployment Guide describes how to set up your environment to run a FUSE Services Framework application.
???? provides details about the files used to configure the FUSE Services Framework runtime.