Difference between revisions of "Virtual operation"

From GreenVulcano Wiki
Jump to: navigation, search
(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
+
*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
*Uses standard mechanisms for internal communication between components
+
*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