Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ SVG representations from supplied metadata, a client API to access such a servic
component to directly render GEO labels into JSF 1/2 and JSP based webpages.


###Client
### Client

Client API to access a GEO label service. Uses a builder pattern to allow various combinations of metadata
and feedback document inputs supporting streams, URL references and XML Documents.
Expand All @@ -54,7 +54,7 @@ InputStream geoLabel = GeoLabelClientV1.createGeoLabelRequest()
.getSVG();
```

###JSF
### JSF

Simple JSF component rendering GEO labels from actual feedback/metadata documents and/or URL references. Supports asynchronous
loading using Partial Page Rendering.
Expand All @@ -73,13 +73,13 @@ loading using Partial Page Rendering.

For more details see `jsf/Readme.md`

###Server
### Server

An demo instance is deployed at http://geoviqua.dev.52north.org/glbservice

For more details see `server/Readme.md`

###Commons
### Commons

Resources required by server and client modules.

Expand Down