From 820cc25c18c4aeb70b28eeacdecf82d98a24c08c Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 3 Jul 2009 01:51:22 +0000 Subject: Fix for JOGL2 git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@360 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4 --- www/applet-gears-next.jnlp | 26 ++++++++++++++ www/applet-gears.jnlp | 26 ++++++++++++++ www/applettest-jnlp-next.html | 32 +++++++++++++++++ www/applettest-jnlp.html | 81 +++++++++++++++++++++++++++++++++++++++++++ www/applettest-joal-next.html | 30 ++++++++++------ www/applettest-joal.html | 17 ++++----- www/applettest-next.html | 25 +++++++------ www/applettest.html | 16 ++++----- www/index.html | 48 ++++++++++++++----------- www/test.html | 38 ++++++++++---------- 10 files changed, 262 insertions(+), 77 deletions(-) create mode 100644 www/applet-gears-next.jnlp create mode 100644 www/applet-gears.jnlp create mode 100644 www/applettest-jnlp-next.html create mode 100644 www/applettest-jnlp.html (limited to 'www') diff --git a/www/applet-gears-next.jnlp b/www/applet-gears-next.jnlp new file mode 100644 index 0000000..c51b7b4 --- /dev/null +++ b/www/applet-gears-next.jnlp @@ -0,0 +1,26 @@ + + + + JOGL JNLP Applet Gears Demo - NEXT + Sun Microsystems, Inc. + + Gears Demo - NEXT + Brian Paul's Gears demo ported to Java and JOGL. + + + + + + + + + + + + + + diff --git a/www/applet-gears.jnlp b/www/applet-gears.jnlp new file mode 100644 index 0000000..76832b9 --- /dev/null +++ b/www/applet-gears.jnlp @@ -0,0 +1,26 @@ + + + + JOGL JNLP Applet Gears Demo + Sun Microsystems, Inc. + + Gears Demo + Brian Paul's Gears demo ported to Java and JOGL. + + + + + + + + + + + + + + diff --git a/www/applettest-jnlp-next.html b/www/applettest-jnlp-next.html new file mode 100644 index 0000000..ae80cf1 --- /dev/null +++ b/www/applettest-jnlp-next.html @@ -0,0 +1,32 @@ + + + +JOGL JNLP Applet Test NEXT + + + +

+ + + + + + + + + + + + +

+

+ + + diff --git a/www/applettest-jnlp.html b/www/applettest-jnlp.html new file mode 100644 index 0000000..e18774c --- /dev/null +++ b/www/applettest-jnlp.html @@ -0,0 +1,81 @@ + + + +JOGL JNLP Applet Test + + + +

+ +In case your Java Plugin supports JNLP, +the applet-gears.jnlp is used, +otherwise it shall fallback to JNLPAppletLauncher. + +

+

+ + + + + + + + + + + + +

+

+ +The applet above is instantiated with the following code: + +

+<applet code="org.jdesktop.applet.util.JNLPAppletLauncher"
+      width=600
+      height=400
+      archive="http://download.java.net/media/applet-launcher/applet-launcher.jar,
+               http://download.java.net/media/jogl/jsr-231-2.x-webstart/jogl.all.jar,
+               http://download.java.net/media/gluegen/webstart-2.x/gluegen-rt.jar,
+               http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/jogl-demos.jar">
+   <param name="codebase_lookup" value="false">
+   <param name="subapplet.classname" value="demos.applets.GearsApplet">
+   <param name="subapplet.displayname" value="JOGL Gears Applet">
+   <param name="noddraw.check" value="true">
+   <param name="progressbar" value="true">
+   <param name="jnlpNumExtensions" value="1">
+   <param name="jnlpExtension1"
+          value="http://download.java.net/media/jogl/jsr-231-2.x-webstart/jogl-core.jnlp">
+   <param name="jnlp_href" value="applet-gears.jnlp">
+</applet>
+
+ +

+

+ +Note that the jogl-demos.jar, which contains the GearsApplet class, +does not need to be signed! Sun Microsystems, Inc. signs +applet-launcher.jar, jogl.jar and gluegen-rt.jar, which contain the +JNLPAppletLauncher and JOGL's supporting classes; this is the only +Java code which needs to be signed in order to deploy applets using +JOGL and is the only certificate the end user must accept. + +

+

+ +The JNLPAppletLauncher +home page contains more information about what files must be +placed on the web server in order to enable the deployment of applets +using JOGL and other extensions. + +

+ + + diff --git a/www/applettest-joal-next.html b/www/applettest-joal-next.html index ec65d7c..3cc96ee 100644 --- a/www/applettest-joal-next.html +++ b/www/applettest-joal-next.html @@ -8,19 +8,27 @@

- - - - - - + width=600 + height=400 + archive="http://download.java.net/media/applet-launcher/applet-launcher.jar, + http://download.java.net/media/jogl/jsr-231-2.x-webstart-next/jogl.all.jar, + http://download.java.net/media/gluegen/webstart-2.x-next/gluegen-rt.jar, + http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart-next/jogl-demos.jar, + http://download.java.net/media/joal/webstart/joal.jar, + http://download.java.net/media/joal/webstart/joal-demos.jar"> + + + + + + + + +

diff --git a/www/applettest-joal.html b/www/applettest-joal.html index 0c770de..6a3d517 100644 --- a/www/applettest-joal.html +++ b/www/applettest-joal.html @@ -30,9 +30,9 @@ rendering and OpenAL audio: width=600 height=400 archive="http://download.java.net/media/applet-launcher/applet-launcher.jar, - http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl.jar, - http://download.java.net/media/gluegen/webstart/gluegen-rt.jar, - http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl-demos.jar, + http://download.java.net/media/jogl/jsr-231-2.x-webstart/jogl.all.jar, + http://download.java.net/media/gluegen/webstart-2.x/gluegen-rt.jar, + http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/jogl-demos.jar, http://download.java.net/media/joal/webstart/joal.jar, http://download.java.net/media/joal/webstart/joal-demos.jar"> @@ -42,11 +42,12 @@ rendering and OpenAL audio: + value="http://download.java.net/media/jogl/jsr-231-2.x-webstart/jogl-core.jnlp"> +

@@ -57,9 +58,9 @@ The applet above is instantiated with the following code: width=600 height=400 archive="http://download.java.net/media/applet-launcher/applet-launcher.jar, - http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl.jar, - http://download.java.net/media/gluegen/webstart/gluegen-rt.jar, - http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl-demos.jar, + http://download.java.net/media/jogl/jsr-231-2.x-webstart/jogl.all.jar, + http://download.java.net/media/gluegen/webstart-2.x/gluegen-rt.jar, + http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/jogl-demos.jar, http://download.java.net/media/joal/webstart/joal.jar, http://download.java.net/media/joal/webstart/joal-demos.jar"> <param name="codebase_lookup" value="false"> @@ -69,7 +70,7 @@ The applet above is instantiated with the following code: <param name="progressbar" value="true"> <param name="jnlpNumExtensions" value="2"> <param name="jnlpExtension1" - value="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl.jnlp"> + value="http://download.java.net/media/jogl/jsr-231-2.x-webstart/jogl-core.jnlp"> <param name="jnlpExtension2" value="http://download.java.net/media/joal/webstart/joal.jnlp"> </applet> diff --git a/www/applettest-next.html b/www/applettest-next.html index 72fd7ef..227dd13 100644 --- a/www/applettest-next.html +++ b/www/applettest-next.html @@ -8,18 +8,23 @@

- - - - - - + width=600 + height=400 + archive="http://download.java.net/media/applet-launcher/applet-launcher.jar, + http://download.java.net/media/jogl/jsr-231-2.x-webstart-next/jogl.all.jar, + http://download.java.net/media/gluegen/webstart-2.x-next/gluegen-rt.jar, + http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart-next/jogl-demos.jar"> + + + + + + + +

diff --git a/www/applettest.html b/www/applettest.html index 5b80c8f..d44a908 100644 --- a/www/applettest.html +++ b/www/applettest.html @@ -24,9 +24,9 @@ as an applet: width=600 height=400 archive="http://download.java.net/media/applet-launcher/applet-launcher.jar, - http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl.jar, - http://download.java.net/media/gluegen/webstart/gluegen-rt.jar, - http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl-demos.jar"> + http://download.java.net/media/jogl/jsr-231-2.x-webstart/jogl.all.jar, + http://download.java.net/media/gluegen/webstart-2.x/gluegen-rt.jar, + http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/jogl-demos.jar"> @@ -34,7 +34,7 @@ as an applet: + value="http://download.java.net/media/jogl/jsr-231-2.x-webstart/jogl-core.jnlp">

@@ -47,9 +47,9 @@ The applet above is instantiated with the following code: width=600 height=400 archive="http://download.java.net/media/applet-launcher/applet-launcher.jar, - http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl.jar, - http://download.java.net/media/gluegen/webstart/gluegen-rt.jar, - http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl-demos.jar"> + http://download.java.net/media/jogl/jsr-231-2.x-webstart/jogl.all.jar, + http://download.java.net/media/gluegen/webstart-2.x/gluegen-rt.jar, + http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/jogl-demos.jar"> <param name="codebase_lookup" value="false"> <param name="subapplet.classname" value="demos.applets.GearsApplet"> <param name="subapplet.displayname" value="JOGL Gears Applet"> @@ -57,7 +57,7 @@ The applet above is instantiated with the following code: <param name="progressbar" value="true"> <param name="jnlpNumExtensions" value="1"> <param name="jnlpExtension1" - value="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl.jnlp"> + value="http://download.java.net/media/jogl/jsr-231-2.x-webstart/jogl-core.jnlp"> </applet> diff --git a/www/index.html b/www/index.html index 0d2f31b..34d1d8d 100644 --- a/www/index.html +++ b/www/index.html @@ -76,8 +76,11 @@ and on any of Solaris/SPARC, Solaris/x86, Linux/x86, Windows/x86, and Macintosh

It is now possible to deploy unsigned applets using JOGL with no manual installation of any software on the end user's machine! Please -see the JOGL applet test page for more -information.

+see the following test pages for more information: +