|
|
|
|
RMI / Remote Method Invocation for Not Yet Techies"Computer Careers: Using This Java Technology to Access Data and Files Across Networks"by Richard Stooker, President Info Ring Press and author of Secrets of Changing to a Computer Career |
|
Java RMI / Remote Method Invocation is Java's standard way of dealing with an aspect of computing that is increasingly common yet complex -- distributed computing for large organizations and networks. Running an entire business on one large mainframe computer is out of the question today, though legacy computers still exist. Now, large scale software programs run and interact on many different computers in separate locations on a network or across the Internet. Java RMI / Remote Method Invocation is designed to write efficient, fault-tolerant applications. Java RMI / Remote Method Invocation works with:
Java stream classes are in the java.io package and sockets (defined in the java.net package) allow two programs to communication by sending data in streams. Java RMI / Remote Method Invocation and distributed applications have needs not met by the standard IP (Internet Protocol) network:1. Confirmation that data sent to another location did arrive there. 2. Validation for receiving computer that the data received was valid. 3. Preservation of the order the data was sent. It covers most of the infrastructure of Java distributed applications. Serialization is how it parses objects between JVMs (Java Virtual Machines). When you put Java RMI / Remote Method Invocation on top of the CORBA technology you get RMI/IIOP - but that won't support distributed garbage collection (memory management)Java RMI / Remote Method Invocation is their version of what's known generically as an RPC / Remote Procedure Call. It does assume that all machines are using Java programs. When Java RMI / Remote Method Invocation communicates, it can also pass an object along with the request, making a change in the receiving computer. This is called "moving behavior" and can help catch errors early. Its object parameter-passing mechanism is known as object serialization. Next: Regular Expressions |
|
Use Your New Computer Career as a Stepping Stone to Even Greater SuccessSend off for your free 7-part Techie Plus eCourse now. So that you can learn:
It's fast and easy. You will receive the first part in your email box within minutes. I respect your privacy. I will never sell, rent or trade your email address. After you subscribe, the form will redirect you to a thank you page. Thank you! Rick Stooker |
|
Permission is granted to reprint the above article in an ezine or on a website as long as it is reprinted in full, with no changes, with full credit and with this contact information and link included at the bottom. All other rights reserved. Copyright 2007 by Info Ring Press All Rights Reserved. Computer Careers (Home) Sitemap Contact Privacy Info Ring Press Richard Stooker PO Box 617 130-G Ballwin Manor Dr Ballwin, MO 63011 (636) 394-2052 rick@inforingpress.com |