JBoss remoting Callbacks

Please note: This tutorial is based on JBoss Remoting version 2. This version is now obsolete. To learn more about the status of JBoss Remoting project, check this article: JBoss remoting tutorial In the first tutorial we’ve seen how a client-server application can be written using jboss remoting. Now we’ll see how the client can … Read more

JBoss Remoting tutorial

JBoss Remoting is a project which provides the ability for making synchronous and asynchronous remote calls, push and pull callbacks, and automatic discovery of remoting servers. As a matter of fact, JBoss Remoting provides the basis for more complex and heavyweight remoting frameworks such as Enterprise Java Beans. The version 2 of JBossRemoting is available … Read more