Last modified by Pascal Robert on 2012/01/30 22:01

From version 4.1
edited by Pascal Robert
on 2012/01/30 22:01
Change comment: There is no comment for this version
To version 2.1
edited by David Holt
on 2007/06/27 19:02
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Create a new Wonder Direct to Web Application
1 +Copy of Setting up a new ERD2W Application
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.probert
1 +XWiki.dholt
Content
... ... @@ -1,6 +1,7 @@
1 1  **There is now a wizard under New>Project for WOnderD2WApplication**
2 2  
3 -~1. Make sure you have the latest Wonder frameworks. Go here if you don't:[[http://jenkins.wocommunity.org/job/Wonder]]
3 +~1. Make sure you have the latest Wonder frameworks. Go here if you don't:
4 +http:~/~/webobjects.mdimension.com/wonder/
4 4  
5 5  2. Install the Wonder Frameworks in /Library/Frameworks on MacOS X.
6 6  
... ... @@ -26,7 +26,7 @@
26 26  
27 27  7. Don't select any project dependencies.
28 28  
29 -8. Now you'll have to add an EOModel to the project for testing. The easiest way to do that may be to add the JavaBusinessLogic framework. That is used for Apple's WO tutorials, so that is what I am going to do.
30 +8. Now you'll have to add an EOModel to the project for testing. The easiest way to do that may be to add the JavaBusinessLogic framework. That is used for Apple's WO tutorials, so that is what I am going to do.
30 30  
31 31  If you add your own model, you will likely need to add it to your Resources subfolder for it to be built properly. If you put it at root level, your default settings likely won't pick it up.
32 32  
... ... @@ -58,7 +58,7 @@
58 58  
59 59  14. You should have a ERD2W application starting up.
60 60  
61 -15. Once you have logged in you'll also have access to a several links to debugging features (ERD2WDebugFlags, Editor for Localizable.strings) in your PageWrapper component so that you can see some details while your application is running. For this to work, your application must be in development mode (this is a simple boolean check to see if a property has been set or not).
62 +15. Once you have logged in you'll also have access to a several links to debugging features (ERD2WDebugFlags, Editor for Localizable.strings) in your PageWrapper component so that you can see some details while your application is running. For this to work, your application must be in development mode (this is a simple boolean check to see if a property has been set or not).
62 62  
63 63  [[image:ERD2W 041.jpg]]
64 64