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?
Maybe you should take a look at the: Remoting and web services using Spring. And there you have simple example of this approach.