All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jgroups.blocks.package.html Maven / Gradle / Ivy

Go to download

This artifact provides a single jar that contains all classes required to use remote EJB and JMS, including all dependencies. It is intended for use by those not using maven, maven users should just import the EJB and JMS BOM's instead (shaded JAR's cause lots of problems with maven, as it is very easy to inadvertently end up with different versions on classes on the class path).

The newest version!

	
		Provides building blocks that are layered on top of channels. 
		Most of them do not even need a channel, all they need is a class 
		that implements interface Transport (channels do). 
		This enables them to work on any type of group transport that obeys this interface. 
		Building blocks can be used instead of channels whenever a higher-level interface 
		is required. Whereas channels are simple socket-like constructs, building blocks 
		may offer a far more sophisticated interface. In some cases, building blocks offer 
		access to the underlying channel, so that - if the building block at hand does not 
		offer a certain functionality - the channel can be accessed directly. 
	




© 2015 - 2024 Weber Informatics LLC | Privacy Policy