I'm building a REST-based app using CXF and OpenJPA 1.2.1. The app works fine, but I've noticed that the first request to the app after startup takes quite a while, and most of the time is spent on the first JPA request. Following requests, even for different objects and classes, goes much faster. What are my possible options for "priming" JPA at startup so that the first request doesn't take so long?
- Best way to "prime" OpenJPA before first r... KARR, DAVID (ATTCINW)
- Re: Best way to "prime" OpenJPA befor... MiĆosz Tylenda
- RE: Best way to "prime" OpenJPA b... KARR, DAVID (ATTCINW)
- Re: Best way to "prime" OpenJ... Kevin Sutter
- RE: Best way to "prime" O... KARR, DAVID (ATTCINW)
- Re: Best way to "prime" O... Rick Curtis
- Re: Best way to "prime&qu... Michael Dick
