Slashdot Mirror


Palm Pre Development In the Browser

introspekt.i writes "Palm is building upon the Mozilla Bespin project to deliver an IDE for the Palm Pre entirely in the web browser. Apps can be developed on the server and then downloaded and deployed locally. It is an interesting tool, especially given that WebOS is so web-centric. This tool comes as a supplement to the existing development tools for Eclipse and the command line released by Palm earlier this year. The project is open to anyone who registers as a Palm developer, which is free to do."

2 of 53 comments (clear)

  1. Browser - Networked App Framework by Doc+Ruby · · Score: 4, Interesting

    I don't see why it's still taking so long for "developing browser applications" to become indistinguishable from "developing applications". The browser is just an application framework that includes a network API, rendering API, and an API to its other functions. Since the browser became the overwhelmingly primary app framework for PC development, there have been several generations of UI frameworks that have come and gone, each of which had the opportunity to be both fully functional per OS platform and with the same API across platforms.

    We should just be writing applications, any of which can use a cross-platform UI API and reach the network with HTTP and other protocols using a cross-platform API. Phones have so many different OSes, GUI layers and network protocols that they should be the first to unify into a single platform. Since Java promised that but failed to deliver many years ago, we should have something else by now that does do it.

    --

    --
    make install -not war

    1. Re:Browser - Networked App Framework by dirkdodgers · · Score: 3, Interesting

      What I've seen saying for years we need in order for that to happen is either for Javascript to become a first class platform outside the browser, or for a current generation language to become a first class browser citizen that Java applets never were.

      I think the former, Javascript, is a dead end. In my opinion as an observer, it's primarily Microsoft through IE and their feet-dragging in the standards process that is hampering the evolution of Javascript into a proper platform. Microsoft has their own proprietary vision for a platform for rich, web-based applications, and industry standards like ECMAScript and Java don't factor into it other than as potential spoilers.

      In my opinion the way forward is for Java or Python to become first-class citizens in Mozilla Foundation products. My preference would be Java due to the richness of its standard and community libraries, its mindshare among professional engineers, and its acceptance by industry.