Has anyone successfully developed a "native" Palm WebOS app using GWT? How do you setup your development environment and how did you interface with the mojo framework?
I was thinking one setup might be to create 2 projects: a GWT & a Palm OS project. Setup your build to copy the results from you GWT compile into the Palm OS project. Probably want to target your GWT builds at Safari.
I guess you would want to generate Java wrappers for the Mojo framework.
Thanks