- This topic has 8 replies, 3 voices, and was last updated 20 years, 8 months ago by
Greg.
-
AuthorPosts
-
trashermadMemberWe need to generate Stubs for an EJB, and we don’t know how to do it. We’ve been searching through Internet but we don’t found anything about it.
We think that XDoclet may do that, but we don’t know how.
Someone can help us??????October 14, 2004 at 11:18 am #217631
Riyad KallaMemberYes Xdoclet is the way to go, Xdoclet used to generate EJBs is one of THE most popular uses of XDoclet, I would suggest googling for a tutorial or checking the JBoss page, or waiting for us to roll out our “first EJB” quick start guide that should be done next week.
October 15, 2004 at 2:58 am #217724
trashermadMemberOK, but we are developing with JOnAS, not with JBoss.
The problem is that all the information that we find is about Weblogic and JBoss.October 15, 2004 at 8:21 am #217734
Riyad KallaMemberA lot of it will still apply to XDoclet in general, it will tell you how to setup tags, how to use them, what doclets do, etc… the part that will be different is instead of setting up XDoclet to generate a jboss file, you will generate a Jonas file (I don’t know if XDoclet supports that, you might check their page).
October 15, 2004 at 9:29 am #217743
trashermadMemberwell, thanks, but….
it isn’t that we don’t want to enter entirely in the world of xdoclet, but…
we’ve choose MyEclipse for the easy way that it have to develop J2EE applications and we want to know if it’s possible to configure all these features in the “xdoclet wizard” that it includes.
if it’s possible I think that it can be an easiest and a fastest way to do that.
it’s possible?? How??October 15, 2004 at 11:12 am #217759
Riyad KallaMemberFirst things first,
I would suggest watching our XDoclet tutorial here: http://www.myeclipseide.com/images/tutorials/XDoclet_Example.html, then having a look at our XDoclet web tutorial here to get more farmiliarized with how the process works: http://www.myeclipseide.com/Articles/XDocletWebTutorial.html, and then take a look at our XDOclet + JBoss example here: http://www.laliluna.de/tutorial/simpleEJB/xDoclet_jboss_first_EJB.htmlThat should not only get you introduced to XDoclet, but how XDoclet works with MyEclispe and your EJBs. I hope that material helps you.
October 19, 2004 at 9:55 am #217973
trashermadMemberWell, thanks…
We’ll try it..October 19, 2004 at 10:21 am #217977
Riyad KallaMemberAlso we just wrote a new quick start guide for EJBs in MyEclipse, maybe that will help as well: http://myeclipseide.com/ContentExpress-display-ceid-67.html, you want the “First EJB Tutorial”
October 19, 2004 at 10:47 am #217978
GregMemberJust a FYI, the First EJB Tutorial is still in the review process. It will be released soon.
-
AuthorPosts