Reputation: 3578
I am trying to develop a simple database application, I wish to use RMI technology for this. What I need to know is, are there any common frameworks for developing RMI applications or do we have to develop the server and clients from beginning?
Upvotes: 0
Views: 189
Reputation: 13918
Maybe you should take a look at the: Remoting and web services using Spring. And there you have simple example of this approach.
Upvotes: 2