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

URGENT!!! Automatic Generation of Application(Vendor)Specific XML Files

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear all,
I am using weblogic 6.0 as my Application Server for writing and deploying EJB.
I need to make my beans independant of application server or vendor independant.Can i have some information on tools or open source which automatically generates the vendor specific xml files for the beans when depeloyed.
pls answer me since its very Urgent.
thanx
 
Ranch Hand
Posts: 104
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
You may try WebGain's VisualCafe IDE which takes care of ejb-jar.xml and weblogic-ejb-jar.xml.
Suresh Selvaraj
Sun Certified Java Programmer
 
sharp shooter, and author
Posts: 1913
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check out XDoclet (http://xdoclet.sourceforge.net) - it's a fantastic tool for autogenerating the various files that make up your EJBs. All you do is place information in Javadoc comments and then run the XDoclet ant task over the source files.
Simon
 
I brought this back from the farm where they grow the tiny ads:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic