Preparing the service implementation

The service implementation is the next logical step after defining the service interface. With the implementation part, the code gets its business logic that enables it to perform successful operations. This recipe explains how to prepare a service implementation out of a service interface. By completing this implementation, we will be ready to define a web service.

Getting ready

In this recipe, we will add the implementation class to the JDeveloper project based on the interface defined in the Defining the service interface recipe.

How to do it…

Following are the steps involved in preparing a service implementation:

  1. At the root of the JDeveloper project, right-click and select the New... option. In the New Gallery ...

Get BPEL and Java Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.