<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>WithWaves - Google Wave Development &#187; extension</title> <atom:link href="http://withwaves.com/tag/extension/feed/" rel="self" type="application/rss+xml" /><link>http://withwaves.com</link> <description></description> <lastBuildDate>Tue, 27 Apr 2010 06:36:17 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Google Wave Extension Generator</title><link>http://withwaves.com/google-wave-extension-generator/</link> <comments>http://withwaves.com/google-wave-extension-generator/#comments</comments> <pubDate>Mon, 16 Nov 2009 18:41:19 +0000</pubDate> <dc:creator>Raul Raja</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[environment]]></category> <category><![CDATA[extension]]></category> <category><![CDATA[generator]]></category><guid
isPermaLink="false">http://withwaves.com/?p=255</guid> <description><![CDATA[We have decided to contribute to the Google Wave developer community by releasing some of the internal tools and API&#8217;s that we use at withwaves.com by building Google Wave Extensions.
If you already have Java, Ant, Maven and the Java App Engine SDK installed, simply execute the following command in your console:
mvn archetype:generate -DarchetypeCatalog=http://mvn.withwaves.com
After entering the [...]]]></description> <content:encoded><![CDATA[<p>We have decided to contribute to the Google Wave developer community by releasing some of the internal tools and API&#8217;s that we use at <a
href="http://withwaves.com">withwaves.com</a> by building <a
href="http://withwaves.com/category/utilities/">Google Wave Extensions</a>.</p><p>If you already have <a
href="http://java.sun.com/javase/downloads/index.jsp">Java</a>, <a
href="http://ant.apache.org/bindownload.cgi">Ant</a>, <a
href="http://maven.apache.org/download.html">Maven</a> and the <a
href="http://code.google.com/appengine/downloads.html#Google_App_Engine_SDK_for_Java">Java App Engine SDK</a> installed, simply execute the following command in your console:</p><p><strong>mvn archetype:generate -DarchetypeCatalog=http://mvn.withwaves.com</strong></p><p>After entering the values for your project, you will have a running Google Wave robot &amp; gadget ready in no time.</p><p>Use the same command to generate extensions in the future and you will have the option to enable new features as we release more extension generators.</p><p>Check out the videos below for a demo creating a simple &quot;Hello World&quot; robot and gadget, and optionally running it inside <a
href="http://www.eclipse.org/downloads/">Eclipse</a> and the <a
href="http://code.google.com/eclipse/">Google Plugin for Eclipse</a>.</p><p
align="center"><object
width="500" height="281"><param
name="allowfullscreen" value="true" /><param
name="allowscriptaccess" value="always" /><param
name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=7646862&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1" /><embed
src="http://vimeo.com/moogaloop.swf?clip_id=7646862&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="500" height="281"></embed></object></p><p>When you create your Google Wave extension with our generator this is what you get&#8230; <span
id="more-255"></span></p><ul><li>Runnable Hello World project ready to be modified and added to a Wave</li><li><a
href="http://www.springsource.org/">Spring</a> integration in your robot / gadget back-end project compatible with <a
href="http://code.google.com/appengine/">Google App Engine</a></li><li>Ant tasks to test your gadget locally and deploy to App Engine from the command line</li><li>Access to our API core components, including an open source implementation of <a
href="http://en.wikipedia.org/wiki/Named_entity_recognition">Named Entity Recognition</a> for blips based on the <a
href="http://www.alchemyapi.com/">Alchemy API</a></li><li>Gadget server handlers for communication from your gadget to the server with JSON / Spring</li><li>jQuery integration for your gadgets</li><li>Common gadget JS classes to handle Wave callbacks and state modifications</li><li>Simple Wave JS emulator that allows you to view your gadget locally for testing HTML/JS/CSS before deploying</li><li>Locale based language support for your gadget</li><li>Metadata to expose your robot / gadget as a extension installer</li><li>Eclipse / Google plugin ready project to run and update to app engine from Eclipse</li></ul><p><em>Enjoy and stay tuned for more developer tips and open source utilities for Google Wave!</em></p> ]]></content:encoded> <wfw:commentRss>http://withwaves.com/google-wave-extension-generator/feed/</wfw:commentRss> <slash:comments>14</slash:comments> </item> <item><title>Receive alerts of new activity on your desktop</title><link>http://withwaves.com/receive-alerts-of-new-activity-on-your-desktop/</link> <comments>http://withwaves.com/receive-alerts-of-new-activity-on-your-desktop/#comments</comments> <pubDate>Fri, 16 Oct 2009 23:10:02 +0000</pubDate> <dc:creator>derek</dc:creator> <category><![CDATA[Add-on]]></category> <category><![CDATA[extension]]></category> <category><![CDATA[firefox]]></category> <category><![CDATA[fluid]]></category> <category><![CDATA[notifier]]></category> <category><![CDATA[ssb]]></category> <category><![CDATA[userscript]]></category><guid
isPermaLink="false">http://withwaves.com/?p=153</guid> <description><![CDATA[Not entirely development related, but useful nonetheless. Two methods for receiving updates to Wave conversations:
If you are following and contributing to Waves, you&#8217;re going to want to know when replies are posted. If you are the type to reply to new messages ASAP, you may want to check out these two desktop options.
Wander on over [...]]]></description> <content:encoded><![CDATA[<p>Not entirely development related, but useful nonetheless. Two methods for receiving updates to Wave conversations:</p><p><a
href="http://withwaves.com/wp-content/2009/10/google-wave-notifier.png"><img
src="http://withwaves.com/wp-content/uploads/2009/10/google-wave-notifier-150x150.png" alt="Google Wave Notifier" title="Google Wave Notifier" width="150" height="150" class="alignleft size-thumbnail wp-image-156" /></a>If you are following and contributing to Waves, you&#8217;re going to want to know when replies are posted. If you are the type to reply to new messages ASAP, you may want to check out these two desktop options.</p><p>Wander on over to <a
href="http://thatsmith.com/">That Smith</a> and snag the <a
href="http://thatsmith.com/2009/10/google-wave-add-on-for-firefox">Google Wave Add-on for Firefox</a>. In true Wave adoption fashion, Chad is using the service to announce updates or provide feedback for the browser extension &#8211; <a
href="https://wave.google.com/wave/#restored:wave:googlewave.com!w%252BLmY_IA5UA">Google Wave Add-on Wave</a> <em>(Wave account required)</em>. The extension brings the same convenient functionality to any OS assuming Firefox is installed.</p><p>For those who prefer the SSB or single site browser route, check out <a
href="http://devthought.com/">Devthought</a> where you can find a <a
href="http://devthought.com/blog/desktop/2009/10/integrate-google-wave-into-your-os-x-system-with-fluid/">step-by-step getting Wave setup with Fluid</a>. Devthought includes a convenient userscript which appends the Dock icon with an unread badge icon whenever new activity is detected.</p> ]]></content:encoded> <wfw:commentRss>http://withwaves.com/receive-alerts-of-new-activity-on-your-desktop/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 7/13 queries in 0.013 seconds using disk

Served from: withwaves.com @ 2010-09-07 03:47:19 -->