• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Is GWT the door to iPhone for Java developers?

 
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Analysis: Is the iPhone an Opportunity for Java Developers?
What do you think Sir?
 
Sheriff
Posts: 67752
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Interesting article.

But there is a huge difference between what GWT does and running Java apps on the iPhone in a full-blown JRE.

When it all comes down to it, GWT produces a web application that sends HTML and script to a browser just like any other web application. The fact that this interface is "compiled" from Java code is moot at that point.
[ June 26, 2007: Message edited by: Bear Bibeault ]
 
Bear Bibeault
Sheriff
Posts: 67752
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What I find very interesting is that the iPhone will be running full OS X and a full browser (albeit without applet or Flash support), rather than some dimpy-doodle watered down WAP browser.

Even without applets and Flash, it opens up a whole new opportunity for mobile web apps that aren't possible on less capable devices.

Meaning, of course, that GWT apps will likely find a good home on the iPhone (just not as anything to do with Java as noted in my previous post) along with other Ajax-enabled rich internet apps. The only possible sticky point that I can see is how the iPhone gestures translate into JavaScript events. Remains to be seen...

Unfortunately, I don't have the scratch to plop down just to get one to play around with. And I'm not on-the-go enough to warrant justifying it as a legitamate business tool.
[ June 26, 2007: Message edited by: Bear Bibeault ]
 
brevity is the soul of wit - shakepeare. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic