Some interesting insights on improving java application startups:
- java apps are notorious to have good peak performance but slow startup time
- slow startup time because loading classes, etc…
- improve by training with integration code for example, then use a JVM feature to start at this point