I have a few questions regarding JRebel and Java's Dynamic Class Laoding.
Say for example, In a servlet I can reload servlet classes in the classes directory of the WEB-INF directory such that any time I change the class's contents and after complation I can see the changes reflected straight in my web-app without re-building my web appliaction.
What does JRebel offer beyond what's mentioned above ?