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 21.1
edited by David Avendasora
on 2008/06/25 09:54
on 2008/06/25 09:54
Change comment:
There is no comment for this version
To version 30.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
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -162,10 +162,14 @@ 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. Please follow the [[instructions]] for how to create the Java Client Incremental Builder. 165 +This file is needed to make up for the lack of Java Client application building by the WOLips Incremental Builder. Please follow the [[instructions>>Java Client-WebStart Incremental Build]] for how to create the Java Client Incremental Builder. 166 166 167 -1. Right-click on the javaclientbuild.xml file and select "Run As -> Ant Build" 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 +[[image:Picture 12.png]] 168 168 1. Right-click on the project and select "Run As -> WebObjects Application" 170 +[[image:Picture 13.png]] 169 169 1. Select your.app.Application as the Application class 170 -1. Copy the Direct Connect URL from the Eclipse console and paste it into your browser. You should get a "click here" link. 171 -1. Click it. 172 +[[image:Picture 14.png]] 173 +This is it. WebStart should automatically download your client application and launch it. If you are creating a D2JC application and did not put an EOModel file in the Resources directory of your project, then you'll see something like this: 174 +[[image:Picture 15.png]] 175 +If you don't want a D2JC application, then you are on your own for creating the user interface for it. Your client-side application can be a command-line or GUI application. If you want a Swing GUI, then I **highly** recommend Florijan Stamenkovic's [[JBND Framework>>http://web.mac.com/flor385/JBND/]]