By default, the Play application will be fully launched (compiled, Global onStart , etc.) only after you complete the http request.
Is there a way to disable this lazy download and make the compilation code of the application for Play and run it after starting the application process?
PS: I am using Play 2.3.
UPDATE: As Ryan noted, lazy loading only happens in dev. Mode. Nevertheless, I still need to disable it, despite the fact that this is relevant only for applications running in dev. Mode.
source share