Package | Description |
---|---|
org.jaxrx |
This is the main package for the JAX-RX interface.
|
org.jaxrx.core |
This package contains constants for the JAX-RX interface.
|
org.jaxrx.dom |
This package contains an exemplary DOM implementation for the JAX-RX interface.
|
org.jaxrx.resource | |
org.treetank.service.jaxrx |
Root package for all packages.
|
org.treetank.service.jaxrx.enums |
Enums for relative access types
Used to access relative nodes via URL e.g., for fist child of a resource:
http://localhost:8093/treetank/factbook/firstChild()
|
org.treetank.service.jaxrx.implementation |
Resource implementation
This package contains classes which handles request for database resources and database subresources like
in our case: node id support.
|
org.treetank.service.jaxrx.server |
Server implementation
This package contains classes to configure the in JAX-RX included Jetty server to support a REST layer for
the database.
|
org.treetank.service.jaxrx.util |
Util classes
This package contains util classes for REST resources support.
|
Copyright © 2013. All Rights Reserved.