Thank very much for the review. I am still puzzled how hiccup and gets pulled in since ringMon dependency list is only:
:dependencies [[org.clojure/clojure "1.3.0"] [ring "1.0.1"] [org.clojure/java.jmx "0.1"] [clj-json "0.5.0"] [org.clojure/tools.nrepl "0.2.0-beta2"]] It looks like clj-json might be a culprit. Is there a lein/maven utility that works out dependency chain? Regards Zoka That is really wierd On Mar 22, 3:52 am, Shantanu Kumar <kumar.shant...@gmail.com> wrote: > I tried this out today. Very cool stuff! > > The only feedback I can provide at the moment is, it would probably be > nice to get rid of some of the hard dependencies on other libraries. > For example Ring and Hiccup, so that people can use their own versions > of those libraries. Or perhaps, come up with different versions – > `ringMon-minimal` that pulls in no dependencies (easy to adopt in pre- > written apps), and `ringMon-complete` that has everything. > > Shantanu > > On Mar 20, 5:32 am, zoka <ztomi...@gmail.com> wrote: > > > > > > > > > Hi all. > > > The first non-snapshot release of ringMon 0.1.1 is available at > > Clojars. > > > The ringMon is a Ring middleware that can be easily added to an > > existing Ring based application. > > > It injects a monitoring page that displays application data of > > interest (JMX and derived values). The page also provides Web front > > end to nREPL server that runs in context of the web application > > itself. I can be used to provide easy insight into applications > > deployed on cloud platforms like Heroku, > > > The demo showcase app is at:http://noirmon.herokuapp.com/ > > Source code is at:https://github.com/zoka/ringMon/ > > > Regards > > Zoka -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en