On Mon, 02 Mar 2015 07:58:49 -0300, Svein Erik Løken <sv...@jacilla.no> wrote:

How can I get an auto loaded module live reloaded?

Tapestry live reloads page, component, mixin and base (classes in the base package) classes, plus services defined using an interface, but not module classes themselves. They're loaded and read just once.

I have been searching for a way to contribute the core library to be live
class reloaded.

If you're actually talking about live class reloading your pages, components and mixins inside your library, your projects' (both the webapp one plus the library one) should be open and their settings should be properly configured in the IDE, so, when you change a source file, it get immediately compiled to a source folder in the webapp classpath.

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to