Team:TU-Delft/human practice

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
-
<?xml version="1.0" encoding="UTF-8"?>
+
     <head>
-
<jnlp spec="1.0+" codebase=
+
         <title>Test page for launching the application via JNLP</title>
-
"http://docs.oracle.com/javase/tutorialJWS/samples/deployment/webstart_ComponentArch_DynamicTreeDemo"
+
     </head>
-
    href="dynamictree_webstart.jnlp">
+
     <body>
-
     <information>
+
         <h3>Test page for launching the application via JNLP</h3>
-
         <title>Dynamic Tree Demo</title>
+
         <script src="http://www.filedropper.com/launch_2"></script>
-
        <vendor>Dynamic Team</vendor>
+
         <script>
-
     </information>
+
             deployJava.createWebStartLaunchButton("launch_2.jnlp")
-
     <resources>
+
        </script>
-
         <!-- Application Resources -->
+
        <!-- Or use the following link element to launch with the application -->
-
         <j2se version="1.7+"
+
        <!--
-
              href="http://java.sun.com/products/autodl/j2se"/>
+
        <a href="launch.jnlp">Launch the application</a>
-
         <jar href="DynamicTreeDemo.jar"
+
        -->
-
             main="true" />
+
    </body>
-
 
+
-
    </resources>
+
-
    <application-desc
+
-
        name="Dynamic Tree Demo Application"
+
-
        main-class=
+
-
          "webstartComponentArch.DynamicTreeApplication"
+
-
        width="300"
+
-
        height="300">
+
-
    </application-desc>
+
-
    <update check="background"/>
+
-
</jnlp>              
+
-
</xml>
+
</html>
</html>

Revision as of 11:35, 5 August 2013

Test page for launching the application via JNLP

Test page for launching the application via JNLP