> What is EJBDoclet?  could you provide some more information or a link.

It is there : https://sourceforge.net/projects/ejbdoclet/
Take the CVS version.

> 
> Regarding having ANT write the beans, I dont think that is such a strecth
> ... imagine just defining your properties and methods (including 
> code) in an
> xml format and then having ant or some other tool generate all required
> files... this shouldnt even be that hard to implement as an ant 
> add on task.
> 
> What do you all think about this?
> 
> Ivan
> 
> > ...and if you add EJBDoclet as an ANT task, then you are
> > really going!!! ANT then does all you stuff...
> >
> > Then you basically write a singe java file describing you
> > bean and an ANT task builds you pk classes, home and remote
> > interfaces and value objects if needed, builds and verifies
> > your ear file and finally deploys it, can it get any better?
> > (Next step for ANT is to write the bean itself... :-)
> >
> > ^torsten
> >
> > >
> > > Mike,
> > > There really is nothing special that needs to be added
> > > to ANT to generate JBOSS deployment jars.  WLS uses
> > > ejbc (EJB compiler) to generate skeletons and stubs
> > > used to marshal data during invocation.  Since JBOSS
> > > uses dynamic proxies to accomplish this (read,
> > > stub-less/skeleton-less) there is no special post
> > > compilation required, hence no need for ANT
> > > particulars.
> > >
> > > I've got an article coming out in the September Java
> > > Report with an ANT/JBOSS example.  Look for it!
> > >
> > > cheers,
> > > peter
> > >
> > >
> > > --- "Michael P. McCutcheon" <[EMAIL PROTECTED]>
> > > wrote:
> > > > They are taking feature requests at the Jakarta
> > > > project...wouldn't it be cool if ANT could build EJB
> > > > jars that would work in JBoss?
> > > >
> > > > Has anyone submitted a request to the ANT developers
> > > > about this?  Currently I believe that the EJB jar
> > > > generating feature in ANT only supports BEA.
> > > >
> > > > Oh, by the way...seen JBuilder 5?  It has been
> > > > announced on Borland.com
> > > >
> > > > Cool!
> > > >
> > > > Mike
> > > >
> > > >


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to