GWT and Google Gadget
By dgirard on Friday 9 November 2007, 13:09 - GWT Article - Permalink
It is very easy to build a Google Gadget with GWT. Here are the magic lines
:
You can try this GWT gadget :
<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="Keyboard Warrior" description="Challenge your
friends to a typing speed and accuracy match.">
</ModulePrefs>
<Content type="html">
<![CDATA[
<html>
<head>
<title>Keyboard
Warrior</title>
</head>
<body>
<script
src="http://www.........com/ongwt.ikw.IKeyboardWarrior-xs.nocache.js"></script>
</body>
</html>
]]>
</Content>
</Module>
You can try this GWT gadget :
