The best way of getting used to something new is to start using it in your applications, that's why we are expecting you to use the framework inside your web app in the same way that you were using it in your tests. Try adding the same code that you have in your tests inside a Servlet and see what happens. If you have more concrete questions at that point we are here to help.
If you wait for an example, and that example was created based on different assumptions or different requirements you will get confused and probably follow a wrong lead.
So, based on your requirements try what you already are doing in the tests into a servlet and try to create some user interface with JSP to display the process information that you need to show..
Cheers