We've had to consider these sorts of things in the accounting app we're working on [tg2], and honestly it's just going to be too much trouble to support offline users, at least with what's currently available. A considerable amount of our calculations occur on the server, so we'd have to rewrite the whole thing to do everything client side via js, thus eliminating the usefulness of a framework like Turbogears altogether.
Our current plan is to try to run our service thru our website 99% of the time, but if users don't always have internet access or are located in a rural area where they can't get adequate connection we'll sell them their own server to run the app on the LAN. Now in the case of someone needing to add a customer or make an invoice, there might be some way to save that to a local db cache until you can connect again, but that's about it...keeping all your data in sync is extremely important when doing this kind of work. PS: Pyjamas, which I believe Jorge already linked to, is the Python equivalent to GWT....ie...Python-to-JavaScript ;) On May 21, 1:41 am, Jorge Vargas <[email protected]> wrote: > On Mon, May 11, 2009 at 5:38 AM, Cedric <[email protected]> wrote: > > > Hi, > > > After been quite unsuccessful searching for a way to build an offline > > application with TG2, I'm just asking is somebody as made such an > > application and is willing to share his/her receipes... > > > It seems that using dojo offline with google gears would be a > > "natural" way to solve this problem, but I'm far away to be enough > > skilled to do it from scratch :-( > > http://pyjs.org/? > > > Best regards > > Cédric --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

