Search code examples
webos

Can you develop for WebOS in something besides CSS/HTML/Javascript?


I was looking at the Palm WebOS SDK and it appears to be CSS/HTML/Javascript based. Is there no strongly-typed (Java or ObjectiveC) API for it? How would you write a game, for example, without access to such a language?

Maybe I've missed something, but in digging around Palm's website I couldn't find any other way of interfacing with the device beside the troika above.


Solution

  • Currently no, there is no other option than Javascript/CSS/HTML.

    Theoretically you could write in another language and compile that to javascript - like GWT, but there are no tools for this yet.

    The expectation is that interfaces to things like OpenGL will be via WebGL.

    There will very likely be support for Flash soon so that would allow you to write in action script or anything else that could compile to a Flash swf.

    There is also a plugin architecture that things like "Classic", the PDF and Doc viewer have used that use native code (C), but these are not part of the SDK, and unlikely to be come so.