vote up 0 vote down star

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.

flag

3 Answers

vote up 2 vote down

Maybe Jini. Not Spring- or EJB-related, doesn't run in a container, and you can pick the transport.

link|flag
vote up 2 vote down

Apache Mina. Not true rpc but easy to use and surely a option to consider.

Kind Regards

link|flag
vote up 1 vote down

If you want something like distributed computing you could have a look at the cajo project.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.