On Tue, 11 Oct 2011 13:12:08 -0300, Bryan Lewis <jbryanle...@gmail.com> wrote:

But the lower-level classes, not part of Tapestry's domain, don't reload.
For example, I've got business logic in my domain objects, in a lower-level "model.jar". I've tried running with that jar exploded and updating the .class files but the changes don't get picked up. The eclipse maven plugin handles that for me in my development workspace, which is what sparked the question.

What web container do you use? They usually have some configuration to auto-redeploy applications when some class is changed, and I guess that's exactly what you're seeing: Jetty picking up changes after Maven copies or compiles files. ;)

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.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