suggestion on remoting (rpc, rmi) for jse client-server app?
- by alex
Hi. I'm absolutely in love with the way GWT does rpc. Is there anything similar for JSE you have experience with that:
a) is not spring
b) doesn't require a jee/servlet container to run the server side
c) is not rmi that comes with jse
TIA.