Difference between revisions of "Virtual operation"
|  (→Description) |  (→Description) | ||
| Line 1: | Line 1: | ||
| ==Description== | ==Description== | ||
| − | It's a framework that  | + | It's a framework that: | 
| − | *independence from any specific J2EE application server | + | *provides 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:42, 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
