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

From version 20.1
edited by ianjoyner
on 2007/07/10 21:49
Change comment: Fix a couple of typos
To version 22.1
edited by Kieran Kelleher
on 2007/01/16 14:37
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ianjoyner
1 +XWiki.kieran
Content
... ... @@ -12,7 +12,7 @@
12 12  Before you start, edit your Package Explorer filters so that we can really "see" the files in our project, especially so we can check if our project was created correctly by the wizard later on. To do this simply select Filters from the Package Explorer contextual menu as shown below:
13 13  [[image:packageExplorer-filters.jpg]]
14 14  
15 -... and then deselect everything except the ones shown here. This of course is a user preference, but at least your screen will match my initial project picture shown here if you do as I tell you
15 +... and then deselect everything except the ones show here. This of course is a user preference, but at least your screen will match my initial project picture shown here if you do as I tell you
16 16  [[image:javaElementFilters.jpg]]
17 17  
18 18  == Create the Framework project in your Eclipse workspace. ==
... ... @@ -49,7 +49,7 @@
49 49  Select the jar and click OK.
50 50  [[image:buildPath-jarSelection.jpg]]
51 51  
52 -Adding dependencies on other frameworks can be done at this stage if you wish. The procedure is the same as for adding framework dependencies to a WOApplication which also has a tutorial. Keep in mind that the WOnder Framework wizard adds default framework links which you can adjust and turn off easily (right-click WOFrameworks icon and select Configure)
52 +Adding dependencies on other frameworks can be done at this stage if your wish. The procedure is the same as for adding framework dependencies to a WOApplication which also has a tutorial. Keep in mind that the WOnder Framework wizard adds default framework links which you can adjust and turn off easily (right-click WOFrameworks icon and select Configure)
53 53  
54 54  == Create a package (or packages) for your reusable classes. ==
55 55