Hi,
we have an internal webapplication running on tomcat, build on Spring. The webapplication front-end is build with Flex.
I would like to create a cross-platform systray application that allows to go the home page of the application and displays alerts when certain things happen in the server.
What would you think is the best technology for:
- The systray itself? Java Swing?
- Communication between the server and the systray? Webservice? RSS feed? Spring remoting? JMX Notifications?
regards,
Wim