• 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

Creating and deploying EJBs at runtime

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to accept an XML input into a servlet that is used to generate
the appropriate java files and components for a number of EJBs. This
is in order to allow my system to be quickly configurable by using
code generation rather than runtime flexibility.
Has anyone tried this or got any idea of how to approach the EAR file
creation / deployment issues (the class generation is OK). I am using
WebSphere 4.03 and all the documentation that I find is about
achieving this through IDEs and not from within the JVM.
Thanks in advance.
Martin
reply
    Bookmark Topic Watch Topic
  • New Topic