[XBUP] XBUP - Extensible Binary Universal Protocol

» Documentation » Implementation » Java » Library

Library: XBUP-catalog

Catalog library provides support for ability to run catalog of types using database service. It provides object-relational mapping for catalog and methods for performing update from another framework/catalog service.

Implementation has following properties:

See more information about catalog.

ORM Mapping Classes

Default manager and service provides following methods for specific entity management operations:

Catalog Update Classes

There is currently only stub update using PHP catalog available. It requires PHP catalog web running on address:

http://catalog-php.exbin.org or http://catalog-dev-php.exbin.org

Interface is using HTTP GET methods to pass parameters and result is typically text output with alternating rows with value names and values.

For work release 24, requests are passed to interface/wr-24-0.php accepting parameters:

Some of the operations are:

FIXME