IntelliJ Java IDE
The moose likes Distributed Java and the fly likes Beginer In RMI Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "Beginer In RMI" Watch "Beginer In RMI" New topic
Author

Beginer In RMI

Jimmy kalra
Ranch Hand

Joined: Aug 05, 2011
Posts: 64

hello,
i m beginer in RMI, i want to learn RMI with proper way. is there any tutorial or a book like Head First for RMI???
and at what type of action we performed in RMI in our real world application???


With Regards :-
Jimmy Kalra
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 32769
I'd start by asking yourself *why* you want to learn RMI. Although it has some advantages in specific areas, these are in my view outweighed by its disadvantages, especially given the ready availability of solid web services stacks these days. What kind of problem do you envision tackling with RMI that couldn't be handled at least as well using via web services?


Android appsImageJ pluginsJava web charts
Jimmy kalra
Ranch Hand

Joined: Aug 05, 2011
Posts: 64

i just want learn learn RMI, because want to to develop a client server application by using swing and core java............
is there another better option instead of RMI???
or how we create a client server application by using core java???
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 32769
As I said, these days you would use web services for what you might have used RMI for 10 years ago.
Noel Alex
Greenhorn

Joined: Jul 25, 2011
Posts: 7

Hello,
As I said, these days you would use web services for what you might have used RMI for 10 years ago.

It is true RMI had a lot of problems..

is there another better option instead of RMI???

already suggested

or how we create a client server application by using core java???

Nowadays Web Services are used everywhere because web services is all about exposing and consuming XML..
web services are platform independent.. which means.. Google can make their app with which ever language they wish.. and you just have to know the URL:PORT:Service_Names to consume their services..

RMI is part of Java Networking programming( correct me if i am wrong) and hence many books are there such as:: Java RMI By William Grosso from O'reilly.

Goodluck,
Simple


MWaNDuLu
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 32769
Nowadays Web Services are used everywhere because web services is all about exposing and consuming XML.

Let's not forget RESTful services that are more likely to exchange JSON. SOAP is not the first choice for implementing web services any more.
Andrew Monkhouse
author and jackaroo
Marshal Commander

Joined: Mar 28, 2003
Posts: 9982

Web Services are better in many cases, but if you have 100% control of your environment, and want a quick and easy solution, RMI is worth considering.

Have you gone through the RMI Trail in The Java Tutorials?

The Sun Certified Java Developer Exam with J2SE 5: paper version from Amazon, PDF from Apress, Online reference: Books 24x7 Personal blog
Sean Keane
Ranch Hand

Joined: Nov 03, 2010
Posts: 581

Here is a truely amazing example of dynamic class loading that may be useful. Just unzip, load up in Eclipse, and set it running. Truly amazing .


SCJP (1.4 | 5.0), OCJP (6.0), OCMJD
 
 
subject: Beginer In RMI
 
Threads others viewed
Suggest a best book for learning RMI concepts
Interested to know the Hierarchy
how to start
Is there anyone who is going for SCMAD soon?
IS JDK free software ??
IntelliJ Java IDE