[jboss-user] [Remoting] - Bisocket transport sample code?

ron.sigal@jboss.com do-not-reply at jboss.com
Wed Jul 11 21:25:38 EDT 2007


anonymous wrote : 
  | Hi,
  | 
  | Is there any example I can run to experience Bisocket in jboss-remoting?
  | 
  | Regards,
  | 
  | Erez Harari
  | 
  | Axcepia Technologies
  | 

Hi Erez,

That's a good question, and I've created JBREM-773 "Create bisocket sample code" in response.  For now, you could look at the unit tests in org.jboss.test.remoting.transport.bisocket.BisocketTestCase, e.g., testAlternatingInvocationsAndCallbacks().  Superficially, though, the code using bisocket doesn't look much different than it would if it used the socket transport, other than some configuration parameters.  The real difference is behind the API, in the handling of callback connections.

Of course, one of the goals of Remoting is to present a unifed API that hides transport details.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063286#4063286

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063286



More information about the jboss-user mailing list