Project

General

Profile

Task #1637

Story #1627: remove Metacat dependency on d1_libclient_java

rename edu.ucsb.nceas.metacat.service.ObjectFormatService in Metacat

Added by Ben Leinfelder almost 13 years ago. Updated almost 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Start date:
2011-06-08
Due date:
% Done:

100%

Milestone:
Product Version:
*
Story Points:
Sprint:

Description

I propose this modified class signature

package edu.ucsb.nceas.metacat.service;

import org.dataone.service.ObjectFormatService;
.....

public class ObjectFormatServiceMetacatImpl extends BaseService implements ObjectFormatService {
// implement required ObjectFormatService methods here but also keep it a Metacat "service" as needed
}

History

#1 Updated by Chris Jones almost 13 years ago

  • Status changed from New to Closed

The CNCoreimpl class implements the entire CNCore interface. Because of this, we can remove ObjectFormatService, and have ResourceHandler call CNCoreImpl directly. This simplifies the chain.

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 14.8 MB)