On Tue, 2004-09-07 at 02:15, Andrew Stevens wrote:
> On Mon, 2004-09-06 at 20:11, William I. Zumwalt wrote:
> > When I did ejb's by hand, I had three files ...
> > 
> > MyRemote.java
> > MyHome.java
> > MyBean.java
> > 
> > ... now using xdoclet, I have 6, 
> > 
> > My.java
> > MyBMP.java
> > MyData.java
> > MyHome.java
> > MyLocalHome.java
> > MyRemote.java.
> > 
> > ... and that's not including the MyPK.java which I'm
> > trying to get working ... so I'm thoroughly confused.
> > Why all these files? Where can I read up on all these
> > files cause I don't see any of this in the ejb books I
> > have.
> 
> XDoclet lets you write beans that just contain your business logic (the
> interesting bits you care about) from the various lifecycle methods

Should read "separate from the various lifecycle methods".  Blame the
late hour ;-)


Andrew.



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to