Distributed file service

A

anonymous

I want to create a simple distributed file service, I dont know where
to start
Can anyone tell me which packages/classes I have to learn. Also,
should I use RMI? or I can do without it.
The program should be able to :
-Know the addresses of all machines in the network
-Create and access/modify files on any machine in the network that was
created
by the program

Thanks in advance
 
K

Karthik

anonymous said:
I want to create a simple distributed file service, I dont know where
to start
Can anyone tell me which packages/classes I have to learn. Also,
should I use RMI? or I can do without it.
The program should be able to :
-Know the addresses of all machines in the network
-Create and access/modify files on any machine in the network that was
created
by the program

Thanks in advance
Obviously to start with - java.net.* classes. You can even check the
non-blocking i/o in J2se 1.4 + , depending on the scope of your application.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,273
Latest member
DamonShoem

Latest Threads

Top