How DINGS bypasses the Same Origin Policy

The same origin policy can be a great asset to our browsing experience. It prevents malicious code injection from remote servers. But for DINGS it proves to be an anathema that must be overcome. With the help of colleague Andreas B., who gave me the seminal idea, I have applied the proxy pattern to the AJAX [...]