Hi Everybody, I just want to know that Is there any deployment tool for Weblogic 6.0??? Because deployment tool of weblogic 5.1 is good and user friendly. But in weblogic 6.0 we need to write by hand �weblogic-ejb-jar.xml Deployment Descriptor File� and in case of CMP we required to write weblogic-cmp-rdbms-jar.xml file also . So i just want to know that is there any tool to create these files. Regards, Sandeep Kokane
Jim Baiter
Ranch Hand
Joined: Jan 05, 2001
Posts: 532
posted
0
I think now they're recommending tools such as WebGain. There are some freebies available if you search Google I think.
Marcos Maia
Ranch Hand
Joined: Jan 06, 2001
Posts: 977
posted
0
No actually there�s no more deployment tool in WL6.0, but I�m using Visual Caf� 4.5 and it makes really very easy to build and deploy EJBs for WL6.0, u should try it. u can download it from: http://www.webgain.com
Joe McGuire
Ranch Hand
Joined: Mar 19, 2001
Posts: 293
posted
0
I miss the Deployer tool as well. But you can still use the ejbc tool from the command line, and modifying the deployment descriptors by hand really does help you learn the xml.
http://www.mousetech.com/EJBWizard.html This isn't strictly speaking a deployment tool, but a RAD tool for creating the core code, deployment info, and prototype JSP's for EJBs. It also can create an ANT build.xml file for compiling/deploying. Everything's driven by templates, so it's easy to customize. Unfortunately, I did a major overhaul to it and the WebLogic templates probably need more tweaking. Bug reports are very much appreciated! It's free, BTW.
Customer surveys are for companies who didn't pay proper attention to begin with.