Applet in client-server infrastructure

Posted by Andrey on Stack Overflow See other posts from Stack Overflow or by Andrey
Published on 2010-06-05T16:13:37Z Indexed on 2010/06/05 16:22 UTC
Read the original article Hit count: 154

Filed under:
|
|
|
|

Hello!

I have a general question concerning client-server design.

We have a Java server with Spring, a GWT client program and some HTTP-servlets for our site. At the moment we also want to develop an applet which would communicate with that server in such a way GWT-client and site requests do.

Is it a good idea to communicate with the server from applet by RMI? I.e. to create some Remote services, register them with Spring and call them from applet?

Thanks in advance!

© Stack Overflow or respective owner

Related posts about java

Related posts about spring