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 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
To version 5.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
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,4 +1,6 @@ 1 -1. Create a new WOApplication named "WebStartJNLPTest" in Eclipse with a package of "your.app" 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}} 2 2 1. Modify the Main.html by adding: 3 3 4 4 {{code title="Main.html Changes"}} ... ... @@ -26,7 +26,7 @@ 26 26 1. Create a WOComponent named JavaClient 27 27 1. Modify the JavaClient.html replacing the contents with: 28 28 29 -{{code title="JavaClient.html"}} 31 +{{code title="JavaClient.html Contents"}} 30 30 <WEBOBJECT NAME=JavaClientComponent></WEBOBJECT> 31 31 {{/code}} 32 32 ... ... @@ -45,6 +45,8 @@ 45 45 {{/code}} 46 46 47 47 1. Add the following frameworks to the project build path: 50 + 51 +{{code}} 48 48 JavaDirectToWeb 49 49 JavaDTWGeneration 50 50 JavaEOApplication ... ... @@ -59,6 +59,8 @@ 59 59 JavaJDBCAdaptor 60 60 JavaWebObjects 61 61 JavaWOExtensions 66 +{{/code}} 67 + 62 62 1. Create a ClasspathClient.txt file in the root of the project and paste the following as contents: 63 63 64 64 {{code title="ClasspathClient.txt File"}}