Linked by Eugenia Loli on Tue 12th Jun 2007 01:16 UTC
Thread beginning with comment 247026
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
As I understand it, the iPhone *will* provide a way to interact with the rest of the OS, and it *won't* require you to be online all the time - you can store AJAX apps locally. Aren't Dashboard widgets AJAX in some sense?
That's certainly how I understood it, apps as war-files you can download and install locally. If it is installed on the device itself you could provide a REST interface to internal data on the localhost.
Edit : example getting localhost://contacts/name/Tyr would return an xml or json with all relevant information. Probably easier for new programmers to pick up ecmascript + html than learning a new API and one of the traditional languages.
Edited 2007-06-12 06:56 UTC




Member since:
2007-05-28
As I understand it, the iPhone *will* provide a way to interact with the rest of the OS, and it *won't* require you to be online all the time - you can store AJAX apps locally. Aren't Dashboard widgets AJAX in some sense?
Edited 2007-06-12 01:37