| Author |
Deployment Descriptors
|
Tony Evans
Ranch Hand
Joined: Jun 29, 2002
Posts: 521
|
|
Is there a tool for creating a deploment descriptor for ejbs, or one for parsing a deployment descriptor. Thanks for any help. TE
|
 |
Mat Robinson
Greenhorn
Joined: Aug 02, 2002
Posts: 20
|
|
Personally, when writing EJB's I find XDoclet a godsend. This not only creates the deployment descriptors but the interfaces and primary keys etc. Failing that most of the enterprise level IDE's supply some sort of tool for simplifying the development of EJB, although in certain cases appear more trouble than they are worth Mat.
|
 |
Peter Reinhardt
Ranch Hand
Joined: Aug 02, 2002
Posts: 57
|
|
Another one is EJBGen. There are many graphical tools out there (e.g. Weblogic has a one). Peter.
|
SCJP 1.2, SCJD, SCEA, IBM 484, Weblogic 7
|
 |
Tony Evans
Ranch Hand
Joined: Jun 29, 2002
Posts: 521
|
|
Which tool does weblogic use, I have downloaded Weblogic 6.1. Thankyou for the replies TE
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14491
|
|
I'm not sure if there's a graphical deployment tool in WLS 6.1 or not. There was in WLS 5 but it seemed to spend most of its time broken and I've always had the impression that they gave up on WLS6. One of the aforementioned GUI tools is one I wrote (http://www.mousetech.com/EJBWizard.html) and it has a set of generator templates for a WLS EJB1.1 server such as 6.1. While it's designed to generate the framework for the entire ejb, lock, stock and barrel, there's no problem with designing a copy of any existing EJB you might have and plundering it for the DD files.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
Peter Reinhardt
Ranch Hand
Joined: Aug 02, 2002
Posts: 57
|
|
You can edit descriptors with the admin console (WebLogic EJB Deployment Descriptor Editor). More powerful is certainly a tool like TogetherJ 6. Peter.
|
 |
Harry Singh
Ranch Hand
Joined: May 02, 2001
Posts: 124
|
|
HI, The utility for creating DD is weblogic 6.1 is DDinit.u can type this and it will automatically make a DD for u. java weblogic.ant.askdefs.ejb20.DDInit destination folder Regards, Harjinder
|
 |
Tony Evans
Ranch Hand
Joined: Jun 29, 2002
Posts: 521
|
|
Thank you for all your advice. TE
|
 |
 |
|
|
subject: Deployment Descriptors
|
|
|