Latest Added Tutorials
03-09-2015
The main purpose of this project is to avoid infamous change -> restart and wait -> check development lifecycle. Save&Reload during development should be standard and many other languages (including C#) contain this feature
Currently Tomcat 8.0.23 version is supported.
Before using Hotswap Agent in Tomcat, please visit HotswapAgent web page to install: https://github.com/HotswapProjects/HotswapAgent
Lastly add -XXaltjvm=dcevm -javaagent:C:\Users\myuce\Desktop\hotswap-agent.jar JVM parameters ass follows:
...Continue Reading