Anybody knows how to handle custom URL schemes with Java? Like when you access any itms:// URL in browser, iTunes will handle it.
I know it's possible by writing native code applications that calls my Java code, but I don't know if it's possible with Java only.
I'll probably use some AWT code and I need it to be called by the browser.
Thanks!