Petals-SE-POJO

compared with
Current by Roland Naudin
on Oct 12, 2010 15:18.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (10)

View Page History
h1. Features

The POJO (Plain Old Java Object) component is a Service Engine (SE) that provides services that you can develop directly in Java code.\\
\\

It can be useful to refactor your legacy code as Business logic with this component, or build simple hand made services.

This component is based on the PETALS CDK.\\
\\
POJO service is represented by a {{Provides}} section in a POJO Service Unit.
\\

Each POJO service is represented by a {{Provides}} section in a POJO Service Unit.\\

This component do not support the CDK {{Consumes}} mode directly. However, it can consume 'sub-services' during the providing of a service, eg an hand made service of orchestration.\\

{center}
\\
*Figure* *1. POJO component mechanism*
\\ !POJO.png|border=1,width=500,height=294!
\\
{center}
*POJO component overview*
\\ !POJO.png|border=0,width=500,height=294!
{center}

h1. Recommended Usage