Date: 2004-04-20T06:53:37
   Editor: 63.69.231.245 <>
   Wiki: Jakarta HiveMind Wiki
   Page: ModuleResourcesProposal
   URL: http://wiki.apache.org/jakarta-hivemind/ModuleResourcesProposal

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -30,6 +30,15 @@
 
 Both services and resources are looked up via the registry using their unique 
id ''moduleid.serviceid'' or ''moduleid.resourceid'' respectivly.
 
+Summary:
+||                       ||'''Service'''      ||'''Resource'''      
||Comments||
+||POJO                   ||yes                ||yes                 ||.       
||
+||Funtion                ||Perfom unit of work||Provide runtime data||.       
||
+||Implements Interface   ||yes                ||may do              ||.       
||
+||Persisted              ||no                 ||very often          ||.       
||
+||Localized              ||no                 ||yes                 ||Services 
are localized via use of localized resources||
+||Instaniation depends on||service model      ||resource type/store ||.       
||
+
 '''Service:'''
 A POJO (Plain Old Java Object) used to perform a unit of work.  A service 
implements an interface that defines its funtional interface.  A service has no 
state apart from injected references to other services or resources that are 
needed by the service.  A service is disposable and is not persisted.  A 
service is not locale sensitive (although 
 it can use a localized resource and therefore produce different execution 
results dependent on locale).  Service instantiation is not dependent on the 
service implementation but only on the service model being used.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to