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)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==Description==
 
==Description==
it's a framework that provides independence from any specific J2EE application server:
+
 
*Does not make use of mechanisms owners of Application Server
+
It's a framework that:
*Implements operations "virtual" (dequeue, enqueue and call), used by the Core
+
 
*Uses standard mechanisms for internal communication between components
+
*ensures independence from any specific J2EE application server
*Separates the flow of business from technological details of the communication
+
*does not make use of Application Server mechanisms owners  
 +
*implements "virtual" operations (dequeue, enqueue and call), used by the Core
 +
*uses standard mechanisms for internal communication
 +
*separates the flow of business from communication technological details.

Latest revision as of 11:45, 10 February 2012

Description

It's a framework that:

  • ensures independence from any specific J2EE application server
  • does not make use of Application Server mechanisms owners
  • implements "virtual" operations (dequeue, enqueue and call), used by the Core
  • uses standard mechanisms for internal communication
  • separates the flow of business from communication technological details.