You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Edward Capriolo <ed...@gmail.com> on 2009/09/10 04:14:44 UTC

HIVE-425 and Apache Wikit

All,

One of the subtle issues of the web interface is that the JSP can not
easily be compiled. One way to look at this problem is to not use any
JSP. I did some searching. Where better to start then Apache? I found
wikit.

http://wicket.apache.org/

Wikit is very small framework, I have an example working with less
then <2MB war. It also looks like a pretty nice MVC system and has
some ajax support. I wanted to get some opinions on this any open up
for anyone with ideas.

Thank you,
Edward