Run code early at application startup

Hi

I have some low level service that I want to start early in application startup sequence.

For now I rely on Spring singleton instantiation, but maybe there are other hooks in the platform ?

Mike

Hi Mike,

You can do it using the following development recipe: Running Code at Application Start - CUBA Platform. Developer’s Manual

Thanks Yuriy. Don’t know how I could miss it in the doc.