From 1874d32f61688338eab0e464e24cc37df7ff6b43 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Wed, 12 Nov 2014 18:08:25 +0000 Subject: [PATCH] Updated Chart open git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@101605 82a268e6-3cf1-43bd-a215-b396298e98cf --- pom.xml | 6 ++++++ .../portlets/user/td/tabulardataportlet.gwt.xml | 4 ++++ .../portlets/user/td/tabulardataportlet.gwt.xml | 3 +++ src/main/webapp/WEB-INF/web.xml | 13 +++++++++++++ 4 files changed, 26 insertions(+) diff --git a/pom.xml b/pom.xml index 6fe6569..39c62c7 100644 --- a/pom.xml +++ b/pom.xml @@ -116,6 +116,12 @@ gxt 3.0.1 + + + com.sencha.gxt + gxt-chart + 3.0.1 + diff --git a/src/main/java/org/gcube/portlets/user/td/tabulardataportlet.gwt.xml b/src/main/java/org/gcube/portlets/user/td/tabulardataportlet.gwt.xml index 1cf9a79..002261c 100644 --- a/src/main/java/org/gcube/portlets/user/td/tabulardataportlet.gwt.xml +++ b/src/main/java/org/gcube/portlets/user/td/tabulardataportlet.gwt.xml @@ -4,8 +4,12 @@ + + + + diff --git a/src/main/resources/org/gcube/portlets/user/td/tabulardataportlet.gwt.xml b/src/main/resources/org/gcube/portlets/user/td/tabulardataportlet.gwt.xml index b8c2cec..ef7e71f 100644 --- a/src/main/resources/org/gcube/portlets/user/td/tabulardataportlet.gwt.xml +++ b/src/main/resources/org/gcube/portlets/user/td/tabulardataportlet.gwt.xml @@ -6,6 +6,9 @@ + + + diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index fba9f35..79775ac 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -43,6 +43,12 @@ TDGWTService org.gcube.portlets.user.td.gwtservice.server.TDGWTServiceImpl + + + + RetrieveChartFileServlet + org.gcube.portlets.user.td.gwtservice.server.RetrieveChartFileServlet + @@ -186,6 +192,13 @@ TDGWTService /tabulardataportlet/TDGWTService + + + + RetrieveChartFileServlet + /tabulardataportlet/RetrieveChartFileServlet + +