On Oct 3, 2011, at 2:46 PM, Eurico Chagas Filho wrote: > I could write a Dabo app for the desktop and it would access data on a server > over the Internet. > In due time i would have a rich environment "my way", right ?
Yes, that's correct. > But to access the data from a browser i should, still using Python, write an > app just for that. > This "browser app" could be anything(simpler or not) i want it to be, right ? Exactly. With a desktop app, such as VFP or Dabo, most of the processing happens on the local machine, and only data requests go to the server. With a web app, most of the processing happens on the server, and only the UI display happens on the local machine. If you have 1,000 users and want to update your application, you will need to send it to 1,000 different desktops and perform 1,000 upgrades. With a web app, you update the app on the webserver, and you're done. -- Ed Leafe _______________________________________________ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/4c289c01-46c5-4f95-86bf-a25c9164b...@leafe.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.