Is there any way to be working on a java server, either with struts2 or servlets, and not have to restart the server every time you make a change in the backend?
that is, let's say that I modify something in the BookBO class or in the ModifyBook servlet, and that it is not necessary to restart the server to refresh the changes.
Is that it takes two hours to start the happy server every time I change or add code.