LibraryLink ToToggle FramesPrintFeedback

Chapter 1. Introduction

Developing new services is an integral part of most software projects. FUSE ESB uses FUSE Services Framework to make it easy to develop and deploy services using standard JAX-WS programming techniques.

Working with the FUSE Services Framework involves three steps:

The FUSE Services Framework integration with FUSE ESB provides the following features:

Using the FUSE Services Framework service engine to develop a service usually involves the following steps:

  1. Implementing the service's functionality using an annotated POJO.

    If you want to start with Java code see Developing a Service Using Java as a Starting Point.

    If you want to start with a WSDL contract see Developing a Service Using WSDL as a Starting Point.

  2. Configure the service.

    See Part II.

  3. Package the application as an OSGi bundle.

  4. Deploying the application's bundle to the FUSE ESB container.

For more information about developing services using FUSE Services Framework see the FUSE Services Framework library..