RE: [Xdoclet-user] XDoclet input

2002-01-29 Thread Shaw, Chris
Middlegen works fine if you already have your database schema...which is more often than not the case.(I actually started to write my own tool to do the same thing until I realised that the wheel was already invented). But if your XML Schema (which we use for validation against XML input) alre

RE: [Xdoclet-user] ejb-link element

2002-01-29 Thread Jesse Stockall
On Tue, 2002-01-29 at 14:56, Vincent Harcq wrote: > Look at @ejb:ejb-ref > And in the samples > You should figure out how it works quickly. > I was trying to use ejb-external-ref, rather than @ejb:ejb-ref Thanks -- Jesse Stockall | Tel: 1+ 613.599.2441 ext. 243 CRYPT

RE: [Xdoclet-user] What is the correct way to use @ejb:select?

2002-01-29 Thread Ara Abrahamian
But wait a minute, why is @ejb:select a class tag after all? It's not like ejb:finder which is something you don't declare in your bean impl class, it's a real abstract method you define in bean impl class. So don't you think it should be a method tag that you put in your ejbSelect's javadoc? Then

[Xdoclet-user] Re: What is the correct way to use @ejb:select?

2002-01-29 Thread Joseph Hindsley
Okay, I'll answer my own question. For the @ejb:select tag, you must declare an abstract select method in your Bean class so that the Bean class's methods can use that select method. Just be sure to add that it throws FinderException or mvcsoft complains: public abstract Collection ejbSelectG

[Xdoclet-user] What is the correct way to use @ejb:select?

2002-01-29 Thread Joseph Hindsley
Hey all, I'm using xdoclet 1.1 and mvcsoft 1.0 to generate my code. In one of my entity beans I want to use a select method to get a Collection of String (the name string from related entity beans). I've added the @ejb:select tag with the appropriate QL statement to the document. Then I defin

[Xdoclet-user] Re: Sende mi?

2002-01-29 Thread Ebru Yýldýrým
Title: Yalnýz Kalma... Yalnýzlýktan sýkýldýnýz mý?Hepimiz zaman zaman bir dosta, bir sevgiliye ya da bir dert ortaðýna ihtiyaç duymuþuzdur deðil mi ? Peki ya o dostun sizlere bir click ötede olduðunu söylersem ne dersiniz? Þimdi sizlere b

RE: [Xdoclet-user] XDoclet input

2002-01-29 Thread Ara Abrahamian
The other tools are still under development (middlegen works fine though). Ara. > -Original Message- > From: [EMAIL PROTECTED] [mailto:xdoclet-user- > [EMAIL PROTECTED]] On Behalf Of Shaw, Chris > Sent: Tuesday, January 29, 2002 7:42 PM > To: [EMAIL PROTECTED] > Subject: [Xdoclet-user] X

RE: [Xdoclet-user] ejb-link element

2002-01-29 Thread Vincent Harcq
Look at @ejb:ejb-ref And in the samples You should figure out how it works quickly. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf > Of Jesse Stockall > Sent: mardi 29 janvier 2002 20:22 > To: [EMAIL PROTECTED] > Subject: [Xdoclet-user] ejb-li

[Xdoclet-user] ejb-link element

2002-01-29 Thread Jesse Stockall
First I must say that Xdoclet is going to save me so much grief, thank-you thank-you, thank-you. As I'm manually adding the @tags I noticed that the deployment descriptor JBuilder builds has a element when there is a reference to another bean. I haven't been able to find mention of the element

Re: [Xdoclet-user] RE: JRun 4 support

2002-01-29 Thread Patrick Lightbody
Well said... I'll be emailing Macromedia regarding their plans for Xdoclet in the future (that is, assuming they even are doing anything with Xdoclet in the first place ;) -Pat >From: "Andrew Stevens" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: [Xdoclet-user] RE: JRun 4 support >Date

RE: [Xdoclet-user] XDoclet input

2002-01-29 Thread Shaw, Chris
On 2002.01.29 11:12:29 -0500 "Shaw, Chris" wrote: > Hi, > > It seems that we have several choices regarding 'XDoclet-aware' beans... > * Hand-code > * Middlegen > * reverse-XDoclet I've also been working anemically on emacs-jde templates to generate classes and methods including the tags. david

[Xdoclet-user] RE: JRun 4 support

2002-01-29 Thread Andrew Stevens
>From: Ara Abrahamian <[EMAIL PROTECTED]> 2002-01-29 10:59 > >Are you sure? Where is it said? Nowhere in the TSS announcement. And since the Macromedia beta site is subject to a NDA, I can't comment on any mention of XDoclet they may or may not have on there... You could always register and h

RE: [Xdoclet-user] JRun 4 support

2002-01-29 Thread Ara Abrahamian
Are you sure? Where is it said? Cheers, Ara. > -Original Message- > From: [EMAIL PROTECTED] [mailto:xdoclet-user- > [EMAIL PROTECTED]] On Behalf Of Patrick Lightbody > Sent: Tuesday, January 29, 2002 3:05 AM > To: [EMAIL PROTECTED] > Subject: [Xdoclet-user] JRun 4 support > > I noticed