Changes for page Java Client-WebStart Incremental Build
Last modified by David Avendasora on 2009/02/05 17:10
From version 47.1
edited by Florijan Stamenkovic
on 2008/06/17 18:51
on 2008/06/17 18:51
Change comment:
There is no comment for this version
To version 49.1
edited by David Avendasora
on 2008/06/17 14:21
on 2008/06/17 14:21
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -Java Client- WebStartIncremental Build1 +Java Client-Incremental Build - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. flor3851 +XWiki.avendasora - Content
-
... ... @@ -1,7 +1,5 @@ 1 - Therearemany waysyoucan organizeand deployWebObjectJavaClientapplications.Oneof thewaystodoit isthrough WebStart.You could manually createaWebStart app, but WebObjectscanalsodoitforyou,takingcareof JNLP creation,jarorganization,and manyWebStartnastybits.1 +WOLips incremental builder will not automatically create the required jar of your client-side classes and place it in the project.woa/Contents/WebServerResources/Java/ directory as is required by a Java Client application. 2 2 3 -There is a problem however. The WOLips incremental builder will not automatically create the required jar of your client-side classes and place it in the project.woa/Contents/WebServerResources/Java/ directory as is required by a WebObjects WebStart Java Client application. 4 - 5 5 Without the client classes placed in WebServerResources, Eclipse's built-in Run... command will not work properly as the client application will not have access to its classes and WebObjects will silently fall-back to EOGenericRecord. This causes the confusing condition of the application launching and likely not generating any errors, but not working correctly either. 6 6 7 7 Below are the steps for adding an additional "Ant Builder" to your project to generate and place the required jar in the right location.