Date: 2004-11-05T07:56:47
   Editor: StefanL�tzkendorf <[EMAIL PROTECTED]>
   Wiki: Jakarta-Slide Wiki
   Page: DomainConfig
   URL: http://wiki.apache.org/jakarta-slide/DomainConfig

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -5,9 +5,10 @@
 
 Slide needs a configuration file to initialize the Domain. This configuration file 
defines the namespaces which are part of this domain, the services associated with 
them, and the namespaces data configuration. This file uses the XML language for its 
syntax.
 
-A domain is an aggregation of one or more namespaces. If we use the UNIX filesystem 
analogy, a domain represents the root ("/") anchor where filesystems (in this case, 
namespaces) are mounted. The domain controls access to its registered namespaces and 
performs initialization and connection management on behalf of the namespaces. When 
Slide is first initialized, the Domain configuration is loaded. Once again, if you are 
familiar with UNIX, the domain configuration file is the equivalent of the fstab file. 
The path to the domain configuration file is given through the org.apache.slide.domain 
property in your SlidePropertiesFile.
+A domain is an aggregation of one or more namespaces. Each namespace defines an 
independent resource tree with its own root. The domain controls access to its 
registered namespaces and performs initialization and connection management on behalf 
of the namespaces. When Slide is first initialized, the Domain configuration is 
loaded. The path to the domain configuration file is given through the 
org.apache.slide.domain property in your SlidePropertiesFile.
 
 '''The default implementation of a Slide domain is as a static entity, so only one 
domain can exist per JVM.'''
+(In a context of an web application container where the slide libraries reside in the 
web apps lib directory, you can have multiple independent domains -- one in each web 
app. If the slide libraries are located in the web containers commons directory you 
have one global domain)
 
 The domain configuration is written by an administrator and tells how to initialize 
each Namespace. The namespace initialization includes information like:
 

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

Reply via email to