I run my spring based web application using spring tc server. I run tc server from the command line.
D:\vfabric-tc-server-developer\base-instance\bin>tcruntime-ctl.bat run
I just came to know about spring loaded which is a JVM agent for reloading class file changes whilst a JVM is running. It transforms classes at loadtime to make them amenable to later reloading.
see more of spring loaded here
I am not sure how do i configure it with the tc server.
Please help if anyone has used it?