• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • Last Change
  • Annotate
  • Revision Log

root/branches/omero/docs/USING.txt

Revision 85, 446 bytes (checked in by jmoore, 4 years ago)

First documentation update.

  • Added some extra javadoc files (*.html)
  • Added docs directory and split up README.txt
  • Improved maven build properties
Line 
1
2-------------------------------------------------
3   OMERO - OME Read-Only Web App
4-------------------------------------------------
5
6Building clients that access the Omero service is
7as easy as having omero-client.jar and omero-model.jar
8on your classpath.
9
10Then 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.

Download in other formats:

  • Plain Text
  • Original Format

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/