Difference between revisions of "Virtual operation"
(→Description) |
(→Description) |
||
Line 3: | Line 3: | ||
It's a framework that provides: | It's a framework that provides: | ||
− | *independence from any specific J2EE application server | + | *independence from any specific J2EE application server |
*Does not make use of mechanisms owners of Application Server | *Does not make use of mechanisms owners of Application Server | ||
*Implements operations "virtual" (dequeue, enqueue and call), used by the Core | *Implements operations "virtual" (dequeue, enqueue and call), used by the Core |
Revision as of 11:32, 10 February 2012
Description
It's a framework that provides:
- independence from any specific J2EE application server
- Does not make use of mechanisms owners of Application Server
- Implements operations "virtual" (dequeue, enqueue and call), used by the Core
- Uses standard mechanisms for internal communication between components
Separates the flow of business from technological details of the communication