root/branches/omero/docs/USING.txt
| Revision 85, 446 bytes (checked in by jmoore, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | |
| 2 | ------------------------------------------------- |
| 3 | OMERO - OME Read-Only Web App |
| 4 | ------------------------------------------------- |
| 5 | |
| 6 | Building clients that access the Omero service is |
| 7 | as easy as having omero-client.jar and omero-model.jar |
| 8 | on your classpath. |
| 9 | |
| 10 | Then create a ServiceFactory and use it to obtain a Service. |
| 11 | |
| 12 | ServiceFactory services = new ServiceFactory(); |
| 13 | HierarchyBrowsing proxy = services.getHierarchyBrowsingService(); |
Note: See TracBrowser
for help on using the browser.
