Wednesday, April 29, 2020

Hello, Goodbye ...

Now that we have understood how the simple "hello, world" app works, it's time to try and mix things up a little by changing something and seeing if we can put our understanding to good use.

So instead of welcoming the world with a nice greeting, we will say goodbye instead.

OK, not too taxing, but the main purpose is to understand that we have a complete deployment cycle working and redeploying actually works.

Changing Hello, World

The only change I'm going to make is on line 5 of helloworld.xml, where I'm going to change the text from "Hello, World" to the equally classic "Goodbye cruel world".  And then redeploy from Eclipse.


That was easy.

Summary

We are indeed on top of this and ready to press on to bigger and better things.

No comments:

Post a Comment