Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.6
Description
Add Java classes to the org.apache.oodt.cas.product.service package and add XML configuration files to allow File Manager products and associated metadata to be served as resources via a JAX-RS RESTful interface (URLs).
The RESTful interface should return product-metadata combinations as zip (application/zip MIME type) files.
The URLs should allow products to be retrieved by product ID and allow product sets to be retrieved by product type.
The new JAX-RS interface should also maintain backwards-compatibility with the URLs supported by the servlets in the org.apache.oodt.cas.product.data package, as detailed in the user guide: https://cwiki.apache.org/confluence/display/OODT/File+Manager+REST+API.