• 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

Bean must not attempt to define a class in a package

 
Ranch Hand
Posts: 82
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I came across following statement:

"The enterprise bean must not attempt to define a class in a package."

This function is reserved for the EJB Container. Allowing the enterprise bean to perform this function would create a security hole.

I did not understand above point. Can someone please explain in detail what exactly is meant by: "The enterprise bean must not attempt to define a class in a package." Can some one please quote an example for better understanding?

:roll:
 
Author & Gold Digger
Posts: 7617
6
IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please have a look at the following thread which handles the same topic:
https://coderanch.com/t/159917/java-EJB-SCBCD/certification/Imitations-EJB-Model

Thanks

PS: We have a search page
 
reply
    Bookmark Topic Watch Topic
  • New Topic