Last modified by Klaus Berkling on 2012/06/20 12:13

From version 15.1
edited by Kieran Kelleher
on 2007/10/01 22:02
Change comment: There is no comment for this version
To version 12.1
edited by Kieran Kelleher
on 2007/10/01 21:59
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -15,6 +15,7 @@
15 15  * Add minimal content to Properties file. To get minimal content, create a temporary empty project using the WOnderApplication WOLips project template and copy/paste the contents from that template's Properties file.
16 16  
17 17  {{warning title="Remember"}}
18 +
18 18  All of these steps are important. Failing to integrate properly may lead to errors during runtime or your application will fail to launch successfully
19 19  
20 20  {{/warning}}
... ... @@ -27,15 +27,16 @@
27 27  
28 28  {{/code}}
29 29  
30 -== Easy Extras ==
31 +== Easy Recommended Extras ==
31 31  
32 -If you got the minimum Wonder integration done and your app is working, then adding these extra fundamental useful frameworks are definitely worthwhile from the start:
33 +If you got the minimum Wonder integration done and your app is working, then adding these harmless but useful extra frameworks are definitely worthwhile:
33 33  
34 34  * ERPrototypes - save yourself lots of manhours fiddling with EOModel attributes by using convenient prototypes. This is considered best practice.
35 -* ERJavaMail - send all kinds of emails - plain text, html, multi-part, attachments, etc. HTML can be generated from a WOComponent or be set using a HTML String.
36 +* ERJavaMail - send all kinds of emails - plain text, html, multi-part, attachments, etc. HTML can be generated form a WOComponent or be set using a HTML String.
36 36  * ERSelenium - functional testing that simulates user interaction with your app's web pages.
37 37  
38 38  {{tip value=" Link To Wonder Source in your Workspace"}}
40 +
39 39  Wonder source is in itself a very useful reference and gives insight into the inner workings of the WebObjects frameworks, so having the source directly linked to your project in your workspace has many advantages. See other tutorials on this wiki that show how to set that up.
40 40  
41 41  {{/tip}}