Hi,
I have an application with 2500 entities classes that may be required by web services (CXF) although on most installations only a small number will be actually used (around 200).
The initialization of the JAXB context takes a long time and required a lot of memory.
I was thinking of adding the possibility to cache the JAXB model between server runs.
This way when I create the context it only reads the processed data from last run. In additional I will generate the accessors only when they are really needed.
It will be great to get some comments / inputs on the idea from experienced JAXB developers.
Thanks in advance,
Avner