12
votes
2answers
398 views
Has anyone used Google Gears in an Enterprise scenario?
Hi All,
I want to create an application which will have a client and server components. The client may not be connected to the internet all the time, and hence will have to store data locally and …
8
votes
5answers
548 views
Is Google Gears Really a Long-term Solution?
I am thinking about using Gears in a project, but I have doubts about it.
Do you think that Gears will really be (or already were) accepted by the community as the state-of-art solution for what it …
7
votes
20answers
735 views
Will web applications replace desktop applications?
Will everything go to the cloud? If so, in which direction? Google-Gears? Flash,AIR,JavaFX?
See also: Does desktop development matter?
7
votes
5answers
2k views
Complete list of Google Gears enabled sites
Is there a complete list of Google Gears enabled sites? I'm aware of rememberthemilk.com, google docs and google calendar
6
votes
2answers
453 views
Is there a good jQuery Drag-and-drop file upload plugin?
Is there a nice tidy jQuery plugin that allows including a single JS script then using a simple snippet to enable a form? Something like this:
$j('#MyForm').enableDragDropUploads('.upload-area')
…
4
votes
3answers
854 views
Google Gears drag and drop upload
I recently watched the google wave video from google i/o where they said you can drag and drop files from windows explorer to the browser and upload them using gears. Can someone point me in the right …
4
votes
2answers
436 views
offline data storage & access using jQuery
does anybody have any experience writing up a offline data storage & access app on jquery. my server side app would be an ASP.Net app. basically, i would be providing a trimmed down version of my …
3
votes
9answers
332 views
How does Google calculate my location on a desktop?
Right this is confusing me quite a bit, i'm not sure if any of you have noticed or used the "my location" feature on google maps using your desktop (or none GPS/none mobile device). If you have a …
3
votes
1answer
67 views
Can I access Gears from a Chrome extension?
Developing extensions for Google Chrome 4.x. I'd like to keep a couple of parameters persistent, and thought about using Google Gears' Database object - since it's always installed with Chrome.But I …
3
votes
4answers
553 views
Google Gears - To what level is synchronization supported?
Hi All,
I have a few questions about data synchronization. The architecture
does not seem to be clear about this:
Does Google Gears provide from automatic synchronization of data
(from client to …
3
votes
4answers
946 views
Is there a way to get the users location without having the user install Google Gears?
I don't want to have the user install Google Gears so I can show him his guessed location. Is there a way to get the location without having to use Google Gears?
I have found …
3
votes
1answer
391 views
Is there a secure browser cache?
Note: this is a different problem to https - it's related to privacy security
I'm trying to figure out if there's a way to take load off our server [cache] by pushing information to the browser. Is …
2
votes
6answers
117 views
Client Side Persistence (Storage)
In my demos, I'd like to avoid using traditional DBs and store all the data on the client side, e.g. information submitted via a form.
What alternatives do I have for that. I've heard about Gears but …
2
votes
1answer
195 views
Gears complaints about JRE 1.5 in GWT project
I just tried to use Gears in my GWT application and got following error:
Jul 12, 2009 6:26:29 AM com.google.apphosting.utils.jetty.JettyLogger info
INFO: jetty-6.1.x
Jul 12, 2009 6:26:29 AM …
2
votes
4answers
824 views
Google Gears SQL Lite DB and C#
Under the covers, Google Gears uses SQL Lite as its data store. Has anyone successfully connected to the Google Gears SQL Lite DB with C#?
Thanks
