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 31.1
edited by David Avendasora
on 2008/06/25 10:04
on 2008/06/25 10:04
Change comment:
There is no comment for this version
To version 27.1
edited by David Avendasora
on 2008/06/25 10:10
on 2008/06/25 10:10
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -50,6 +50,7 @@ 50 50 51 51 {{note title="Note!"}}If you are not creating a Direct To Java Client (D2JC) application, then you will need to replace the applicationClassName parameter (com.webobjects.eogeneration.EODynamicApplication) with the name of your client-side application class. Your non-D2JC client-side Application class *must* subclass EOApplication.{{/note}} 52 52 53 +1. If you didn't add an EOModel file to the project when you created it, do it now. Drop any existing EOModel in the Resources directory, or create one from scratch. 53 53 1. Add the following frameworks to the project build path: 54 54 JavaDirectToWeb 55 55 JavaDTWGeneration ... ... @@ -100,6 +100,8 @@ 100 100 101 101 {{/code}} 102 102 104 +This file is only required by the application when it is being launched from within Eclipse. 105 + 103 103 1. Create a javaclientbuild.xml file in root of the project and paste the follwing as contents: 104 104 105 105 {{code title="javaclientbuild.xml"}} ... ... @@ -162,8 +162,10 @@ 162 162 163 163 {{/code}} 164 164 165 -This file is needed to make up for the lack of Java Client application building by the WOLips Incremental Builder. Pleasefollowthe[[instructions>>Java Client-WebStartIncrementalBuild]] forhowtocreatetheJava ClientIncrementalBuilder.168 +This file is needed to make up for the lack of Java Client application building by the WOLips Incremental Builder. It also copies the client launch scripts into the project so that the application will auto-launch when you run it from within Eclipse. 166 166 170 +Please follow the [[instructions>>Java Client-WebStart Incremental Build]] for how to create the Java Client Incremental Builder. 171 + 167 167 1. If you did not setup the Java Client Incremental Builder, then right-click on the javaclientbuild.xml file and select "Run As -> Ant Build" 168 168 [[image:Picture 12.png]] 169 169 1. Right-click on the project and select "Run As -> WebObjects Application"