Enqanto você está lendo este post, muita gente está babando em cima do anúncio da Palm de que, finalmente, o Mojo SDK está disponível para todos.
Mais gente ainda está baixando.
E alguns, inclusive, já executaram o SDK, já leram este pedaço de código…
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Hello There</title>
<script src="/usr/palm/frameworks/mojo/mojo.js" type="text/javascript" x-mojo-version="1" />
<!-- application stylesheet should come in after the one loaded by the framework -->
<link href="stylesheets/hellothere.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<h2>This text verifies your application is running.</h2>
<p>
To create a fully functional Palm application create a scene and remove this text from index.html.
See the documentation on Palm Applications for more information on creating applications and scenes.
</p>
</body>
</html>
…com esse resultado…

Alguns, inclusive, já fizeram seus próprios Hello World – com direito a conselho para usar um plugin para Eclipse, mas meio Universo usa Eclipse hoje em dia, né?

