Hello all,
I want to develop a sample application which is basically a
Thread Monitoring Application which uses all features of J2SE 1.5.
Thread Administrator application is used to monitor and manage threads running in the system for any application. The application maintains the list of Threads invoked by the application in a hash table and displays the state of the threads at any particular instance of time. A GUI can be used to display Thread states at any instant on request. The GUI should display the resources utilized, the memory usage and status of garbage collector. The GUI should also be able to display the status in multiple languages. This application would support the usage of JMX API, generics, enhanced for loops, enhanced thread functionality, enhanced internationalization support and Swing skins Look and Feel.
So can anyone suggest me with somem pointers which would help me in developing such kind of application.
Thanks in advance,
Saurabh