dictapplet.jnlp 837 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <jnlp
  3. spec="1.6+" codebase="" href="">
  4. <information>
  5. <title>DictCacheApplet</title>
  6. <vendor>广州华南资讯科技有限公司</vendor>
  7. <description>用于缓存大字典的Applet</description>
  8. <description kind="short">大字典缓存的Applet</description>
  9. </information>
  10. <security>
  11. <all-permissions/>
  12. </security>
  13. <resources>
  14. <j2se version="1.6+"/>
  15. <jar href="$$context/applet/DictApplet-0.0.1-SNAPSHOT.jar" main="true" />
  16. <property name="jnlp.versionEnabled" value="true"/>
  17. </resources>
  18. <applet-desc main-class="cn.sinobest.framework.applet.DictCacheApplet" name="DictCacheApplet" width="20" height="30" >
  19. <param name="serviceUrl" value="$$context/downFile.do" />
  20. <param name="contextPath" value="$$context" />
  21. </applet-desc>
  22. </jnlp>