Changes for page Java Client and Direct To Java Client Example Project using WebStart
Last modified by David Avendasora on 2008/07/01 16:52
From version 4.1
edited by David Avendasora
on 2008/06/25 09:29
on 2008/06/25 09:29
Change comment:
There is no comment for this version
To version 6.1
edited by David Avendasora
on 2008/06/25 09:21
on 2008/06/25 09:21
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,6 +1,4 @@ 1 -1. Create a new WebObjects Application 2 -[[image:Picture 9.png]] 3 -1. Name it "WebStartJNLPTest" in Eclipse with a package of "your.app" {{note title="Note!"}}If you change the Project name or packages, then you'll need to make additional changes in the subsequent steps.{{/note}} 1 +1. Create a new WOApplication named "WebStartJNLPTest" in Eclipse with a package of "your.app" 4 4 1. Modify the Main.html by adding: 5 5 6 6 {{code title="Main.html Changes"}} ... ... @@ -28,7 +28,7 @@ 28 28 1. Create a WOComponent named JavaClient 29 29 1. Modify the JavaClient.html replacing the contents with: 30 30 31 -{{code title="JavaClient.html Contents"}}29 +{{code title="JavaClient.html"}} 32 32 <WEBOBJECT NAME=JavaClientComponent></WEBOBJECT> 33 33 {{/code}} 34 34 ... ... @@ -47,8 +47,6 @@ 47 47 {{/code}} 48 48 49 49 1. Add the following frameworks to the project build path: 50 - 51 -{{code}} 52 52 JavaDirectToWeb 53 53 JavaDTWGeneration 54 54 JavaEOApplication ... ... @@ -63,8 +63,6 @@ 63 63 JavaJDBCAdaptor 64 64 JavaWebObjects 65 65 JavaWOExtensions 66 -{{/code}} 67 - 68 68 1. Create a ClasspathClient.txt file in the root of the project and paste the following as contents: 69 69 70 70 {{code title="ClasspathClient.txt File"}}