Date: 2004-04-16T11:14:10
   Editor: 63.69.231.245 <>
   Wiki: Jakarta HiveMind Wiki
   Page: ModuleResourcesProposal
   URL: http://wiki.apache.org/jakarta-hivemind/ModuleResourcesProposal

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -12,7 +12,7 @@
 A POJO (Plain Old Java Object) used to perform a unit of work.  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.
 
-Services are already a HiveMind concept.
+Services are already a !HiveMind concept.
 
 
 
@@ -20,7 +20,7 @@
 A POJO that does not perform work put rather provides services and framework 
users with some resource/data. A resource 
 does have state and it is its state that is either the resource data itself 
(i.e Messages) or is used to gain access to the resource data (i.e.Datasource). 
 Resource data is anything used in implementation, but external to it (Values 
from Properties/!ResourceBundles, data from a DB, data or XML from  a file/URL, 
link to a JNDI/LDAP tree etc.).  A resource is locale sensitive.  The 
instantiation of a resource changes depending on the type of resource and the 
resources backing store.  A resource could be writable, A resource has a state 
that tells us if it is in sync with its backing store. 
 
-Resources are not a HiveMind concept yet.  I believe they could/should be and 
would be used widely.
+Resources are not a !HiveMind concept yet.  I believe they could/should be and 
would be used widely.
 
 = Proposals =
 

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

Reply via email to