I am working on a Hybris project and it is very time consuming to wait 350 - 550 sec for a single Hybris server startup, for e
Thanks to all of you, who wrote an answer! :) Actually I found a really great solution for my own question:
Now if I start a hybris server and I modify (or create) a file in my project, I just run a compile on the modified package or just on the single current file and after a few seconds Tomcat reloads the modified stuff in the current extension.
UPDATE: Since a Hybris extension could not use the "webapp" part of other extensions, it seems like it is not possible to reload any dependency. So my solution is working only on "webapp only" extensions.