• 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 deployment descriptor

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
pl.can anybody tell me how to write a DD for an ejb(any enterprise bean).I have already gone through weblogic site but could not undrstand how to write and with what extension we should save the file.currently IAm using weblogic as my application server.

geetha.
 
Ranch Hand
Posts: 115
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Basically DD contains the following:
1. Bean class name
2. Remote Interface name
3. Home interface name
4. Whether ur bean is stateless or stateful (for session)
5. Session Timeout
DD isnothing but giving the relevant info abt the ejb u hv written so that when a third party buys it, they can easily customize it according to their reqmnt.
For detailed expln u can consult "Mastering EJB" by Ed Roman, available at "theserverside.com"
Hope some clarification
MK
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
which version of weblogic app server u r using, bcoz
from weblogic 5.1 ,DD text file no need to write, bcoz
that was written in the XML deployer file
Cheers
Vishwanath venu
reply
    Bookmark Topic Watch Topic
  • New Topic