Difference between revisions of "Virtual operation"

From GreenVulcano Wiki
Jump to: navigation, search
(Created page with "==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 o...")
 
(Description)
Line 1: Line 1:
 
==Description==
 
==Description==
it's a framework that provides independence from any specific J2EE application server:
+
 
 +
It's a framework that 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
 
*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:31, 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