Last modified by Bastian Triller on 2013/10/05 10:40

From version 189.1
edited by Kieran Kelleher
on 2010/09/13 15:10
Change comment: There is no comment for this version
To version 206.1
edited by Kieran Kelleher
on 2010/09/13 15:19
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,13 +2,14 @@
2 2  
3 3  Instead of downloading the Wonder binaries, working from the latest source code directly can have some advantages such as:
4 4  
5 -* Ability to conveniently browse and search the source code and learn from the wisdom and experience of the WO committers
6 -* Put breakpoints in and step through Wonder source when debugging your projects
7 -* Provide opportunities to submit patches to bugs you might find in Wonder
5 +* Learn very much about WebObjects and EOF (and java dev styles?)
6 +* Easily browse and search the source
7 +* Work with a specific svn version (teams, quality control, development cycles)
8 +* Provide opportunities to submit patches for bug fixes or enhancements
8 8  * Add logging statements in Wonder source so you can better understand what is going when tracking down hard to find bugs
9 -* Work with specific versions of Wonder in a project - good practice for quality control, especially for teams
10 +* Discover the many Hidden Treasures of Wonder
10 10  
11 -== Source Frameworks Initial Installation Procedure ==
12 +== Source Frameworks Initial Installation ==
12 12  
13 13  Open a terminal and navigate to a directory where you want to maintain a source "working copy" and just use the following easy-peasy commands to download the Wonder source. Note that the build and installation commands are slighly different for WebObjects 5.4.X. So procedures for both WebObjects 5.4.X and 5.3.X are shown below. Pick you poison:
14 14