• 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

where is the Deployment Descripter in ejb 3

 
Ranch Hand
Posts: 510
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i make a small Enterprise application using netbeans.But can anyone tell me where is the Deployment Descripter ?
I can't fine any xml file?
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Samanthi perera wrote:i make a small Enterprise application using netbeans.But can anyone tell me where is the Deployment Descripter ?
I can't fine any xml file?


In EJB3 you don't need to define deployment descriptors in XML since you can use annotations. If you still want to use it, the file location is META-INF/ejb-jar.xml.
See also developer.com...Packaging-EJB-3-Applications
 
reply
    Bookmark Topic Watch Topic
  • New Topic