| 12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="utf-8"?>
- <jnlp
- spec="1.6+" codebase="" href="">
- <information>
- <title>DictCacheApplet</title>
- <vendor>广州华南资讯科技有限公司</vendor>
- <description>用于缓存大字典的Applet</description>
- <description kind="short">大字典缓存的Applet</description>
- </information>
- <security>
- <all-permissions/>
- </security>
- <resources>
- <j2se version="1.6+"/>
- <jar href="$$context/applet/DictApplet-0.0.1-SNAPSHOT.jar" main="true" />
- <property name="jnlp.versionEnabled" value="true"/>
- </resources>
- <applet-desc main-class="cn.sinobest.framework.applet.DictCacheApplet" name="DictCacheApplet" width="20" height="30" >
- <param name="serviceUrl" value="$$context/downFile.do" />
- <param name="contextPath" value="$$context" />
- </applet-desc>
- </jnlp>
|