Yves Peter [https://community.jboss.org/people/yves.p] modified the document:

"Remoting"

To view the document, visit: https://community.jboss.org/docs/DOC-11782

--------------------------------------------------------------
h3.  JBoss Remoting

JBoss Remoting is a stand-alone project that provides an API for making remote 
invocations using pluggable transports and data marshallers.  It will be the 
base for a new unified invoker in JBoss 5 as well as the base for AOP remoting 
(and will likely be used for remoting in other projects such as JBoss 
WebServices and JBoss Messaging).




JBoss Remoting currently exists in the 3.2 branch, as well as the 4.0 codebase, 
but is only being used in a limited fashion by any of the other JBoss modules 
and is being refactored for 5.




More information on the current JBoss Remoting module can be found at  
http://labs.jboss.com/jbossremoting/ http://labs.jboss.com/jbossremoting/.




 http://www.onjava.com/pub/a/onjava/2005/02/23/remoting.html OnJava article on 
JBoss Remoting

Getting the JBossRemoting  https://community.jboss.org/docs/DOC-10736 source 
and building

JBoss Remoting  https://community.jboss.org/docs/DOC-11795 configuration 
(detectors, connector, transports, marshallers).

Extra  https://community.jboss.org/docs/DOC-11809 transport information (how 
data sent, metadata supplied, etc.)

How  https://community.jboss.org/docs/DOC-11794 callbacks work.

How to  https://community.jboss.org/docs/DOC-11807 send streams using remoting.

Registering  https://community.jboss.org/docs/DOC-11800 exception listeners

 https://community.jboss.org/docs/DOC-11797 Deployment notes - important 
information about multiple remoting deployments.

How to use remoting with JBoss 5  https://community.jboss.org/docs/DOC-11801 
interceptors.

Plugging in  https://community.jboss.org/docs/DOC-11796 custom implementations 
into remoting.

Remoting  https://community.jboss.org/docs/DOC-11805 schedule.

JBoss Remoting  https://community.jboss.org/docs/DOC-11808 tests.

Remoting  https://community.jboss.org/docs/DOC-11810 versions.

Sample  https://community.jboss.org/docs/DOC-11804 code.

Accessing  https://community.jboss.org/docs/DOC-9049 EJB3s over HTTP/HTTPS  - A 
tutorial, complete with code, has been supplied by Bill Decoste.





h3.  Next generation Remoting - Architecture and Design


Initial discussions about the future of Remoting, release 3.0 and beyond:


*  https://community.jboss.org/docs/DOC-10644 
JBossMessagingRemotingAPIExtensions
*  https://community.jboss.org/docs/DOC-10645 
JBossMessagingRemotingAPIExtensions_Deux
*  https://community.jboss.org/docs/DOC-12430 Towards greater symmetry in 
Remoting




h3.  JMX Remoting - JSR 160 implementation

A new implementation of the JSR-160 spec has been added to JBossAS 6 M3.   
https://community.jboss.org/docs/DOC-9901 See the client access example here.  
The JSR-160 security features are supported ( 
https://community.jboss.org/docs/DOC-12188 for howto see SecureJBoss).

The below note applies to prior to JBossAS 6 M3:

A partial implementation of the JSR-160 spec has been added to CVS HEAD 
(JBossAS 5).  It is intended to be a spec based alternative to the RMIAdaptor 
already available within JBoss.  It currently only has support for RMI 
transport (not including IIOP).  It also does not have security support (see 
JBoss Remoting project within Jira at jira.jboss.com for list of all features 
not currently supported). 

There is also a jmx-remoting.sar that has been added to the default jboss 
configuration which simply starts the JMX connector server.  If running JBossAS 
using jdk 1.4, it will use this new JSR-160 implementation from JBoss.  If 
running JBossAS using jdk 1.5, it will use the JSR-160 implementation of the 
JDK vendor. 

JMX Remoting  https://community.jboss.org/docs/DOC-10947 service configuration

NOTE: This implementation does NOT implement the security features as outlined 
by the JSR-160 specification.  If need authenticated access from client to JMX 
MBeanServer, then use the traditional RMIAdaptor.



h3.  Legacy Detached Invokers

The legacy detached invoker framework used by default in 4.0.3-, 3.2.x

*  https://community.jboss.org/docs/DOC-10955 JRMPInvoker
*  https://community.jboss.org/docs/DOC-11619 PooledInvoker
--------------------------------------------------------------

Comment by going to Community
[https://community.jboss.org/docs/DOC-11782]

Create a new document in JBoss Remoting at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=102&containerType=14&container=2050]
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to