Hi All,
I am working on Spring-RMI integration, following what is provided in "Spring in Action" book.
I want to know should we have to re-create the interfaces & domain Objects in client side as well. (That definitely doesn't look the way)
I get a compile time exception stating the server side interfaces & domain Objects are not found.
Any help is appreciated.
Server Side Code :
Application.java
Employee.java (Domain)
Interface
Implementation
Server side Configuration File
Client Side Code
Application.java
Client Side configuration file
Regards,
Ashwin