I'm wondering how to make a simple swing app aware of changes in Grails app. So if Grails updates a domain object, Swing becomes aware of it and updates it's display. Both app backed by the same DB.
I'm thinking Grails JMS (or Apache Camel) Plugin can expose changes taking place, but how does the Swing app discover them? I'd expect the implementation on Grails side would be straight forward but I'm completely lost as to the Swing side.
If it sounds vague, it's because this type of integration is a completely uncharted territory for me at this time. So much so that I have no code to post yet.