December 2002
Intermediate to advanced
1050 pages
24h 49m
English
When it comes to accessing remote services in J2EE, RMI is one potential solution. There are of course other remote components available: Enterprise Java Beans, servlets, network socket programs, and Web Services using JAXM. The question arises, Where does RMI fit into this picture?
In terms of functionality and ease of use, RMI is a step up from programming an application using network sockets. RMI is relatively simple to use and offers a natural syntax and a short learning curve for the Java developer. RMI also offers a very low-cost solution that requires very little system resources.
But RMI has limitations, both in performance and usage. If using RMI with activation, there can be some delay in starting ...
Read now
Unlock full access