hi,
   When a domain.xml file is read by the application and the namespace is
initilaized is all the node information from the <data> element taken and
inserted into the appropriate store.For example if the domain.xml file has
entries as follows

 <data>

      <objectnode classname="org.apache.slide.structure.SubjectNode"
uri="/">

        <permission action="/actions" subject="/users/root"/>

        <!-- /users represents the unauthenticated user -->

        <objectnode classname="org.apache.slide.structure.SubjectNode"
         uri="/users">

          <!-- /users/root represents the administrator -->

          <objectnode classname="org.apache.slide.structure.SubjectNode"
           uri="/users/root">
          </objectnode>

          <!-- /users/guest represents an authenticated guest user -->

          <objectnode classname="org.apache.slide.structure.SubjectNode"
           uri="/users/guest">
          </objectnode>

        </objectnode>

        <objectnode classname="org.apache.slide.structure.ActionNode"
         uri="/actions">
        </objectnode>

      </objectnode>

    </data>

are all the object nodes like "/" , "/actions"  ,"/users" and their
properties,permissions etc automatically inserted into the appropriate store
or should an application have to call structure.create() methods to
explicitly make entries for them in the store

    rajkumar

-----Original Message-----
From: Remy Maucherat [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 22, 2001 11:03 AM
To: [EMAIL PROTECTED]
Subject: Re: JDBC issue?


> hi,
> Where can i find the source file for WebdavClient class .I am not able to
> locate it in the repository.

I've renamed it HttpClient and moved it to the jakarta-commons project. I
hope it didn't cause too much trouble ...

Remy

Reply via email to