Hi all, I’m planning to move UI/REST service and logviewer to Java, which means
that we need to pick some alternatives for ring and hiccup.
So the first thing is to pick up a REST framework.
For the REST APIs, I think Jersey is a good choice (RESTEasy is fine too). It’s
easy to develop and good performance.
Now logviewer use hiccup to return HTML we build ourselves, but it’s hard to
debug and maintain. So in my opinion, it’s better to replace it with static
HTML + REST like regular UI.
Please let me know what you think.
– Jark Wu