hi,
Im working on a module of a network application installer system(which helps to deploy applications over a network)..So idea is basically.. like this..
i get a view of systems on the network on my homepage n when i do a right click it should pop up a window showing the list of applications available on the server and their latest version and the list of application on the systems and their latest version. So it would have display like this
so what i need to do here is to colour the row which has difference in versions.(say.. the first row in the above example)
so far i have come up with two hastables each containing an application id(unique one) the latest version available on the server and the client.
So the hashtable looks some thing like this..
so can anyone guide me on how to do comparison n give the desired output on to the
jsp