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 15.1
edited by David Avendasora
on 2008/06/25 10:14
on 2008/06/25 10:14
Change comment:
There is no comment for this version
To version 16.1
edited by David Avendasora
on 2008/06/25 10:11
on 2008/06/25 10:11
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,5 +3,3 @@ 1 -This tutorial will help you get a new Java Client or Direct To Java Client Application setup in Eclipse/WOLips and get it building properly. 2 - 3 3 1. Create a new WebObjects Application 4 4 [[image:Picture 9.png]] 5 5 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}} ... ... @@ -175,7 +175,6 @@ 175 175 [[image:Picture 13.png]] 176 176 1. Select your.app.Application as the Application class 177 177 [[image:Picture 14.png]] 178 -1. If you want to actually deploy this application, then you will also need to [[modify the build.xml file>>Java Client-Building]]. 179 179 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: 180 180 [[image:Picture 15.png]] 181 181 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/]]