Updated package name
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@84100 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
2028acaa10
commit
4f99bbb4fd
|
@ -5,18 +5,17 @@ import javax.servlet.http.HttpSession;
|
|||
|
||||
import org.gcube.application.framework.core.session.ASLSession;
|
||||
import org.gcube.application.framework.core.session.SessionManager;
|
||||
import org.gcube.common.scope.api.ScopeProvider;
|
||||
import org.gcube.portal.custom.scopemanager.scopehelper.ScopeHelper;
|
||||
//import org.gcube.portlets.user.td.ciw.server.CSVTDImporter;
|
||||
import org.gcube.portlets.user.td.client.rpc.TabularDataService;
|
||||
import org.gcube.portlets.user.td.gxtservice.shared.Constants;
|
||||
//import org.gcube.portlets.user.td.importer.server.TabularDataImporterManager;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.Constants;
|
||||
import org.gcube.portlets.user.tdw.datasource.td.TDDataSourceFactory;
|
||||
import org.gcube.portlets.user.tdw.server.datasource.DataSourceFactoryRegistry;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
import com.google.gwt.user.server.rpc.RemoteServiceServlet;
|
||||
|
||||
import org.slf4j.*;
|
||||
//import org.gcube.portlets.user.td.ciw.server.CSVTDImporter;
|
||||
//import org.gcube.portlets.user.td.importer.server.TabularDataImporterManager;
|
||||
|
||||
/**
|
||||
* The server side implementation of the RPC service.
|
||||
|
|
Loading…
Reference in New Issue