tags:

views:

133

answers:

4

I just watched a video about unit testing WebOS applications and they used the "Palm Host" application. Where can this app and documentation on how to use it be found?

+1  A: 

Are you sure it wasn't Palm Mojo or maybe they just meant they were using a Palm host?

http://developer.palm.com/

Anthony
+1  A: 

Have a look at:

Palm Developer or Palm Developer Main Page.

I found it pretty helpful.

Koekiebox
What do those links have to do with "Palm Host"?
Cal
+2  A: 

I don't think Palm-Host is supported anymore. It used to allow you to run Palm apps in Safari and use that debugger.

hacken
+1  A: 

palm-host was a small web server that allowed testing Palm webOS applications in a desktop browser, usually Safari, instead of in the device emulator. With the improvements made in the emulator since the early SDK releases, Palm has removed support for this because the internal Webkit version used on the device has drifted a bit from the version Apple has in their Safari build, and they've got external debugger support on the device/emulator now.

Ben Combee