- This topic has 8 replies, 3 voices, and was last updated 20 years, 1 month 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??????
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.
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.
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).
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??
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.
trashermadMemberWell, thanks…
We’ll try it..
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”
GregMemberJust a FYI, the First EJB Tutorial is still in the review process. It will be released soon.
-
AuthorPosts