Last modified by Pascal Robert on 2007/12/15 18:15

From version 16.1
edited by Pascal Robert
on 2007/12/15 18:13
Change comment: There is no comment for this version
To version 17.1
edited by Kieran Kelleher
on 2007/09/25 10:13
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.probert
1 +XWiki.kieran
Content
... ... @@ -1,5 +3,3 @@
1 -{{toc}}{{/toc}}
2 -
3 3  = Introduction =
4 4  
5 5  So, you have built the mother of all WebObjects apps in XCode or Eclipse with everything in the default package (or not ;-) ). The time has come where you want a make a new WebObjects application that re-uses some of the functionality you have already created in bigApp.woa.
... ... @@ -46,7 +46,7 @@
46 46  
47 47  [[image:Picture 7.jpg]]
48 48  
49 -IMPORTANT:
47 +IMPORTANT:
50 50  
51 51  * Next right-click on the project and select Build Path > Configure Build Path...
52 52  * Then to to the Order and Export tab and turn ON the checkbox next to the jar that you just added to the build path. By doing this, the jars in the framework are automatically available to any WebObjects apps/frameworks that depend on this framework in your workspace.