You could also try spring -loaded. https://github.com/spring-projects/spring-loaded Notice you don't need to be using spring to get advantage of it
On Fri, Jun 13, 2014 at 7:39 AM, Ilya Obshadko <ilya.obsha...@gmail.com> wrote: > Thanks Lance! > > I was supposing something like this. > > JRebel looks very promising, but well, I don't need this feature that much; > it might be just a convenient addition, but introducing another framework > to achieve the result looks like an overkill. > > > On Fri, Jun 13, 2014 at 1:24 AM, Lance Java <lance.j...@googlemail.com> > wrote: > > > I think you'll have troubles getting that to work. Tapestry's been built > > from the ground up to support live class reloading. > > > > Have you seen jrebel? It's a java agent that will do what you want. Nb > it's > > not free > > > > http://zeroturnaround.com/software/jrebel/ > > On 12 Jun 2014 20:33, "Ilya Obshadko" <ilya.obsha...@gmail.com> wrote: > > > > > Hey guys, > > > > > > Could anyone explain - is that possible to enable live class reloading > > for > > > user-defined packages? > > > > > > For example, I would like to implement live reloading for Hibernate > > > entities and enum classes that I use in my application (the former > > probably > > > requires Hibernate re-initialization, while the latter might require > > > reloading of any other dependent classes). Is it possible to do that? > > > > > > Thanks in advance. > > > > > > -- > > > Ilya Obshadko > > > > > > > > > -- > Ilya Obshadko >