Changes for page Integrate Wonder Into an Existing Application
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
on 2009/12/06 13:36
Change comment:
There is no comment for this version
To version 6.1
edited by Kieran Kelleher
on 2007/10/02 08:06
on 2007/10/02 08:06
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -5,7 +5,7 @@ 5 5 6 6 == Minimum Wonder Integration == 7 7 8 -* Add ERJars, ERExtensions ,WOOgnland Wonder's JavaWOExtensions frameworks to your project's framework references8 +* 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 ... ... @@ -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.