Skip navigation
Toggle Sidebar

Project Documentation


Under construction
This site is constantly evolving. Stay tunned !


Roadmap

There is no roadmap defined yet;

Installation Instructions

Building the GoDo system is simple :

Download the modules from subversion (http://www.openspaces.og/svn/gdo)

The modules are gwt-client , bank-module and giu-module

To build all modules is have to define the envionment variable GIGASPACES_HOME point to your gigaspaces home installation directory.

Building GIU module 

at the root module directory type :

build deploy-local

This will deploy in your GIGASPACES_HOME/deploy the PU godo-interface-module 

Building Bank module 

at the root module directory type :

build deploy-local

This will deploy in your GIGASPACES_HOME/deploy the PU godo-bank-module

Building GWT client module 

First of all , you have to define 3 environment variables:

  1. GODO_BANK_HOME : points to the bank module project dir;
  2. GODO_GIU_HOME :  points to the GIU module project dir;
  3. GWT_HOME : gwt client depends on google web toolkit . This environment points to the google web toolkit installation directory 

at the root module directory type :

Main-compile.cmd



Usage Instructions

Deploy the godo-interface-module PU (GIU module) and the godo-bank-module PU (bank module) in the space (using the build process or manually)

Inside de bank-module , run the following command to populate the Space with accounts and interests

build populate 

This will create 10 tuples Account (org.openspaces.godo.bank.pojo.Account) and 10 tuples Interest (org.openspaces.godo.bank.pojo.Interest) .  

In the GWT client module , type

Main-shell.cmd

 This will start the GWT tomcat instance. After that open in your browser the URL

http://localhost:8888/org.openspaces.godo.Main/Main.html 

 And the screen appears (see also Gwt_client)

Now, you can login in the system using user = "account1" and password = "account1" . You can use "account2" or "account3" and so on .

 Examples


Screenshots

Screenshots
There are no images attached to this page

Adaptavist Theme Builder Powered by Atlassian Confluence