What are the differences between Infobus and the JavaBeans Activation Framework? Why would I choose one over the other?
Location: http://www.jguru.com/faq/view.jsp?EID=143463 Created: Sep 6, 2000 Modified: 2000-09-06 13:47:03.701 Author: John Zukowski (http://www.jguru.com/guru/viewbio.jsp?EID=7) Question originally posed by scott bortman (http://www.jguru.com/guru/viewbio.jsp?EID=2038 The InfoBus is a mechanism for sending messages between multiple components within the same JVM. In this case, it is more like the Java Message Service (JMS), another Java API for interclient messaging. JMS provides a general-purpose facility for sending asynchronous messages among distributed application components. As far as the Activation Framework goes, this isn’t really about sending messages around, but sending data, where the data is flagged with mime types. You then discover the operations you can do on the data, based upon what type it is. Which of the three you use really depends upon what you want to do. JMS is a standard part of the J2EE, as is the activation framework, so in many cases one of these two would
Related Questions
- What are the differences between Infobus and the JavaBeans Activation Framework? Why would I choose one over the other?
- What are the major differences between what restaurants are doing now and what the new federal framework will require?
- Where can I find the API docs for the JavaBeans Activation Framework?