can i invoke local interface of a session bean from a plain java class
Dear all,
just want to know, whether it is possible to access local interface of as session through plain java class. java class is also with in the same package. i can access the java bean through remote interface.
if it is possible, please let me know.
regards
zaman

