Technically, yes, this would be possible.   The only problem is will have to 
have custom marshaller/unmarshaller on the server side.  Currently the 
marshallers use java serialization to convert the bytes on the wire into java 
objects and then back into binary data to put on the wire.  So would have to 
come up with your own standard for what your different clients (Java, Delphi, 
Flash, etc.) write to the network wire (i.e. what the byte stream will be).  
Then will have to write the unmarshaller so can read those bytes off the wire 
and create a jboss remoting InvocationRequest out of this data.

There are no examples for this, but would be willing to help with writing the 
custom marshaller/demarshaller if you'd be willing to have it included within 
the project when done.

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to