Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support dynamic reload of classes in dev environment (hotswap) #16

Closed
jknack opened this issue Dec 15, 2014 · 0 comments
Closed

support dynamic reload of classes in dev environment (hotswap) #16

jknack opened this issue Dec 15, 2014 · 0 comments
Labels

Comments

@jknack
Copy link
Member

jknack commented Dec 15, 2014

hotswap will be done at JVM level with: http://dcevm.github.io/

A java agent it's require to "restart" some statically binded services (like routes, ORM mappings, etc.)

A good alternative for the custom agent could be: https://github.com/HotswapProjects/HotswapAgent

@jknack jknack added the feature label Dec 15, 2014
@jknack jknack modified the milestone: 0.3.0 Dec 15, 2014
jknack added a commit that referenced this issue Jan 4, 2015
* implemented without a custom classloader
* assume users will setup a dcevm JVM
@jknack jknack closed this as completed in 8986bcb Jan 14, 2015
@jknack jknack reopened this Jan 14, 2015
@jknack jknack closed this as completed in 56e644d Mar 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant