Creating a distributed database application

In the jbuilder/samples/borland/samples/tutorial/dataset directory of your JBuilder installation is a sample project, DataSetData.jpr, that contains a completed distributed database application using Java Remote Method Invocation (RMI) and DataSetData. It includes a server application that will take data from the sample Local InterBase employee table and send the data via RMI in the form of DataSetData.

A client application will communicate with the server through a custom Provider and a custom Resolver. The client application displays the data in a grid. Editing performed on the client can be saved using a NavigatorControl's Save button.

Check online help and http://www.borland.com/techpubs/jbuilder/ for a more thorough explanation of this sample application, and a tutorial on how to create the sample application.

For more information on distributed applications, see the "Developing distributed applications" section of the Developer's Guide.