• 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

Ejb development in websphere

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i developed one EJb(session bean). i want to deploy it in websphere.
how to write ejb-jar.xml and other websphere specific files.

can you provide any example files.
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ram,
Note that ejb-jar.xml is not WebSphere specific. You can see a simple example or look at the DTD for a complete list of attributes that you can put in this file.

The other xml files are WebSphere specific. They are also optional. You can configure them through the admin console when deploying. I'm not aware of any documentation on their format. You could try looking at the list of IBM specific files to see if anyone has posted examples on the web.
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
SInce this question is down to Websphere specific stuff, I will move this thread to the Websphere forum.

Please note the note at the top of this forum that states that vendor specific questions should be posted in the Vendor's corresponding forum.

Thanks

Mark
reply
    Bookmark Topic Watch Topic
  • New Topic