• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Is there any deployment tool for Weblogic 6.0????

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 532
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think now they're recommending tools such as WebGain. There are some freebies available if you search Google I think.
 
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 293
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Saloon Keeper
Posts: 28807
212
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Hug your destiny! And hug this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic