eclipse-ee4j / jakartaee-tutorial

Jakarta EE Tutorial
https://eclipse-ee4j.github.io/jakartaee-tutorial
Eclipse Public License 2.0
96 stars 67 forks source link

Small correction in "Web Application Lifecycle" section. #255

Closed DmitriGit closed 2 years ago

DmitriGit commented 2 years ago

Hello,

the inacurracy is small, but should be corrected, I think.

In the section "Web Application Lifecycle" (https://eclipse-ee4j.github.io/jakartaee-tutorial/#web-application-lifecycle) there is a phrase: "Developing web component code is covered in the later chapters. Steps 2 through 4 are expanded on in the following sections and illustrated with a Hello, World–style, presentation-oriented application."

Later you can read: "The applications are used to illustrate tasks involved in packaging, deploying, configuring, and running an application that contains web components."

And indeed, if you look forward in the chapter, these examples expand NON ONLY step 2 through 4, but also step 5 and step 6 (see "Packaging and Deploying the hello1 Web Module" and "Running the Deployed hello1 Web Module" sections of the same chapter).

So, in conclusion, the phrase should contain "Steps 2 through 6" ("6" instead of "4"): "Developing web component code is covered in the later chapters. Steps 2 through 6 are expanded on in the following sections and illustrated with a Hello, World–style, presentation-oriented application."

Thank you, Dmitri.

DmitriGit commented 2 years ago

Hello,

do you want I transform it in PR too the same as 257?

Thank you, Dmitri.

arjantijms commented 2 years ago

Yes, please ;)