To begin developing WebSphere® eXtreme Scale applications, you must set up your development environment, learn about APIs that you can use, then develop and test your application.
The
steps that you take to begin developing applications are slightly
different depending on if you are using the Java or .NET programming
language. With Java applications, you can control server operations
with the APIs. These APIs can create and start servers, ObjectGrid
instances, and to insert data into the data grid. With a .NET application,
your application connects to running catalog servers and container
servers. Therefore, if you are using a .NET application, you must
start your servers before you run your client application.