| TutorialsJini ExampleJxta Example
 Web Services
 RelatedJxtaJini
 Web Services
 For More InfoFrom P2P to Web Services and Grids: Peers in a Client/Server WorldIan J. Taylor, 2004
 Publisher: Springer
 ISBN: 1-85233-869-5
 | Jini TutorialThere are two examples in this tutorial, providing simple examples of 
RMI and Jini, as follows:
These pages provide links to the necessary libraries and information to run these
programs on a any PC, using batch files.  However, it would be easy to change these
into simple scripts to run on other platforms, as they only set up the environment
variables necessary for running the examples. RMI Example: An example of using
RMI, which Illustrates the core transport mechanisms for Jini.
 Jini Example: A simple ?hello world?
type example of using Jini.
 Downloading You can download the tutorial in one of the following ways.   
The CompleteTutorial:  (recommended – only 0.5
MBytes). This includes these HTML pages, the Java code, batch files and
the Jini Libraries needed to run the code. 
On-line: Rmi and Jini:  Browse them
on-line
 ExerciseTry implementing a remote Jini disk file storage service. You could include some of the following types of behaviour:
 A method to list the contents of a directory.
 A method to change directory.
 Read/write access to files.
 Delete a file.
 Create a file.
 Download a file to client (for editing)
 Upload a file to remote file system.
Copy paste files from one directory to another.
 |