Changes for page Getting Started
Last modified by Bastian Triller on 2019/02/22 16:07
From version 8.1
edited by Pascal Robert
on 2012/07/22 07:27
on 2012/07/22 07:27
Change comment:
There is no comment for this version
To version 14.1
edited by Pascal Robert
on 2012/02/11 16:01
on 2012/02/11 16:01
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,22 +1,24 @@ 1 1 = Installing the tools = 2 2 3 -Before getting started with code, [[you willneedto install the development tools and frameworks>>doc:documentation.Project Wonder Installation]].3 +Before getting started with code, [[you install to install the development tools and frameworks>>WONDER:Project Wonder Installation]]. 4 4 5 5 = Learn the concepts = 6 6 7 -Start by reading [[WebObjects Overview>>attach:documentation.JavaDocandother documentation@WebObjects_Overview.pdf]]and [[WebObjectsWebApplications Programming Guide>>attach:documentation.JavaDocand other documentation@Web_Applications.pdf]].Those documents are really good at explaining the concepts behind WebObjects. Please note that they talk about the old toolset (EOModeler, WebObjects Builder, etc.), but the concepts are still valid.7 +Start by reading WebObjects Overview and WebObjects Web Applications Programming Guide. Those documents are really good at explaining the concepts behind WebObjects. Please note that they talk about the old toolset (EOModeler, WebObjects Builder, etc.), but the concepts are still valid. 8 8 9 -After you have read the two Apple documents, proceed with the tutorials linked to this page. 9 +After you have read the two Apple documents, have a look at our podcasts and this Apple-provided tutorial. 10 +There are tutorials to help you learn how to use the WOLips tools. 11 +The Project Wonder wiki contains best practices information culled from the collective wisdom of the Project Wonder community. 10 10 11 -Books? We've got'em too. We highly recommend [[Practical WebObjects>>url:http://www.apress.com/9781590592960||shape="rect"]]by Chuck Hill and Sacha Mallais.13 +Books? We've got'em too. We highly recommend Practical WebObjects by Chuck Hill and Sacha Mallais. 12 12 13 -If you have a copy of WebObjects Developer's Guide (author: Ravi Mendis, publisher : Sams) or Professional WebObjects with Java (publisher: Wrox), we have converted the example code to Eclipse/WOLips projects. [[You can get them on GitHub>>url:https://github.com/wocommunity/||shape="rect"]].15 +If you have a copy of WebObjects Developer's Guide (author: Ravi Mendis, publisher : Sams) or Professional WebObjects with Java (publisher: Wrox), we have converted the example code to Eclipse/WOLips projects. You can get them on GitHub. 14 14 15 15 = Hello World tutorial = 16 16 17 17 This tutorial is a good way to learn how to use the development tools for your Wonder projects. You will learn how to create a new project, run it and make the "Hello World" editable. 18 18 19 -[[Your First Project - Hello World>> doc:documentation.Your First Project - Hello World]]21 +[[Your First Project - Hello World>>WONDER:Your First Project - Hello World]] 20 20 21 21 = Blog tutorial = 22 22 ... ... @@ -24,30 +24,30 @@ 24 24 25 25 In the first part, you will learn how to create a EOModel for a blog application. You will also learn how to use the ERRest framework to build a basic interface to manage and show blog postings. 26 26 27 -[[ doc:documentation.Your First Rest Project]]29 +[[WONDER:Your First Rest Project]] 28 28 29 29 In the second part, you will learn how you can use frameworks to put resources, including EOModels, in a core framework and to use those resources in many projects. 30 30 31 -[[ doc:documentation.Your First Framework]]33 +[[WONDER:Your First Framework]] 32 32 33 33 In the third part, you will learn how to use Direct2Web, a rules-based engine, to build the administrative interface to manage the blog. 34 34 35 -[[ doc:Your First D2W Project]]37 +[[WONDER:Your First D2W Project]] 36 36 37 37 In the fourth part, you will learn how to use sessions and creating your own components to manage the blog. 38 38 39 -[[ doc:Your First Stateful Project]]41 +[[WONDER:Your First Stateful Project]] 40 40 41 41 In the last part, you will learn how to deploy your applications. 42 42 43 -[[ doc:Your First Deployment]]45 +[[WONDER:Your First Deployment]] 44 44 45 45 = Get together = 46 46 47 -Project Wonder has a supportive and active user community. To contribute or benefit, the [[mailing lists>>doc:documentation.MailingLists]]isthe best way to reach out other Project Wonder developers.49 +Project Wonder has a supportive and active user community. To contribute or benefit, the mailing lists is the best way to reach out other Project Wonder developers. 48 48 49 -You can also attend [[WOWODC>>url:http://www.wowodc.com||shape="rect"]], our annual conference dedicated to Project Wonder.51 +You can also attend WOWODC, our annual conference dedicated to Project Wonder. 50 50 51 51 = Get training = 52 52 53 -Numerous [[organizations>>url:http://www.wocommunity.org/page/organizations?filter=services||shape="rect"]]provide classes or individual training. You can also buy the recordings of past WOWODCs to augment your Project Wonder knowledge.We are also doing a [[Project Wonder Boot Camp>>url:http://www.wocommunity.org/wowodc12/bootcamp.html||shape="rect"]] at WOWODC 2012, which is perfect to learn more about Project Wonder and WebObjects.55 +Numerous organizations provide classes or individual training. You can also buy the recordings of past WOWODCs to augment your Project Wonder knowledge.