| Author |
EJB 3.1 - No interface client view
|
Rakesh K. Cherukuri
Ranch Hand
Joined: Jun 01, 2010
Posts: 47
|
|
Regarding no interface client view, the spec says
A Session Bean’s no-interface view is a variation of the Local view that exposes the public methods of the bean class without the use of a separate business interface.
It also says
A client does not directly instantiate (use the new operator on) the bean class to acquire a reference to the no-interface view.
Googled it couple of times but couldn't find answer for "Is there a way to prevent client from using new operator ?"
Appreciate any comments.
|
Warm Regards,
Rakesh
|
 |
 |
|
|
subject: EJB 3.1 - No interface client view
|
|
|