• 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

ANother question about SCBCD study guide

 
Ranch Hand
Posts: 245
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Chapter 1, last page

Given a list, identify which are requirements for an EJB-jar file.
Does not list Deplyment Descriptor as one of thr requrements.

Some one please confirm that Deployment descriptor should also be added to list provided on this page -

The enterprise bean class.

The enterprise bean home and component interfaces.

The primary key class if the bean is an entity bean.

All the classes and interfaces that each enterprise bean class and the home and component interfaces depend on, except J2EE and J2SE classes.


Thanks
 
Ranch Hand
Posts: 211
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes. ejb-jar.xml should be included in the ejb JAR file
 
reply
    Bookmark Topic Watch Topic
  • New Topic