[jboss-dev-forums] [JBoss Remoting Development] - Remoting 3: Two ways to create a local client
david.lloyd@jboss.com
do-not-reply at jboss.com
Fri Oct 23 17:21:51 EDT 2009
Remoting 3 gives us two ways to invoke local services. One is by creating a client that wraps a request listener directly on the endpoint. The other is to use the connection API to create a local connection, and look up a service across the connection.
Compare the two approaches:
https://svn.jboss.org/repos/jbossremoting/remoting3/trunk/samples/src/main/java/org/jboss/remoting3/samples/simple/LocalBasicExampleMain.java
https://svn.jboss.org/repos/jbossremoting/remoting3/trunk/samples/src/main/java/org/jboss/remoting3/samples/simple/LocalBasicExample2Main.java
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261929#4261929
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4261929
More information about the jboss-dev-forums
mailing list