Github user revans2 commented on the issue:
https://github.com/apache/storm/pull/2738
Can I suggest perhaps a different path forward? instead of creating the
jersey/jackson server part first, instead start migrating the ui implementation
to java first while writing some unit tests for them, and then put in the final
part that replaces the routing.
i.e.
replace `cluster-summary` with `UIHelpers.getClusterInfo`, write unit tests
for `UIHelpers.getClusterInfo` and then verify that the UI works as expected.
Then try replacing `json-resonse` everywhere in `core.clj` with something
new in `UIHelpers`...
---