Note that we cannot guarantee that public services running on coal.epcc.ed.ac.uk will be operational at all times after this tutorial.
| 09:00 | Introduction |
| 10:00 | OGSA-DAI Overview |
| 10:30 | Break |
| 11:00 | Practical: Databrowser, Quickview client |
| 11:30 | Projects using OGSA-DAI |
| 12:00 | OGSA-DAI Architecture |
| 12:30 | Lunch |
| 14:00 | Client Toolkit |
| 14:30 | Practical: Client Toolkit I |
| 16:00 | Data Resource Configuration |
| 16:30 | Break |
| 17:00 | Practical: Client Toolkit II |
| 17:30 | Feedback |
| optional | Practical: Writing an Activity |
The data browser can be started as follows: Change to your local installation of OGSA-DAI 5.0 and start the databrowser.
> cd ogsadai-5.0 > ant databrowser
SELECT * FROM littleblackbook WHERE id>100 AND id<150and browse the results in the pop-up window.
Documentation:
A public quickview client is available here: http://coal.epcc.ed.ac.uk:9080/ogsadai-quickview.
Documentation:
You may also install the quickview client on your local machine as described in the documentation. Connect to your local GDSF, for example http://localhost:8080/ogsa/services/ogsadai/MySQLGDSF.
Start the client toolkit tutorial from here:
If you have deployed an OGSA-DAI test factory on your local system you can run the SQL examples.
This is a more advanced tutorial if you would like to add more functionality to an OGSA-DAI service.
The example database contains a table littleblackbook which looks as follows:
| id | name | address | phone |
| 1 | Ally Antonioletti | 826 Hume Crescent, Southampton | 01670061244 |
| 2 | Amy Atkinson | 583 Atkinson Drive, Southampton | 06312054624 |
| 3 | Andrew Borley | 354 Jackson Road, Edinburgh | 01057075166 |
| 4 | Charaka Chue Hong | 750 Pearson Crescent, Southampton | 09945916393 |
| 5 | Dave Hardman | 079 Borley Gardens, Winchester | 06725558505 |
| ... | ... | ... | ... |