Recently, JBoss introduced a new open source remoting framework called JBoss Remoting. It serves as the core framework for the next generation (v5.0) JBoss Application Server (AS) to provide remote services--things like remoting JMX MBeans, remoting EJBs, and so on. JBoss Remoting can also be used as a standalone framework to build network-aware services independent of the JBoss AS.
Read more: Introducing JBoss Remoting
-
Introducing JBoss Remoting (8 messages)
- Posted by: Dion Almaer
- Posted on: February 25 2005 12:32 EST
Threaded Messages (8)
- Introducing JBoss Remoting by Jamal Mazhar on February 26 2005 21:07 EST
- Introducing JBoss Remoting by han theman on February 27 2005 07:38 EST
-
Introducing JBoss Remoting by Juergen Hoeller on February 27 2005 09:02 EST
- Introducing JBoss Remoting by Tom Elrod on February 27 2005 01:46 EST
- Introducing JBoss Remoting by Scott Warren on February 27 2005 06:06 EST
-
Introducing JBoss Remoting by Juergen Hoeller on February 27 2005 09:02 EST
- Introducing JBoss Remoting by Tom Elrod on February 27 2005 13:42 EST
- Introducing JBoss Remoting by han theman on February 27 2005 07:38 EST
- Spring support by Rong Ou on February 28 2005 11:18 EST
- Spring support by Tom Elrod on March 01 2005 01:02 EST
-
Introducing JBoss Remoting[ Go to top ]
- Posted by: Jamal Mazhar
- Posted on: February 26 2005 21:07 EST
- in response to Dion Almaer
For transport independence we are using WSIF (Apache).
Are there any compeling reasons for using this framework instead of using WSIF? -
Introducing JBoss Remoting[ Go to top ]
- Posted by: han theman
- Posted on: February 27 2005 07:38 EST
- in response to Jamal Mazhar
Are there any compeling reasons for using this framework instead of using WSIF?
What about not beeing dependant on Apache? -
Introducing JBoss Remoting[ Go to top ]
- Posted by: Juergen Hoeller
- Posted on: February 27 2005 09:02 EST
- in response to han theman
Are there any compeling reasons for using this framework instead of using WSIF?
What about not beeing dependant on Apache?
Well, I'm afraid that JBoss Remoting might not be your best choice to become independent from Apache: JBoss in general has numerous Apache dependencies itself: Tomcat, Axis, Log4J, etc. I would assume that JBoss Remoting uses some Apache libraries too.
Juergen -
Introducing JBoss Remoting[ Go to top ]
- Posted by: Tom Elrod
- Posted on: February 27 2005 13:46 EST
- in response to Juergen Hoeller
The only Apache libraries included in the distribution is commons-logging.jar, log4j.xml, and commons-httpclient.jar. The common-httpclient.jar is not even used because could not gain access to the streams as needed, so had to write it from scratch. Just never deleted the imports and jar. -
Introducing JBoss Remoting[ Go to top ]
- Posted by: Scott Warren
- Posted on: February 27 2005 18:06 EST
- in response to han theman
Are there any compeling reasons for using this framework instead of using WSIF?
What about not beeing dependant on Apache?
What about more than just web services ? -
Introducing JBoss Remoting[ Go to top ]
- Posted by: Tom Elrod
- Posted on: February 27 2005 13:42 EST
- in response to Jamal Mazhar
Someone had mentioned WSIF before and I am not very familiar with it. I will look into it in further detail and respond back with the difference I find(but will be a little while before I have the time).
Until then, it looks like WSIF is focused on providing a simpler programming interface for the web services model. JBoss Remoting is a little more general in that it is not directly tied to web services (actually our web services project, JBossWS, will sit on top of JBoss Remoting and provide the extra web services specific features).
Also, at first glance, it did not seem like WSIF has features like sync/async callbacks, remote classloading, and auto discovery. -
Spring support[ Go to top ]
- Posted by: Rong Ou
- Posted on: February 28 2005 11:18 EST
- in response to Dion Almaer
-
Spring support[ Go to top ]
- Posted by: Tom Elrod
- Posted on: March 01 2005 01:02 EST
- in response to Rong Ou
Great question. Spring, will you guys be supporting JBoss Remoting in the future?