RE: [Xdoclet-user] DRY

2003-01-28 Thread Hani Suleiman
ROTECTED]]On Behalf Of Hani > > Suleiman > > Sent: 28. januar 2003 12:43 > > To: [EMAIL PROTECTED] > > Subject: Re: [Xdoclet-user] DRY > > > > > > I actually like the way it's done now. The reason is that I can > > have my beans > > contain

RE: [Xdoclet-user] DRY

2003-01-28 Thread Hani Suleiman
; [mailto:[EMAIL PROTECTED]]On Behalf Of Hani > > Suleiman > > Sent: 28. januar 2003 12:43 > > To: [EMAIL PROTECTED] > > Subject: Re: [Xdoclet-user] DRY > > > > > > I actually like the way it's done now. The reason is that I can > > have my beans &g

RE: [Xdoclet-user] DRY

2003-01-28 Thread Aslak Hellesøy
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Hani > Suleiman > Sent: 28. januar 2003 12:43 > To: [EMAIL PROTECTED] > Subject: Re: [Xdoclet-user] DRY > > > I actually like the way it's done now. The reason is t

RE: [Xdoclet-user] DRY

2003-01-28 Thread Aslak Hellesøy
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Hani > Suleiman > Sent: 28. januar 2003 12:43 > To: [EMAIL PROTECTED] > Subject: Re: [Xdoclet-user] DRY > > > I actually like the way it's done now. The reason is t

Re: [Xdoclet-user] DRY

2003-01-28 Thread Meyer-Willner, Bernhard
files makes a lot of sense to me. Bernhard -Ursprüngliche Nachricht- Von: Aslak Hellesøy [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 28. Januar 2003 12:25 An: [EMAIL PROTECTED] Betreff: [Xdoclet-user] DRY This is an old topic, but I'd like to revisit it. The fact that people have

Re: [Xdoclet-user] DRY

2003-01-28 Thread Hani Suleiman
I actually like the way it's done now. The reason is that I can have my beans contain all the tags that they could require, from that I can further apply project wide generation rules from the build.xml. For example, my ejb might have view-type="both", but for whatever reason, I want to turn off re

[Xdoclet-user] DRY

2003-01-28 Thread Aslak Hellesøy
This is an old topic, but I'd like to revisit it. The fact that people have to specify both , AND @ejb.bean view-type="local|both" violates the DRY (Don't Repeat Yourself) principle. Although XDoclet2 is still mostly a fantasy, we should try to simplify this when we start implementing it. My sug