The 10 minutes “Getting started with RMI” tutorial
Discuss The 10 minutes “Getting started with RMI” tutorial in the Web Design & Development Articles forum on Tutorialized. The 10 minutes “Getting started with RMI” tutorial This is the place to find articles published on Tutorialized.com that discuss web design and development articles.
Posts: 38,075
Time spent in forums: < 1 sec
Reputation Power: 43
The 10 minutes “Getting started with RMI” tutorial
Since Java 5 working with RMI (Remote Method Invocation) is very easy. You don’t need the "rmic" compiler unless you work with legacy RMI clients. Now stubs are generated automatically at runtime. This tutorial presents a minimalistic but fully functional example.