Hi,

I've been using a flex AMF 3 remoting setup with red 5 pretty 
successfully. The key was to
implement serialization, deserialization on the client end so you can 
pass objects TO the red5 server. That
was the pain.

But receiving red5 objects from java using the [RemoteClass] bind I was 
able to do it with complex objects.

Austin

Luke Hubbard wrote:
> Hi Tom,
>
> The RMI is enabled the JMX integration not really for client side calls.
>
> If you are interested in RMI, Ajax or other forms of remote method 
> invocation of which there are many I suggest you checkout the spring 
> framework remoting ( not to be confused with flash remoting ) 
> documentation. Red5 is build on the spring framework, so anything 
> spring can do you can do in Red5.
>
> http://static.springframework.org/spring/docs/2.0.x/reference/remoting.html
>
> Also there are many Ajax frameworks you can use with Spring.
>
> - Luke
>
>
> On 5/24/07, *Tom Krcha* <[EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>> wrote:
>
>     Hi,
>
>     how actually work RMI in Red5?
>     I am very interested in Ajax communication with Red5 - admin is
>     written using Ajax, true?
>
>     Could you please write a simple tutorial?
>
>     Thanks
>
>     Tom
>
>     2007/5/24, Dominick Accattato <[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>>:
>
>         just a little more clarity on the issue.  I think the amf3
>         support allows classes to now use the metadata at the top:
>
>         [RemoteClass....]
>
>         and your class will serialize/deserialize into the correct
>         class on the server.  Is that correct Joachim?
>
>         On 5/24/07, *Sergey Lukin* < [EMAIL PROTECTED]
>         <mailto:[EMAIL PROTECTED]>> wrote:
>
>             Hi all,
>                I have problem with upgrading to red5 0.6.1 (from
>             0.6Final): when I try to connect to application a have
>             following error:
>
>             INFO: Server startup in 45078 ms
>             24.05.2007 18:08:48
>             org.apache.catalina.loader.WebappClassLoader loadClass
>             INFO: Illegal access: this web application instance has
>             been stopped already.  Could not load
>             org.apache.mina.transport.
>             socket.nio.SocketSessionImpl.  The eventual following
>             stack trace is caused by an error thrown for debugging
>             purposes as
>              well as to attempt to terminate the thread which caused
>             the illegal access, and has no functional impact.
>             java.lang.IllegalStateException
>                     at
>             
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java
>             :1244)
>                     at
>             
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1204)
>                     at
>             java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
>                     at
>             
> org.apache.mina.transport.socket.nio.SocketAcceptor$Worker.processSessions
>             (SocketAcceptor.java:336)
>                     at
>             
> org.apache.mina.transport.socket.nio.SocketAcceptor$Worker.run(SocketAcceptor.java:262)
>                     at
>             
> org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:43)
>
>                     at
>             
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
>                     at
>             
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
>                     at java.lang.Thread.run (Thread.java:619)
>             24.05.2007 18:08:49
>             org.apache.catalina.loader.WebappClassLoader loadClass
>             INFO: Illegal access: this web application instance has
>             been stopped already.  Could not load
>             org.apache.mina.common.Exc
>             eptionMonitor.  The eventual following stack trace is
>             caused by an error thrown for debugging purposes as well
>             as to att
>             empt to terminate the thread which caused the illegal
>             access, and has no functional impact.
>             java.lang.IllegalStateException
>                     at
>             
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1244)
>                     at
>             
> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1204)
>                     at java.lang.ClassLoader.loadClassInternal
>             (ClassLoader.java:319)
>                     at
>             
> org.apache.mina.transport.socket.nio.SocketAcceptor$Worker.processSessions(SocketAcceptor.java:347)
>                     at
>             
> org.apache.mina.transport.socket.nio.SocketAcceptor$Worker.run(SocketAcceptor.java
>             :262)
>                     at
>             
> org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:43)
>                     at
>             
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
>                     at
>             java.util.concurrent.ThreadPoolExecutor$Worker.run
>             (ThreadPoolExecutor.java:907)
>                     at java.lang.Thread.run(Thread.java:619)
>             Exception in thread "pool-6-thread-1"
>             java.lang.NoClassDefFoundError:
>             org/apache/mina/common/ExceptionMonitor
>                     at
>             
> org.apache.mina.transport.socket.nio.SocketAcceptor$Worker.processSessions
>             (SocketAcceptor.java:347)
>                     at
>             
> org.apache.mina.transport.socket.nio.SocketAcceptor$Worker.run(SocketAcceptor.java:262)
>                     at
>             
> org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:43)
>
>                     at
>             
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
>                     at
>             
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
>                     at java.lang.Thread.run (Thread.java:619)
>
>
>
>
>             Windows XP, Java 1.6, Tomcat 6.0.
>
>             Sergey N Lukin
>
>             _______________________________________________
>             Red5 mailing list
>             [email protected] <mailto:[email protected]>
>             http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
>
>
>         -- 
>         Dominick Accattato, CTO
>         Infrared5 Inc.
>         www.newviewnetworks.com <http://www.newviewnetworks.com>
>         _______________________________________________
>         Red5 mailing list
>         [email protected] <mailto:[email protected]>
>         http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
>
>     _______________________________________________
>     Red5 mailing list
>     [email protected] <mailto:[email protected]>
>     http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
>
>
> -- 
> Luke Hubbard
> codegent | coding for the people
> http://www.codegent.com <http://www.codegent.com>
>
> NMA Top 100 Interactive Agencies - Ones to watch!
> http://www.codegent.com/top100/
>   
> want to know more?
> http://www.codegent.com/showreel/ <http://www.codegent.com/showreel/>
>
> This e-mail may contain information which is privileged, confidential 
> and protected from disclosure. If you are not the intended recipient 
> of this e-mail, or any part of it, please delete this email and any 
> attachments immediately on receipt. You should not disclose the 
> contents to any other person or take copies. Any views expressed in 
> this message are those of the individual sender, except where the 
> sender specifically states them to be the views of codegent limited.
> ------------------------------------------------------------------------
>
> _______________________________________________
> Red5 mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/red5_osflash.org
>   


_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to