Changes for page Home

Last modified by Pascal Robert on 2021/01/19 17:10

From version 90.1
edited by Pascal Robert
on 2023/11/13 11:57
Change comment: Renamed back-links.
To version 91.1
edited by Pascal Robert
on 2023/11/13 11:57
Change comment: Renamed back-links.

Summary

Details

Page properties
Content
... ... @@ -30,6 +30,7 @@
30 30  
31 31  
32 32  
33 +
33 33  = About Project Wonder =
34 34  
35 35  Project Wonder is the largest open source collection of reusable WebObjects frameworks, applications and extensions. Also included in Project Wonder are deployment software and web server adaptors. Project Wonder development is done within the [[Eclipse>>url:http://www.eclipse.org/||shape="rect"]] IDE with the [[WOLips>>doc:WOL.Home.WebHome]] plug-in tools.
... ... @@ -74,7 +74,7 @@
74 74  
75 75  == What Project Wonder and WebObjects are not ==
76 76  
77 -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>>doc:documentation.ERRest Framework]]) or SOAP and send them to a browser.
78 +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>>doc:documentation.Home.Frameworks.ERRest Framework.WebHome]]) or SOAP and send them to a browser.
78 78  
79 79  == Contents ==
80 80