The properties are simple strings/ints
It is just there is a repeating pattern of fields there (with different values)

On 8/9/06, hammett < [EMAIL PROTECTED]> wrote:
Yes, off the top of my head:

<properties>
   <somenode>
     <morenodes />
   </somenode>
</properties>

<components>

  <component>
    #{somenode}
  <component/>

  <component>
    #{somenode}
  <component/>

</components>



On 8/9/06, hammett <[EMAIL PROTECTED]> wrote:
> forwarding to castle-user
>
> On 8/9/06, Ayende Rahien <[EMAIL PROTECTED]> wrote:
> > I have a set of objects that all require the same kind of configuration:
> >
> > FooUserFormat
> > FooFileName
> > FooEtc
> >
> > BarUserFormat
> > BarFileName
> > BarEtc
> >
> >
> > Any idea about how to make it easier?
> >
> > Ideally, I would like something like
> >
> > <foo>
> >   <UserFormat/>...
> > </foo>
> >
> > And referenced like this: foo.UserFormat
> >
> > -------------------------------------------------------------------------
> > Using Tomcat but need to do more? Need to support web services, security?
> > Get stuff done quickly with pre-integrated technology to make your job
> > easier
> > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> >
> > _______________________________________________
> > http://www.castleproject.org
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/castleproject-devel
> >
> >
> >
>
>
> --
> Cheers,
> hammett
> http://hammett.castleproject.org/
>


--
Cheers,
hammett
http://hammett.castleproject.org/

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
CastleProject-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/castleproject-users

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
CastleProject-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/castleproject-users

Reply via email to