Sometimes you may have a need to invoke a LOCAL EJB session beans in a normal java class, for example, Business Delegate class, this blog shows how to do it.
Discussions
EJB programming & troubleshooting: How to invoke local EJB session beans in POJO in WebLogic
-
How to invoke local EJB session beans in POJO in WebLogic (1 messages)
- Posted by: Shaoxiong Yang
- Posted on: April 20 2012 10:50 EDT
Threaded Messages (1)
- Good tips by Micaela Wade on March 21 2013 00:15 EDT
-
Good tips[ Go to top ]
- Posted by: Micaela Wade
- Posted on: March 21 2013 00:15 EDT
- in response to Shaoxiong Yang
Good tips. I just used the methods, and you're right, it worked in that way. - JustFab