I have developed a set of Web services in Jersey which I am now
accessing through the a Jersey client application. However I would also
like to have a Web UI for human users to access the Web services. Some
of the interfaces will also need to use Google maps. I would like some
advice on which is the best framework to use with Jersey for building
these Web UIs that can get me quickly up and running. Preferably I would
like to use template based solutions for generating HTML pages if
possible or anything that eases the pain of writing HTML.
Thanks