<html>
<head>
<title>JRSST applet</title>
</head>
<body>
<applet
codebase = "http://emess.mscd.edu/~beaty/"
archive = "JRSST-1.9.0.signed.jar"
code = "edu.mscd.cs.jrsstlabel.JRSSTLabelApplet.class"
width= 400
height= 20
>
</applet>
</body>
</html>
<html>
<head>
<title>JRSST applet</title>
</head>
<body>
<applet
codebase = "http://emess.mscd.edu/~beaty/"
archive = "JRSST-1.9.0.signed.jar"
code = "edu.mscd.cs.jrsstlabel.JRSSTLabelApplet.class"
width= 400
height= 20
>
<param name="args" value="http://www.nws.noaa.gov/data/current_obs/KDEN.rss http://rss.cnn.com/rss/cnn_topstories.rss">
</applet>
</body>
</html>
grant codeBase "http://emess.mscd.edu/~beaty/" {
permission java.util.PropertyPermission "java.net.preferIPv4Stack", "write";
permission java.util.PropertyPermission "http.agent", "write";
permission java.lang.reflect.ReflectPermission "suppressAccessChecks";
permission java.net.SocketPermission "newsrss.bbc.co.uk:80","connect,resolve";
permission java.net.SocketPermission "news.bbc.co.uk", "resolve";
};
Here's the Java Web Start specification:
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="http://emess.mscd.edu/~beaty/">
<information>
<title>JRSST: A Java RSS and Atom Ticker/Aggregator/Reader</title>
<description>>Demonstration of JRSST</description>
<vendor>Steve Beaty</vendor>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.2+" />
<jar href="JRSST-VERSOIN.signed.jar"/>
</resources>
<application-desc main-class="JRSST"/>
</jnlp>