livereload-jvm icon indicating copy to clipboard operation
livereload-jvm copied to clipboard

provide an implementation without jetty

Open davidB opened this issue 11 years ago • 4 comments

try http://docs.oracle.com/javase/6/docs/jre/api/net/httpserver/spec/com/sun/net/httpserver/package-summary.html

davidB avatar Feb 19 '14 10:02 davidB

It would fix issue #7 and remove a big dependency...

PerfectCarl avatar Jun 27 '15 14:06 PerfectCarl

Yep, but I didn't find the motivation to mad it ;-). Someone using livereload-jvm is a good motivation. I should be able to find time to work on it this week / month.

davidB avatar Jul 04 '15 08:07 davidB

After trying livereload on other stacks (js mostly) I found out that I can't live without anymore (or don't want to anyway). I'm surprised that this is not more integrated into jvm web stacks.

That being said my issues were about livereloadj-jvm not be compatible with jetty 9.2 (as my stack uses it) and thus introduced conflicts.

In conclusion with a version that supports jetty 9.2, I am perfectly happy. A jetty less version would be insanely cool though (I have no idea how hard it would be to get it done)

PerfectCarl avatar Jul 04 '15 08:07 PerfectCarl

As a sidenote, why did you use the weird net_alchim31_livereload namespace instead of something like net.alchim31.livereload

PerfectCarl avatar Jul 04 '15 08:07 PerfectCarl