I need to separate our application from the lightweight gui application and the business logic application. This will not configure the client / server as such, since the server component will have only one client.
Another limitation in the application is that it has only one entry / exit point. Therefore, if we use RMI, it will only ever be on one function. All these forms are already wrapped in a string and pass through one transport zone.
Should I just use Java Sockets to improve this application or use RMI? Or some other Java technology?
I made a previous post outlining the requirements of our application, but it remained unanswered. https://stackoverflow.com/questions/2604528/terminal-panel-pc-single-server-solution-client-server-or-rdp
Greetings.
java client-server sockets rmi
Stillleearning
source share