package org.gcube.application.geoportal.service; import javax.ws.rs.ApplicationPath; import org.gcube.application.geoportal.service.rest.InterfaceConstants; import org.glassfish.jersey.server.ResourceConfig; @ApplicationPath(InterfaceConstants.APPLICATION_PATH) public class GeoportalService extends ResourceConfig{ public GeoportalService() { super(); // TODO register servlets // TODO register packages } }