Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What are the differences between Infobus and the JavaBeans Activation Framework? Why would I choose one over the other?

0
Posted

What are the differences between Infobus and the JavaBeans Activation Framework? Why would I choose one over the other?

0

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 is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123