0

有人可以解释一下如何从 InvientChart 插件开始吗?我做过这样的事情:

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

我收到此错误:

未能加载小部件集:/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>
4

0 回答 0