eclipse-ee4j / jakartaee-tutorial

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

Small corrections in "A Web Module That Uses Jakarta Servlet Technology: The hello2 Example" section. #277

Closed DmitriGit closed 2 years ago

DmitriGit commented 2 years ago

Hello,

if you look at the:

1) "To Run the hello2 Example Using NetBeans IDE" (https://eclipse-ee4j.github.io/jakartaee-tutorial/#to-run-the-hello2-example-using-netbeans-ide) 2) and "To Run the hello2 Example Using Maven" (https://eclipse-ee4j.github.io/jakartaee-tutorial/#to-run-the-hello2-example-using-maven)

paragraphs, you can see that those paragraphs describe non only Running "hello2 example", but also steps to build, package and deploy it.

In fact, if you look at:

3) "To Build and Package the hello1 Web Module Using NetBeans IDE" (https://eclipse-ee4j.github.io/jakartaee-tutorial/#to-build-and-package-the-hello1-web-module-using-netbeans-ide) 4) and "To Build and Package the hello1 Web Module Using Maven" (https://eclipse-ee4j.github.io/jakartaee-tutorial/#to-build-and-package-the-hello1-web-module-using-maven)

paragraphs of the "Packaging and Deploying the hello1 Web Module" (https://eclipse-ee4j.github.io/jakartaee-tutorial/#packaging-and-deploying-the-hello1-web-module) section, you can easily notice that "1)" and "3)", "2)" and "4)" contains the same information.

So I think it would be better to rename:

5) "To Run the hello2 Example Using NetBeans IDE" to "To Build, Package, Deploy and Run the hello2 Example Using NetBeans IDE" 6) and "To Run the hello2 Example Using Maven" to "To build, package, deploy and run the hello2 example using Maven"

Thank you, Dmitri.