Getting started tutorial module 2: Create a client application
Write client applications to insert, update, delete, and
retrieve data from your data grid. You can use the sample application
to learn about how to create an application for your environment.
Learning objectives
After completing
the lessons in this module you will know how to do the following:
Getting started tutorial lesson 2.1: Creating a Java client application
To insert, delete, update, and retrieve data from your
data grid, you must write a client application. The getting started
sample includes a Java client application
that you can use to learn about creating your own client application.
Getting started tutorial lesson 2.2: Creating a .NET client application
To insert, delete, update, and retrieve
data from your data grid, you must write a client application. The
getting started sample includes a .NET client application that you
can use to learn about creating your own client application.
Lesson 2.3: Creating an enterprise data grid application
To create an enterprise data grid application
in which both Java and .NET
clients can update the same data grid, you must make your classes
compatible. In the getting started sample applications, the .NET sample
application has aliases to match the Java defaults.