-
Dec 1st, 2008, 12:25 PM
#1
Realtime statistical information in Cache/Session
Hi,
We are developing web based application(Spring MVC, Ajax, Hibernate and Weblogic Server 10.2) which needs to display a realtime statistical information about multiple systems in a table format in the screen.
The statistical information like message received, sent, failed, resent, problem data, operator assigned.. etc.
Can you please suggest me which approach i can take to keep these data in to the memeory which is right and optimal way.
1. Keeping in Array list of POJO objects(1 object per system).
2. HashTable/HashMaps.
Anyother idea?.
Please help me to find out best solution.
Thanks,
Lakshmi.
-
Dec 3rd, 2008, 08:31 AM
#2
Any Help?
Can u somebody throw some light.
-
Dec 3rd, 2008, 08:52 AM
#3
The weblogic appserver itself provides a jmx based admin tool if im not wrong.
Interesting for me would be how you intend to bind the jms as well as hibernate(+second level cache)
If you configure both to be setup by weblogic, the common jmx console should help you grab all required detail information.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules