Posts Tagged ‘java’

Two must-have Java tools

I’ve been absolutely loving JavaRebel, a java agent that reloads modified classes at runtime, thereby obviating the need to start or stop some long running piece of code (say, an app server or some other kind of daemon). It’s not, unfortunately, open source, but it is inexpensive and the time savings so far are considerable. […]