Good Afternoon Personal, I would like some suggestions for alternative ways of accessing data on an application server, more specifically a JBoss 6. It occurred that I have an application hosted on a JBoss 6 and I need from time to time to retrieve stored data in BD or file (as the amount of data is not very large I am currently using the file reading solution). However, frequent reading of the file and / or query to the DB, besides consuming memory, also affects the performance of the system. Did they know of any alternative way of reading the data? For example, some way to keep data read from BD / file in memory (Cache)? Just by clarifying, the reading to the file / BD is done from time to time, for example every 2 hours, and it is necessary that a web project has information available at all times. Any suggestion ? Just to be aware, the web project in question is this one: link Result of a project of mine about 8 months of development, feel free to suggestion regarding it.
Thank you.