From 648d2438945f3d08854d8ac4e0322a7d44578f0d Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 22 Jan 2014 13:13:16 +0100 Subject: JOGL Test Applets: Refine html pages --- .../jogl-applet-runner-newt-gears-gl3-napplet.html | 39 ++++++++++++++-------- ...gl-applet-runner-newt-gears-normal-napplet.html | 14 ++++---- ...l-applet-runner-newt-gears-normal-napplet2.html | 35 ++++++++++++------- .../jogl-applet-runner-newt-gears-normal.html | 2 +- 4 files changed, 56 insertions(+), 34 deletions(-) diff --git a/jnlp-files/jogl-applet-runner-newt-gears-gl3-napplet.html b/jnlp-files/jogl-applet-runner-newt-gears-gl3-napplet.html index 91177ddd7..c0861ee76 100644 --- a/jnlp-files/jogl-applet-runner-newt-gears-gl3-napplet.html +++ b/jnlp-files/jogl-applet-runner-newt-gears-gl3-napplet.html @@ -5,7 +5,11 @@ -

+

+Applet launching using NApplet. +

+ +

JOGL NEWT Applet Runner Special Keys:

-

+

-

+

@@ -48,13 +52,13 @@ JOGL NEWT Applet Runner Special Keys:
-

+

-

+

Applet is using a GL3 core context, failure is expected if n/a on your platform! -

+

-

+

The applet above is instantiated with the following code: @@ -90,17 +94,24 @@ The applet above is instantiated with the following code: -

-

- -Note that the jogl-test.jar, which contains the test applet class, +

+

+ +Note that the jogl-test.jar, which contains the GearsES2 class, does not need to be signed! JogAmp Community signs -jogl.jar and gluegen-rt.jar, which contain +jogl-all.jar and gluegen-rt.jar, which contain the 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. - -

+
+Sadly, due to Oracle's Java Applet Plugin update 7u51, +unsigned applets are no more allowed and effectively +lower the bar to create user applets with raised privileges.
+Hence JogAmp Community signs jogl-all.jar and gluegen-rt.jar, which contain the +JOGL's supporting classes as well as jogl-test.jar, which contains the users implementing Applet class.
+jogl-test.jar's manifest file uses Permissions: sandbox +to not raise privileges. +

diff --git a/jnlp-files/jogl-applet-runner-newt-gears-normal-napplet.html b/jnlp-files/jogl-applet-runner-newt-gears-normal-napplet.html index 4613b5bfe..be3c95d43 100644 --- a/jnlp-files/jogl-applet-runner-newt-gears-normal-napplet.html +++ b/jnlp-files/jogl-applet-runner-newt-gears-normal-napplet.html @@ -9,7 +9,7 @@ Applet launching using NApplet.

-

+

JOGL NEWT Applet Runner Special Keys:

-

+

-

+

@@ -52,9 +52,9 @@ JOGL NEWT Applet Runner Special Keys:
-

+

-

+

The applet above is instantiated with the following code: @@ -90,7 +90,7 @@ The applet above is instantiated with the following code: -

+

Note that the jogl-test.jar, which contains the GearsES2 class, @@ -104,7 +104,7 @@ Sadly, due to Oracle's Java Applet Plugin update 7u51, unsigned applets are no more allowed and effectively lower the bar to create user applets with raised privileges.
Hence JogAmp Community signs jogl-all.jar and gluegen-rt.jar, which contain the -JOGL's supporting classes as well as jogl-test.jar, which contains the GearsES2 class.
+JOGL's supporting classes as well as jogl-test.jar, which contains the users implementing Applet class.
jogl-test.jar's manifest file uses Permissions: sandbox to not raise privileges.

diff --git a/jnlp-files/jogl-applet-runner-newt-gears-normal-napplet2.html b/jnlp-files/jogl-applet-runner-newt-gears-normal-napplet2.html index c6126b5e9..919c29fd1 100644 --- a/jnlp-files/jogl-applet-runner-newt-gears-normal-napplet2.html +++ b/jnlp-files/jogl-applet-runner-newt-gears-normal-napplet2.html @@ -5,7 +5,11 @@ -

+

+Applet launching using NApplet. +

+ +

JOGL NEWT Applet Runner Special Keys:

If Applet is out of browser window, it is closeable. -

+

-

+

@@ -51,9 +55,9 @@ If Applet is out of browser window, it is closeable. -

+

-

+

The applet above is instantiated with the following code: @@ -91,17 +95,24 @@ The applet above is instantiated with the following code: -

-

- -Note that the jogl-test.jar, which contains the test applet class, +

+

+ +Note that the jogl-test.jar, which contains the GearsES2 class, does not need to be signed! JogAmp Community signs -jogl.jar and gluegen-rt.jar, which contain +jogl-all.jar and gluegen-rt.jar, which contain the 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. - -

+
+Sadly, due to Oracle's Java Applet Plugin update 7u51, +unsigned applets are no more allowed and effectively +lower the bar to create user applets with raised privileges.
+Hence JogAmp Community signs jogl-all.jar and gluegen-rt.jar, which contain the +JOGL's supporting classes as well as jogl-test.jar, which contains the users implementing Applet class.
+jogl-test.jar's manifest file uses Permissions: sandbox +to not raise privileges. +

diff --git a/jnlp-files/jogl-applet-runner-newt-gears-normal.html b/jnlp-files/jogl-applet-runner-newt-gears-normal.html index 453f06971..f6efeb111 100644 --- a/jnlp-files/jogl-applet-runner-newt-gears-normal.html +++ b/jnlp-files/jogl-applet-runner-newt-gears-normal.html @@ -145,7 +145,7 @@ Sadly, due to Oracle's Java Applet Plugin update 7u51, unsigned applets are no more allowed and effectively lower the bar to create user applets with raised privileges.
Hence JogAmp Community signs jogl-all.jar and gluegen-rt.jar, which contain the -JOGL's supporting classes as well as jogl-test.jar, which contains the GearsES2 class.
+JOGL's supporting classes as well as jogl-test.jar, which contains the users implementing Applet class.
jogl-test.jar's manifest file uses Permissions: sandbox to not raise privileges.

-- cgit v1.2.3