EJB Inheritance, Part 4 (O'Reilly)
[Posted February 5, 2003 by cook]
Emmanuel Proulx
continues his series on EJB inheritance with part 4.
"
So far, we've seen how inheritance can be used when calling an EJB directly through RMI. However, SOAP (web services) and JMS also allow you to invoke objects remotely. Recognizing this, the EJB committee introduced JMS consumer beans (message-driven beans) in version 2.0 of the specification, and, in version 2.1, a generic asynchronous mechanism allowing web service invocations.
This article discusses the steps involved in using inheritance in message-driven beans."
(
Log in to post comments)