• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Can u generate Deployment Discriptors

 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I want to know with Weblogic 6.1 does it have the feature of generating deployment descriptors for your EJB.Its really a pain if you use some other IDE's like JBulider to configure weblogic application server with it to generate weblogic specific deployment descriptor.
Thanks & Regards
Malay
 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
u can use ant utility provided by weblogic to generate DD
java weblogic.ant.taskdefs.war.DDInit (dir name) for war file and
java weblogic.ant.taskdefs.ejb.DDInit (dir name) for ejb. This will generate a skeleton DD, useful to test urbenas and not for production purpose.
 
Malay Thakkar
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks a lot mustang.....
Also I wld like to know that can does weblogic support JDO.
Thanks & Regards
Malay
 
reply
    Bookmark Topic Watch Topic
  • New Topic