move type based service finder to sse bundles (create new com.sap.sse.osgi bundle)

This commit is contained in:
Fredrik Teschke
2015-01-23 16:56:49 +01:00
parent 3170d94fd4
commit 3edbbb04bb
65 changed files with 226 additions and 81 deletions
@@ -7,7 +7,8 @@ import java.net.URI;
/**
* Service for storing files. The interface is intentionally agnostic of the underlying implementation, which may be
* provided e.g. by using Amazon's S3 or simply saving the files to a statically reachable directory on one of our
* servers. Implementations of this service are announced via the OSGi service registry.
* servers. Implementations of this service are announced via the OSGi service registry. They should provide their name
* as the OSGi property "name";
*
* TODO The storage service to use should be configured via the AdminConsole. Upon auto-discovering the available
* services, the AdminConsole should allow to edit properties for each service (e.g. access credentials for AWS S3). We