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 :
This will deploy in your GIGASPACES_HOME/deploy the PU godo-interface-module
Building Bank module
at the root module directory type :
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:
- GODO_BANK_HOME : points to the bank module project dir;
- GODO_GIU_HOME : points to the GIU module project dir;
- 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 :
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
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
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 |