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 22.1
edited by David Avendasora
on 2008/06/25 09:38
on 2008/06/25 09:38
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -25,7 +25,7 @@ 25 25 26 26 {{/code}} 27 27 28 -1. Create a WOComponent named JavaClient 28 +1. Create a WOComponent named "JavaClient". This WOComponent will be what passes the specifics about your client-side application to WebObjects. {{note title="Note!"}}If you are not creating a Direct To Java Client (D2JC) application, then you will need to replace the applicationClassName (com.webobjects.eogeneration.EODynamicApplication) with the name of your client-side application class. Your non-D2JC client-side Application class *must* subclass EOApplication.{{/note}} 29 29 1. Modify the JavaClient.html replacing the contents with: 30 30 31 31 {{code title="JavaClient.html Contents"}}