• 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

Environment

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1.The container provides the tools that allow the deployer to create and manage the enterprise bean's environment.
2.Enterprise bean instances can modify the values of the environment entries at runtime.
3.The deployer sets and modifies the values of the environment entries by editing the enterprise bean's deployment descriptor.
4.Enterprise bean instances obtain the values of the environment entries from the enterprise bean's deployment descriptor.
5.Enterprise bean instances use the JNDI interfaces to obtain the values of the environment entries.

WHY IS 4 NOT CORRECT???
 
Ranch Hand
Posts: 2023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This thread
reply
    Bookmark Topic Watch Topic
  • New Topic