General: This sample application demonstrates the basic operation such as * access to the space * making the snapshot of the object * writing/tooking/reading entries to/from space Prerequisites: Please note that this example depends on the C++ counterpart because we wrap the C++ class Message. So, please build the GigaSpaces HelloWorld example before running this test. Execution: The application acceps one optional arguments that is the space URL. The default value of the space URL is "/./mySpace?NoWriteLease=true" which means the embedded space. If you wish to connect to the existing space started for example by the gsInstance.bat then please start the applisaction with the argument "jini://localhost/*/mySpace" Misc: Please take a look at the following bat files: * runStudio.bat - Sets the required environment variables and starts EiffelStudio * runEmbedded.bat - Sets the required environment variables and starts the example with the emebedded space * runRemote.bat - Sets the required environment variables and starts the example with the remote space