Linked by Eugenia Loli on Tue 12th Jun 2007 01:16 UTC
Apple When Steve Jobs mentioned a few weeks ago that there will be "some sort of app development" for the iPhone, everyone assumed he meant widgets. Widgets are less powerful than native applications, and depending on the underlying OS hooks offered, they can be even less powerful than J2ME apps. But when Jobs came out today to outright sell us Web 2.0 and said that "no SDK required", I felt cheated.
Thread beginning with comment 247026
To read all comments associated with this story, please click here.
AJAX != Web
by paws on Tue 12th Jun 2007 01:37 UTC
paws
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

Reply Score: 5

RE: AJAX != Web
by Tyr. on Tue 12th Jun 2007 06:50 in reply to "AJAX != Web"
Tyr. Member since:
2005-07-06

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

Reply Parent Score: 5