Difference between revisions of "Virtual operation"
(→Description) |
(→Description) |
||
Line 4: | Line 4: | ||
*independence from any specific J2EE application server | *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 | Separates the flow of business from technological details of the communication |
Revision as of 11:41, 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