Re: Seamlessly Integrating GWT and Gears

2010-01-21 Thread Joe Cole
We use this with our air project, which uses gwt-in-the-air. It's a great project I recommend checking it out. Basically we have a service manager that you can register online services and offline services. Both use Async options. When we are working offline, we just switch which services we

Seamlessly Integrating GWT and Gears

2010-01-20 Thread Greg
Hi all, Has anyone tried to integrate Gears with a GWT application that uses Ajax to access the backend? Specifically, I am thinking of having a Gears class that implements the DatabaseAsync interface so that my client code can call the same methods and I will swap out the Gears class and the

Re: Seamlessly Integrating GWT and Gears

2010-01-20 Thread John V Denley
Yup, I need the same thing, although Im using App Engine for the datastore, but have no real idea how to get gears integrated. On Jan 20, 9:33 pm, Greg gregbram...@gmail.com wrote: Hi all, Has anyone tried to integrate Gears with a GWT application that uses Ajax to access the backend?