Hi,
I am trying to integrate some code(a UI) I developed in GWT with a .exe file( I want the .exe to run when a particular event happens in the UI on client).I was told that I should implement RPC and call .exe on server side.
I am a noob in networking .Could some one throw some light on what needs to be done or suggest an alternate method?
Thanks.