Hi, I am new to Gears and I am wondering if gears can be used as a method for two applications to communicate with each other, bypassing the Single Origin Policy.
For instance would it be possible for gwt application to poll the gears sqlite database every few seconds and have another installed j2se java application (not gwt) write to the same sqlite database. Would this be an inefficient way to pass messages between a web app and an installed application? Thanks!
