Changes for page Quick Start
Last modified by Paul Hoadley on 2025/01/30 02:09
From version 77.2
edited by Paul Hoadley
on 2023/12/25 09:22
on 2023/12/25 09:22
Change comment:
There is no comment for this version
To version 77.1
edited by Paul Hoadley
on 2023/12/25 09:20
on 2023/12/25 09:20
Change comment:
Updates and simplifies these instructions.
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,7 +1,7 @@ 1 1 (% class="auto-cursor-target" %) 2 2 You should be able to get a "Hello, World!" Wonder application running using Maven in about 10 minutes. 3 3 4 -(% id="HAssumptions"class="auto-cursor-target" %)4 +(% class="auto-cursor-target" %) 5 5 = Assumptions = 6 6 7 7 We're going to make a few assumptions to keep this page brief: ... ... @@ -10,11 +10,11 @@ 10 10 1. You have Java installed. //We are actually going to assume you're using Java 8//, but only because it's just marginally easier to launch the application under Java 8. People are running WebObjects on Java 21 in production. 11 11 1. You have Eclipse and WOLips installed. Eclipse versions as recent as 2023-09 have been shown to be just fine, albeit with a slightly modified WOLips. Again we won't cover any of that here. 12 12 13 -(% id="HSetup"class="auto-cursor-target" %)13 +(% class="auto-cursor-target" %) 14 14 = Setup = 15 15 16 16 (% class="auto-cursor-target" %) 17 -You need to install Maven. 17 +You need to install Maven. [[Download the latest version of Maven>>https://maven.apache.org/download.cgi]] from Apache. 18 18 19 19 (% class="auto-cursor-target" %) 20 20 {{{$ cd ~/Applications ... ... @@ -79,7 +79,7 @@ 79 79 </settings> 80 80 }}} 81 81 82 -(% id="HCreateanewapplicationproject" class="auto-cursor-target" %)82 +(% class="auto-cursor-target" %) 83 83 = Create a new application project = 84 84 85 85 (% class="auto-cursor-target" %) ... ... @@ -103,7 +103,7 @@ 103 103 (% class="auto-cursor-target" %) 104 104 You can enter your own values if you like, but remember to stick with Java 1.8 for the moment. Hit 'Y' to confirm when requested. 105 105 106 -(% id="HBuildandlaunchtheapplication" class="auto-cursor-target" %)106 +(% class="auto-cursor-target" %) 107 107 = Build and launch the application = 108 108 109 109 (% class="auto-cursor-target" %) ... ... @@ -124,7 +124,7 @@ 124 124 125 125 >Hello WOnder world! 126 126 127 -(% id="HImportyourprojectintoEclipse" class="auto-cursor-target" %)127 +(% class="auto-cursor-target" %) 128 128 = Import your project into Eclipse = 129 129 130 130 (% class="auto-cursor-target" %)