...
Using Project WONDER is surprisingly easy. There are only a few steps to get up-and-running:
- Download and install the Project WONDER frameworks;
- Add the ERJars.framework and ERExtensions.framework to your WebObjects project;
- Change your Application class to extend er.extensions.ERXApplication instead of WOApplication;
- Change your Application.main method to call er.extensions.ERXApplication.main instead of WOApplication.main;
- Change your Session class to extend er.extensions.ERXSession instead of WOSession;
- Change your DirectAction class to extend er.extensions.ERXDirectAction instead of WODirectAction;
- Build.
...