javaapijerseygrizzly

do I need to restart the server every time i change a resource?


I want to know if every time I make any changes to a resource, do I need to restart the server? I am inexperienced in the area, I would like content for best practice to build an API.


Solution

  • Use IDEs hotdeploy in debug mode to reload your classes, in most cases, this works but when doesn't the IDE will tell you to restart the application.