...
WebObjects is not a web page design tool. In fact, WebObjects does not have a WYSIWYG HTML editor (but the component editor is quite powerful). WebObjects uses your web pages (called templates) and adds dynamic content on the fly to make your application run. Also, WebObjects is not a framework for writing client side code. The objects you work with in WebObjects exist on the server only. If you are writing a complex client side JavaScript based application you can serialize your server objects via XML, JSON (by using ERRest) or SOAP and send them to a browser.
Contents
- Getting Started
- Binary Frameworks Installation and Upgrade
- Quickstart
- Example Applications from Wonder Source
- Frameworks
- History
- Using Properties Files
- Wonder Tutorials
- Best Practices
- JavaDoc API
- Testing
- Application Startup Troubleshooting
- Acknowledgements
Deployment Tools
WebObjects 5.4 was released with the source code for JavaMonitor and wotaskd as Example Source. If you have WO 5.4 installed, these should be on your file system at /Developer/Examples/JavaWebObjects. These projects were imported into Wonder, bug fixed and enhanced.
Wonder Frameworks and Components
...