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

From version 9.1
edited by Kieran Kelleher
on 2009/12/06 13:36
Change comment: There is no comment for this version
To version 14.1
edited by Kieran Kelleher
on 2007/10/01 22:02
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -5,12 +5,11 @@
5 5  
6 6  == Minimum Wonder Integration ==
7 7  
8 -* Add ERJars, ERExtensions, WOOgnl and Wonder's JavaWOExtensions frameworks to your project's framework references
8 +* Add ERJars, ERExtensions and Wonder's JavaWOExtensions frameworks to your project's framework references
9 9  * Remove existing log4j jar if your project had that.
10 10  * Make it so your Application class subclasses ERXApplication
11 11  * Make it so your Session class subclasses ERXSession
12 12  * Make it so your DirectAction classes extend ERXDirectAction
13 -* Make it so your Enterprise Objects extend ERXGenericRecord instead of EOGenericRecord. If you use EOGenerator, simply change your superclass template class declaration and import statements.
14 14  * Your Application class' main static method **{+}must{+}** call ERXApplication.main(...) instead of WOApplication.main(...). Your application will fail to initialize and launch otherwise.
15 15  * Use ERXEC.newEditingContext() to create new editing contexts in your application
16 16  * 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.
... ... @@ -32,7 +32,6 @@
32 32  
33 33  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:
34 34  
35 -* Ajax - Just what it says - easy Ajax in your WO apps
36 36  * ERPrototypes - save yourself lots of manhours fiddling with EOModel attributes by using convenient prototypes. This is considered best practice.
37 37  * 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.
38 38  * ERSelenium - functional testing that simulates user interaction with your app's web pages.
... ... @@ -41,9 +41,3 @@
41 41  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.
42 42  
43 43  {{/tip}}
44 -
45 -{{info value="Start Your Next Project on the Right Foot"}}
46 -For your next project, simply select the WOnderApplication project template instead of the WOApplication template and all the minimum integration tasks itemized above are already done for you. Besides, the WOnder Application project template is so neatly organized that some have commented on how it is a better overall project template for WebObjects projects even if you are not using Wonder.\\
47 -!Picture 9.jpg!
48 -
49 -{{/info}}