OpenLiberty / guide-maven-intro

An introductory guide on how to build applications using Maven on Open Liberty: https://openliberty.io/guides/maven-intro.html
Other
20 stars 34 forks source link

Improving Usability for this guide. #77

Closed ankitagrawa closed 4 years ago

ankitagrawa commented 4 years ago
image

1) It nowhere mentions that you need to move to start directory to make changes and run the test case again. If you are in finish directory and make changes as suggested then you don't see the expected result.

image

2)

image

"response string" should be a hotspot. bcoz HelloSevlet.java gets highlighted but where exactly to make changes is bit confusing.

NimG98 commented 4 years ago

Will update hotspot in devmode PR

evelinec commented 4 years ago

Regarding feedback point 2, this section of the guide is to trigger user to further play around with the application/test that they learn in this guide on their own, thus, we do not state the instructions very specifically. This is by design of the guide.

ankitagrawa commented 4 years ago

feedback addressed thanks