To edit or add content to this Wiki, you can simply create a new account at http://wocommunity.org/account.
Eclipse is comprised of two major organizational features: Perspectives and Views. A Perspective is a grouping of related views – often associated with a particular workflow. For instance, two very common perspectives you will likely use are the Java Perspective and the CVS Perspective. The Java Perspective contains all the typical views you associate with editing Java files – Package Explorer, Java Hierarchy Browser, Problems List, Source Code Editor, etc. CVS Perspective contains a Repository Browser, a Revision Browser, a Synchronization View, etc. For the purposes of this tutorial, however, you will be using to the WOLips Perspective, which is very similar to the Java perspective but adds a few WO-related features.
1. In the upper right of your new Eclipse window is the quick access icons for common perspectives.
2. WOLips might not be in that list. If it isn't, click on the Add Perspective icon and choose "Other"
3. Select the WOLips Perspective from the list and click "OK"
4. Eclipse now switches to the WOLips perspective and you'll notice the WOLips icon now appears in your perspective bar.
5. Ctrl-click (Right click) in Package explorer and select "New" => "WOApplication"
6. The "New Project" dialog opens. Enter the name of the project – in this case, we chose "WOLipsTest". Click "Finish" when you are done.
7. You now have a (mostly) empty WO Application in your Package Explorer view. There are several notable elements that appear in the project that you should be aware of:
WOLips Bug: If you DO NOT see all of the items listed below, or if your src folder does not have a package icon on it, you have hit a WOLips bug that we are actively trying to track down. This particular bug is a race condition in project creation from a template where it ends up not creating a proper Java/WOLips project, so it doesn't autobuild or include all the frameworks. Try deleting and recreating until it looks more like the picture below. You can also try closing the project by right-clicking and choosing Close Project, then reopening the project in a similar fashion. We're working on this one.
8. You now have a WO Application shell to work from. You can now continue on to the Edit a WO Component tutorial.
1 Comment
Pascal Robert
Update the screenshots for WOLips 3.6
Add explanations on how to create other types (Wonder, D2W) of projects.