diff options
Diffstat (limited to 'Master/Reference Architectures and Patterns/hjp5/examples/wstest/wstest.jnlp')
| -rw-r--r-- | Master/Reference Architectures and Patterns/hjp5/examples/wstest/wstest.jnlp | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/Reference Architectures and Patterns/hjp5/examples/wstest/wstest.jnlp b/Master/Reference Architectures and Patterns/hjp5/examples/wstest/wstest.jnlp new file mode 100644 index 0000000..703ea3e --- /dev/null +++ b/Master/Reference Architectures and Patterns/hjp5/examples/wstest/wstest.jnlp @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="utf-8"?>
+
+<!-- JNLP File fuer HJP3 WebStart Demo-Applikation -->
+<jnlp codebase="http://localhost:7777/" href="wstest.jnlp">
+
+<information>
+ <title>HJP3 WebStart Demo Application</title>
+ <vendor>Guido Krueger</vendor>
+ <homepage href="http://www.javabuch.de"/>
+ <description>HJP3 WebStart Demo Application</description>
+ <icon href="wstest.gif"/>
+ <offline-allowed/>
+</information>
+
+<information locale="de">
+ <description>HJP3 WebStart Demo-Applikation</description>
+ <offline-allowed/>
+</information>
+
+<security>
+ <!-- <all-permissions/> -->
+</security>
+
+<resources>
+ <j2se version="1.3+"/>
+ <jar href="wstest.jar"/>
+</resources>
+
+<application-desc main-class="Listing3813"/>
+
+</jnlp>
\ No newline at end of file |
