Chapter 10. Task Services with Java

Image

10.1 Inside a Task Service

10.2 Building Task Services

Task services encapsulate the non-agnostic automation logic of business processes and have a scope of execution that often corresponds to that of a business process instance. This chapter explores the design and implementation of task services with Java.

10.1 Inside a Task Service

The service logic of a task service will often consist of controller logic, which composes entity and utility services as needed to fulfill functionality (Figure 10.1). Unlike agnostic services, which are generally built as standalone, shared IT resources, task services are modeled ...

Get SOA with Java: Realizing Service-Orientation with Java Technologies 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.