<?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>eXo Blog - The Cloud User Experience Platform &#187; groovy</title>
	<atom:link href="http://blog.exoplatform.org/tag/groovy/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.exoplatform.org</link>
	<description>The Cloud User Experience Platform</description>
	<lastBuildDate>Tue, 31 Jan 2012 14:01:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Introduction to CRaSH</title>
		<link>http://blog.exoplatform.org/2011/01/11/introduction-to-crash/</link>
		<comments>http://blog.exoplatform.org/2011/01/11/introduction-to-crash/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 10:23:44 +0000</pubDate>
		<dc:creator>Julien Viet</dc:creator>
				<category><![CDATA[Tech Talk]]></category>
		<category><![CDATA[GateIn]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[jcr]]></category>
		<category><![CDATA[resource center]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blog.exoplatform.org/?p=2291</guid>
		<description><![CDATA[I&#8217;ve just written a new tutorial that gives a technical introduction to CRaSH, an open source project I lead that makes interacting with Java Content Repository (JCR) technology easier. The complete tutorial can be found on the eXo Resource Center &#8211; but here&#8217;s a sneak peak: It&#8217;s been a year now since I started the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just written a new tutorial that gives a technical introduction to CRaSH, an open source project I lead that makes interacting with Java Content Repository (JCR) technology easier. The <a href="http://www.exoplatform.com/company/en/resource-viewer/Tutorial/Introduction-to-Crash">complete tutorial</a> can be found on the eXo Resource Center &#8211; but here&#8217;s a sneak peak:</p>
<blockquote><p>It&#8217;s been a year now since I started the <a href="http://crsh.googlecode.com">CRaSH</a> project. We use Java Content Repository (JCR) technology a lot at eXo, and I realized we all spent too much time and effort trying to interact with content repositories. We needed a tool to make this easier &#8211; so I decided to write a shell for JCR. While this new project, CRaSH, started as an interactive shell for browsing, querying and modifying JCR  repositories, it has evolved into more than that.</p>
<p>The architecture of CRaSH is founded on two ideas:</p>
<ul>
<li>The capability to serve multiple protocols: telnet and SSH are must-have&#8217;s</li>
<li>Extending the shell should be easy, and possible at runtime</li>
</ul>
<p>CRaSH started very simply, so the first usable version took me only a few days to write. In this first version, I remember I used the <a href="http://www.jboss.org/netty">Netty</a> library to provide connectivity, as it had basic support for the telnet protocol (I didn’t need anything more at the time). I also selected <a href="http://groovy.codehaus.org/">Groovy</a> language for writing shell commands, thinking it was the perfect match for two reasons. First, Groovy is dynamic and easy to compile, and second, you only need a little knowledge of Groovy to begin using it.</p>
<p>Since then, CRaSH has evolved to become richer and offer more capabilities. Netty was dropped because its telnet support was too basic; instead, Wimpi Telnetd and Apache SSHD were adopted to provide a real shell experience. CRaSH benefited from a couple of contributions as well (it’s always nice to have people in the open source community helping you), so it is pretty mature as of the recent 1.0.0-beta18 release (the only missing feature I would like is command line completion).</p>
<p>CRaSH is now a valuable tool to interact with a JVM runtime. The latest release provides two bundles. The first one, the core bundle, can be deployed in any servlet container. The second one is the GateIn bundle, which is built specifically for the GateIn portal server to add a powerful set of JCR features.</p>
<p>In this tutorial, we will focus on explaining basic CRaSH development, and demonstrate this by coding a command that will display a nice list of the JVM system properties.</p></blockquote>
<p>Continue reading the &#8220;<a href="http://www.exoplatform.com/company/en/resource-viewer/Tutorial/Introduction-to-Crash">Introduction to CRaSH</a>&#8221; tutorial on the eXo Resource Center&#8230;</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='title' title='Use these links to share this page with others'>Share this blog post with :</div><div class='linkbuttons'><a href='http://www.bloglines.com/sub/http://blog.exoplatform.org/2011/01/11/introduction-to-crash/' title='Save to Bloglines' onclick='target="_blank";' rel='nofollow'><img src='http://blog.exoplatform.org/wp-content/plugins/bookmarkify/bloglines.png' style='width:16px; height:16px;' alt='[Bloglines] ' /></a> <a href='http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://blog.exoplatform.org/2011/01/11/introduction-to-crash/&amp;title=Introduction to CRaSH' title='Save to BlogMarks' onclick='target="_blank";' rel='nofollow'><img src='http://blog.exoplatform.org/wp-content/plugins/bookmarkify/blogmarks.png' style='width:16px; height:16px;' alt='[BlogMarks] ' /></a> <a href='http://del.icio.us/post?url=http://blog.exoplatform.org/2011/01/11/introduction-to-crash/&amp;title=Introduction to CRaSH' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://blog.exoplatform.org/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://blog.exoplatform.org/2011/01/11/introduction-to-crash/&amp;title=Introduction to CRaSH' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://blog.exoplatform.org/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.dzone.com/links/add.html?description=Introduction to CRaSH&amp;url=http://blog.exoplatform.org/2011/01/11/introduction-to-crash/&amp;title=Introduction to CRaSH' title='Save to dzone' onclick='target="_blank";' rel='nofollow'><img src='http://blog.exoplatform.org/wp-content/plugins/bookmarkify/dzone.png' style='width:16px; height:16px;' alt='[dzone] ' /></a> <a href='http://www.facebook.com/share.php?u=http://blog.exoplatform.org/2011/01/11/introduction-to-crash/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://blog.exoplatform.org/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.furl.net/storeIt.jsp?u=http://blog.exoplatform.org/2011/01/11/introduction-to-crash/&amp;t=Introduction to CRaSH' title='Save to Furl' onclick='target="_blank";' rel='nofollow'><img src='http://blog.exoplatform.org/wp-content/plugins/bookmarkify/furl.png' style='width:16px; height:16px;' alt='[Furl] ' /></a> <a href='http://ma.gnolia.com/bookmarklet/add?url=http://blog.exoplatform.org/2011/01/11/introduction-to-crash/&amp;title=Introduction to CRaSH' title='Save to Ma.gnolia' onclick='target="_blank";' rel='nofollow'><img src='http://blog.exoplatform.org/wp-content/plugins/bookmarkify/magnolia.png' style='width:16px; height:16px;' alt='[Ma.gnolia] ' /></a> <a href='http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://blog.exoplatform.org/2011/01/11/introduction-to-crash/' title='Seed Newsvine' onclick='target="_blank";' rel='nofollow'><img src='http://blog.exoplatform.org/wp-content/plugins/bookmarkify/newsvine.png' style='width:16px; height:16px;' alt='[Newsvine] ' /></a> <a href='http://reddit.com/submit?url=http://blog.exoplatform.org/2011/01/11/introduction-to-crash/&amp;title=Introduction to CRaSH' title='Reddit' onclick='target="_blank";' rel='nofollow'><img src='http://blog.exoplatform.org/wp-content/plugins/bookmarkify/reddit.png' style='width:16px; height:16px;' alt='[Reddit] ' /></a> <a href='http://slashdot.org/bookmark.pl?url=http://blog.exoplatform.org/2011/01/11/introduction-to-crash/&amp;title=Introduction to CRaSH' title='Slashdot It!' onclick='target="_blank";' rel='nofollow'><img src='http://blog.exoplatform.org/wp-content/plugins/bookmarkify/slashdot.png' style='width:16px; height:16px;' alt='[Slashdot] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://blog.exoplatform.org/2011/01/11/introduction-to-crash/&amp;title=Introduction to CRaSH' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://blog.exoplatform.org/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://technorati.com/faves?add=http://blog.exoplatform.org/2011/01/11/introduction-to-crash/' title='Add to my Technorati Favorites' onclick='target="_blank";' rel='nofollow'><img src='http://blog.exoplatform.org/wp-content/plugins/bookmarkify/technorati.png' style='width:16px; height:16px;' alt='[Technorati] ' /></a> <a href='http://twitter.com/?status=Introduction to CRaSH+http://blog.exoplatform.org/2011/01/11/introduction-to-crash/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://blog.exoplatform.org/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a> <a href='http://www.feedburner.com/fb/a/emailFlare?itemTitle=Introduction to CRaSH&amp;uri=http://blog.exoplatform.org/2011/01/11/introduction-to-crash/&amp;loc=en_US' title='Email this to a friend' onclick='target="_blank";' rel='nofollow'><img src='http://blog.exoplatform.org/wp-content/plugins/bookmarkify/email.png' style='width:16px; height:16px;' alt='[Email] ' /></a>  <a title='See more bookmark and sharing options...' href='http://blog.exoplatform.org/2011/01/11/introduction-to-crash/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://blog.exoplatform.org/2011/01/11/introduction-to-crash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webinar: How to Build a Multi-Tenancy Online Development Platform in Java</title>
		<link>http://blog.exoplatform.org/2010/04/08/webinar-how-to-build-a-multi-tenancy-online-development-platform-in-java/</link>
		<comments>http://blog.exoplatform.org/2010/04/08/webinar-how-to-build-a-multi-tenancy-online-development-platform-in-java/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 04:13:23 +0000</pubDate>
		<dc:creator>Katie Poplin</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Tech Talk]]></category>
		<category><![CDATA[gadget]]></category>
		<category><![CDATA[gadgets]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[jax-rs]]></category>
		<category><![CDATA[jcr]]></category>
		<category><![CDATA[opensocial]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[webinar]]></category>

		<guid isPermaLink="false">http://blog.exoplatform.org/?p=2060</guid>
		<description><![CDATA[The talk that Benjamin gave at the local Java SIG this week was so well-received, we decided to host an encore version as a webinar on 22 April, at 9am PT / 12pm ET / 5pm GMT.  Benjamin will demonstrate how the eXo Platform can be used as an online Java development platform to create [...]]]></description>
			<content:encoded><![CDATA[<p>The talk that Benjamin gave at the local Java SIG this week was so well-received, we decided to host an encore version as a webinar on 22 April, at 9am PT / 12pm ET / 5pm GMT.  Benjamin will demonstrate how the eXo Platform can be used as an online Java development platform to create public and private clouds.  He will walk through the different technologies that eXo leverages, such as the GateIn open source portal framework, JAX-RS, Groovy and OpenSocial Gadgets.  Specifically, attendees will learn how to:</p>
<ul>
<li>use a JCR data store to model a cloud tenant</li>
<li>store and dynamically deploy JAX-RS services written in Groovy</li>
<li>store and dynamically deploy OpenSocial Gadgets that connect to previously online-created REST APIs</li>
<li>remotely expose those Gadgets to the public cloud</li>
</ul>
<p>The complete abstract and other details are available on the <a href="http://www.exoplatform.com/portal/public/website/community/__webinar-multi-tenancy" target="_blank">registration page</a>.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='title' title='Use these links to share this page with others'>Share this blog post with :</div><div class='linkbuttons'><a href='http://www.bloglines.com/sub/http://blog.exoplatform.org/2010/04/08/webinar-how-to-build-a-multi-tenancy-online-development-platform-in-java/' title='Save to Bloglines' onclick='target="_blank";' rel='nofollow'><img src='http://blog.exoplatform.org/wp-content/plugins/bookmarkify/bloglines.png' style='width:16px; height:16px;' alt='[Bloglines] ' /></a> <a href='http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://blog.exoplatform.org/2010/04/08/webinar-how-to-build-a-multi-tenancy-online-development-platform-in-java/&amp;title=Webinar: How to Build a Multi-Tenancy Online Development Platform in Java' title='Save to BlogMarks' onclick='target="_blank";' rel='nofollow'><img src='http://blog.exoplatform.org/wp-content/plugins/bookmarkify/blogmarks.png' style='width:16px; height:16px;' alt='[BlogMarks] ' /></a> <a href='http://del.icio.us/post?url=http://blog.exoplatform.org/2010/04/08/webinar-how-to-build-a-multi-tenancy-online-development-platform-in-java/&amp;title=Webinar: How to Build a Multi-Tenancy Online Development Platform in Java' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://blog.exoplatform.org/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://blog.exoplatform.org/2010/04/08/webinar-how-to-build-a-multi-tenancy-online-development-platform-in-java/&amp;title=Webinar: How to Build a Multi-Tenancy Online Development Platform in Java' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://blog.exoplatform.org/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.dzone.com/links/add.html?description=Webinar: How to Build a Multi-Tenancy Online Development Platform in Java&amp;url=http://blog.exoplatform.org/2010/04/08/webinar-how-to-build-a-multi-tenancy-online-development-platform-in-java/&amp;title=Webinar: How to Build a Multi-Tenancy Online Development Platform in Java' title='Save to dzone' onclick='target="_blank";' rel='nofollow'><img src='http://blog.exoplatform.org/wp-content/plugins/bookmarkify/dzone.png' style='width:16px; height:16px;' alt='[dzone] ' /></a> <a href='http://www.facebook.com/share.php?u=http://blog.exoplatform.org/2010/04/08/webinar-how-to-build-a-multi-tenancy-online-development-platform-in-java/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://blog.exoplatform.org/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.furl.net/storeIt.jsp?u=http://blog.exoplatform.org/2010/04/08/webinar-how-to-build-a-multi-tenancy-online-development-platform-in-java/&amp;t=Webinar: How to Build a Multi-Tenancy Online Development Platform in Java' title='Save to Furl' onclick='target="_blank";' rel='nofollow'><img src='http://blog.exoplatform.org/wp-content/plugins/bookmarkify/furl.png' style='width:16px; height:16px;' alt='[Furl] ' /></a> <a href='http://ma.gnolia.com/bookmarklet/add?url=http://blog.exoplatform.org/2010/04/08/webinar-how-to-build-a-multi-tenancy-online-development-platform-in-java/&amp;title=Webinar: How to Build a Multi-Tenancy Online Development Platform in Java' title='Save to Ma.gnolia' onclick='target="_blank";' rel='nofollow'><img src='http://blog.exoplatform.org/wp-content/plugins/bookmarkify/magnolia.png' style='width:16px; height:16px;' alt='[Ma.gnolia] ' /></a> <a href='http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://blog.exoplatform.org/2010/04/08/webinar-how-to-build-a-multi-tenancy-online-development-platform-in-java/' title='Seed Newsvine' onclick='target="_blank";' rel='nofollow'><img src='http://blog.exoplatform.org/wp-content/plugins/bookmarkify/newsvine.png' style='width:16px; height:16px;' alt='[Newsvine] ' /></a> <a href='http://reddit.com/submit?url=http://blog.exoplatform.org/2010/04/08/webinar-how-to-build-a-multi-tenancy-online-development-platform-in-java/&amp;title=Webinar: How to Build a Multi-Tenancy Online Development Platform in Java' title='Reddit' onclick='target="_blank";' rel='nofollow'><img src='http://blog.exoplatform.org/wp-content/plugins/bookmarkify/reddit.png' style='width:16px; height:16px;' alt='[Reddit] ' /></a> <a href='http://slashdot.org/bookmark.pl?url=http://blog.exoplatform.org/2010/04/08/webinar-how-to-build-a-multi-tenancy-online-development-platform-in-java/&amp;title=Webinar: How to Build a Multi-Tenancy Online Development Platform in Java' title='Slashdot It!' onclick='target="_blank";' rel='nofollow'><img src='http://blog.exoplatform.org/wp-content/plugins/bookmarkify/slashdot.png' style='width:16px; height:16px;' alt='[Slashdot] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://blog.exoplatform.org/2010/04/08/webinar-how-to-build-a-multi-tenancy-online-development-platform-in-java/&amp;title=Webinar: How to Build a Multi-Tenancy Online Development Platform in Java' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://blog.exoplatform.org/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://technorati.com/faves?add=http://blog.exoplatform.org/2010/04/08/webinar-how-to-build-a-multi-tenancy-online-development-platform-in-java/' title='Add to my Technorati Favorites' onclick='target="_blank";' rel='nofollow'><img src='http://blog.exoplatform.org/wp-content/plugins/bookmarkify/technorati.png' style='width:16px; height:16px;' alt='[Technorati] ' /></a> <a href='http://twitter.com/?status=Webinar: How to Build a Multi-Tenancy Online Development Platform in Java+http://blog.exoplatform.org/2010/04/08/webinar-how-to-build-a-multi-tenancy-online-development-platform-in-java/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://blog.exoplatform.org/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a> <a href='http://www.feedburner.com/fb/a/emailFlare?itemTitle=Webinar: How to Build a Multi-Tenancy Online Development Platform in Java&amp;uri=http://blog.exoplatform.org/2010/04/08/webinar-how-to-build-a-multi-tenancy-online-development-platform-in-java/&amp;loc=en_US' title='Email this to a friend' onclick='target="_blank";' rel='nofollow'><img src='http://blog.exoplatform.org/wp-content/plugins/bookmarkify/email.png' style='width:16px; height:16px;' alt='[Email] ' /></a>  <a title='See more bookmark and sharing options...' href='http://blog.exoplatform.org/2010/04/08/webinar-how-to-build-a-multi-tenancy-online-development-platform-in-java/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://blog.exoplatform.org/2010/04/08/webinar-how-to-build-a-multi-tenancy-online-development-platform-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

