UNICORE OGSA BES Implementation
-------------------------------
-------------------------------

This distribution supports the implementation of the current GFD.108 [http://www.ogf.org/documents/GFD.108.pdf] 
document. It includes the major services, 
	- BESFactory: A Factory interface to manage and monitor multiple jobs. This service has been 
	  implemented as a WS-Resource interface (a stateful Web service) with WS-ResourceProperties 
	  exposing as an state.
	  
	- BESActivity: A Web service interface to manage and control individual jobs. This service has been	 
      implemented as  a WS-Resource interface (a stateful Web service) with WS-ResourceProperties exposing 
      as an state.
	  
	- BESManagement: A management interface monitors BESFactory for accepting new activities.	
					 This interface is recommended for the users with the administrative privileges. 
					 Please refer securitypolicy.xml to restrict the service access for specialized roles. 
 
 
 
 Support of BES Extensions:
 -------------------------
 
 - OGSA HPC-BP with the provision of only BasicFilter extension.
 - WSAddressing for NamingProfile.
 
 
 
 Job Submission Modes:
 --------------------
  
 - UNICORE BES supports two modes of Job submission by using "bes.job.mode" property, and they are
 	- bes: The job will be submitted and started after calling BESFactory.CreateActivity method
 	- uas: The job will be submitted but will not be started until it receives an 
 		   explicit call by the client application.
 	    	
 	
 
 