Vaadin InvientChart widgetset错误

时间:2013-05-14 14:17:47

标签: gwt vaadin

有人可以解释我如何开始使用InvientChart附加组件吗?我做过这样的事情:

  • 制作新的Vaadin项目
  • 将jar添加到WebContent / WEB-INF / lib
  • 将jquery.js和highchart.js添加到WebContent / js文件夹
  • 创建一个扩展ApplicationServlet的类并将url添加到上面的js文件
  • 更改web.xml中的servlet类
  • 制作一个InvientPie类链接
  • 运行项目并编译widgetset

我收到此错误:

无法加载widgetset:/chartProject/VAADIN/widgetsets/com.example.chartProject.widgetset.ChartProjectWidgetset/com.example.chartProject.widgetset.ChartProjectWidgetset.nocache.js?1368453503030

我使用的是InvientCharts 0.8.6,Vaadin 6.8.5,gwt-dev 2.3.0,gwt-user 2.3.0

我错过了什么吗?有人可以告诉我清楚地使用这个附加组件的正确顺序。感谢

编辑:这是我编译后的widgetset.xml

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 1.7.0//EN" "http://google-web-toolkit.googlecode.com/svn/tags/1.7.0/distro-source/core/src/gwt-module.dtd">

<module>
    <inherits name="com.vaadin.terminal.gwt.DefaultWidgetSet" />

    <!--
     Uncomment the following to compile the widgetset for one browser only.
     This can reduce the GWT compilation time significantly when debugging.
     The line should be commented out before deployment to production
     environments.

     Multiple browsers can be specified for GWT 1.7 as a comma separated
     list. The supported user agents at the moment of writing were:
     ie6,ie8,gecko,gecko1_8,safari,opera

     The value gecko1_8 is used for Firefox 3 and later and safari is used for
     webkit based browsers including Google Chrome.
    -->
    <!-- <set-property name="user.agent" value="gecko1_8"/> -->

</module>

0 个答案:

没有答案