Reputation: 57156
I'm absolutely in love with the way GWT does RPC. Is there anything similar for Java SE you have experience with that:
Upvotes: 0
Views: 360
Reputation: 12214
Apache Mina. Not true rpc but easy to use and surely a option to consider.
Upvotes: 2
Reputation: 21
Did you try sfnrpc (http://code.google.com/p/sfnrpc) No spring required. You can run multiple servers within same JVM You can have a client connect to multiple servers also. No event style programming, but supports asynch and synch calls over nio.
Upvotes: 0