org.n52.connectors.core
The access of the business layer to the enterprise layer is realized by a connector pattern.
A factory class creates a connector object of a specific type based on a request from a business object.
The connector object realizes direct access to a (set of) operation (s) that maybe remote or local.
This is transparent to the business object.
The package contains the classes that build the core of the connector
system. A technical description of the system can be found in
somewhere. The package does not contain implementation of
the service adapters. More information can be found through
index