You could implement it the way I implemented orion templates. Take a look at it. What it does is very simple, just declare the @tags in getter of Address class and in template file XDtClass:push return type of getAddress() and process it recursively.
Ara. > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:xdoclet-user- > [EMAIL PROTECTED]] On Behalf Of Vincent Harcq > Sent: Friday, December 07, 2001 5:33 PM > To: Ingo Br|ll; [EMAIL PROTECTED] > Subject: Re: [Xdoclet-user] Dependent Objects with JBoss 2.4 > > Yep, > In a strange way ;) but it does > > Example: > > At the field level: > > /** > * @ejb:persistent-field > * @jboss:not-persisted-field > */ > public abstract Address getAddress(); > > And at the class level: > > * @jboss:cmp-field field-name="address.line1" column-name="addr_line1" > * @jboss:cmp-field field-name="address.line2" column-name="addr_line2" > * @jboss:cmp-field field-name="address.zipCode" column-name="addr_zip" > * @jboss:cmp-field field-name="address.city" column-name="addr_city" > * @jboss:cmp-field field-name="address.state" column-name="addr_state" > * @jboss:cmp-field field-name="address.phone" column-name="addr_phone" > * @jboss:cmp-field field-name="address.fax" column-name="addr_fax" > * @jboss:cmp-field field-name="address.email" column-name="addr_email" > > Vincent. > > > > --- Ingo Br�ll <[EMAIL PROTECTED]> wrote: > > Hi, > > > > does XDoclet support the non Standard storing of dependend objects > > from > > JBoss that is implemented since version 2.4 ? > > > > so long > > > > > > -- > > Ingo Bruell > > > > --- > > <[EMAIL PROTECTED]> > > <ICQ# 40377720> > > Oldenburg PGP-Fingerprint: 9DD0 1776 DF4D 5B16 A532 C2A1 4701 > > EEA2 > > Germany PGP-Public-Key available at pgpkeys.mit.edu > > > > > > _______________________________________________ > > Xdoclet-user mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/xdoclet-user > > > > > > > > > __________________________________________________ > Do You Yahoo!? > Send your FREE holiday greetings online! > http://greetings.yahoo.com > > _______________________________________________ > Xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
