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
This commit is contained in:
Giancarlo Panichi 2014-11-12 18:08:25 +00:00
parent 3347fbd232
commit 1874d32f61
4 changed files with 26 additions and 0 deletions

View File

@ -116,6 +116,12 @@
<artifactId>gxt</artifactId>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>com.sencha.gxt</groupId>
<artifactId>gxt-chart</artifactId>
<version>3.0.1</version>
</dependency>
<!-- Portlet -->
<dependency>

View File

@ -4,8 +4,12 @@
<inherits name='com.google.gwt.user.User' />
<!-- Other module inherits -->
<!-- <inherits name='com.extjs.gxt.ui.GXT' /> -->
<inherits name='com.sencha.gxt.ui.GXT' />
<!-- Add this for using GXT charts -->
<inherits name='com.sencha.gxt.chart.Chart' />
<inherits name="com.allen_sauer.gwt.log.gwt-log-TRACE" />
<inherits name="com.google.gwt.resources.Resources" />

View File

@ -6,6 +6,9 @@
<!-- Other module inherits -->
<!-- <inherits name='com.extjs.gxt.ui.GXT' /> -->
<inherits name='com.sencha.gxt.ui.GXT' />
<!-- Add this for using GXT charts -->
<inherits name='com.sencha.gxt.chart.Chart' />
<inherits name="com.allen_sauer.gwt.log.gwt-log-TRACE" />
<inherits name="com.google.gwt.resources.Resources" />

View File

@ -43,6 +43,12 @@
<servlet-name>TDGWTService</servlet-name>
<servlet-class>org.gcube.portlets.user.td.gwtservice.server.TDGWTServiceImpl</servlet-class>
</servlet>
<!-- Retrieve Chart File Servlet -->
<servlet>
<servlet-name>RetrieveChartFileServlet</servlet-name>
<servlet-class>org.gcube.portlets.user.td.gwtservice.server.RetrieveChartFileServlet</servlet-class>
</servlet>
<!-- TD Expression -->
<servlet>
@ -186,6 +192,13 @@
<servlet-name>TDGWTService</servlet-name>
<url-pattern>/tabulardataportlet/TDGWTService</url-pattern>
</servlet-mapping>
<!-- Retrieve Chart File Servlet -->
<servlet-mapping>
<servlet-name>RetrieveChartFileServlet</servlet-name>
<url-pattern>/tabulardataportlet/RetrieveChartFileServlet</url-pattern>
</servlet-mapping>
<!-- TD Expression -->
<servlet-mapping>