Results 1 to 3 of 3

Thread: Realtime statistical information in Cache/Session

  1. #1

    Default 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.

  2. #2

    Default Any Help?

    Can u somebody throw some light.

  3. #3
    Join Date
    May 2008
    Location
    Berlin, Germany
    Posts
    36

    Default

    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
  •