I'm thinking about using the java application object to implement a simple cache, to save a few configuration variables, and a couple of xml with often used info...
I'd like to know where is the application data phisically stored (a system file, in memory, db), how can it be configured, and if there's any kind of limitation, like space, concurrency, etc...
Besides, any other concern regarding scalabitlity (both, in size and in concurrency) would be appreciated...
And if anybody can point me some place to find more info, I'll be very glad...
thanks a lot