Hi friends,
can any one please explain me the below statementabout
EJB programming restrictions.
1.)The enterprise bean must not attempt to gain access to packages and classes that the usual rules of the
Java programming language make unavailable to the enterprise bean.
2.)The enterprise bean must not attempt to define a class in a package.
3.) The enterprise bean must not attempt to use the Reflection API to access information that the security rules of the Java programming language make unavailable.
thanks in advance
Kumar