<?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>Java User Group Chennai</title>
	<atom:link href="http://www.jugchennai.in/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jugchennai.in</link>
	<description>Java community in Chennai, Tamilnadu, India</description>
	<lastBuildDate>Tue, 17 Apr 2012 01:22:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Code Retreat and What Was Learnt in 45 Minutes</title>
		<link>http://www.jugchennai.in/2012/04/17/code-retreat-and-what-was-learnt-in-45-minutes/</link>
		<comments>http://www.jugchennai.in/2012/04/17/code-retreat-and-what-was-learnt-in-45-minutes/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 01:09:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[meetup]]></category>

		<guid isPermaLink="false">http://www.jugchennai.in/?p=237</guid>
		<description><![CDATA[Apr 15th, 2012 What is Code Retreat ? 45 Minutes is quite a short period of time to work on a project let alone complete it, but that is what we attempted to do at code-retreat on April 14 2012. But the goal was never to complete it. Confused ? Read on → Code retreat]]></description>
			<content:encoded><![CDATA[<div class="dzone_button" style="float: right; margin-left: 10px;">
<script type="text/javascript">
var dzone_url = 'http://www.jugchennai.in/2012/04/17/code-retreat-and-what-was-learnt-in-45-minutes/';
var dzone_title = 'Code Retreat and What Was Learnt in 45 Minutes';
var dzone_blurb = '';
var dzone_style = '1';
</script>
<script language="javascript" src="http://widgets.dzone.com/links/widgets/zoneit.js"></script>
</div><p><time datetime="2012-04-15T17:59:00+05:30" pubdate="" data-updated="true">Apr 15<span>th</span>, 2012</time></p>
<article class="hentry" role="article">
<div class="entry-content">
<h3>What is Code Retreat ?</h3>
<p>45 Minutes is quite a short period of time to work on a project let alone complete it, but that is what we attempted to do at code-retreat on April 14 2012. But the goal was never to complete it. Confused ? <!-- more --> Read on →</p>
<p>Code retreat is a unique exercise invented by <a href="http://coreyhaines.com/">Corey Haines</a> to hone the art an skill of software development.</p>
<blockquote><p>Coderetreat is a day-long, intensive practice event, focusing on the fundamentals of software development and design.</p>
<footer><strong>Corey Haines</strong> <cite><a href="http://coderetreat.com/">coderetreat.com/…</a></cite></footer>
</blockquote>
<p>The day consists of about 4-6 iterations of 45 minutes each and the code written is deleted after each session. The participants try to solve a problem which is un-solvable in 45 minutes by paring up as teams of two. The teams are changed after each iteration. So no participant works with another participant more than once.</p>
<h3><a href="http://jugchennai.in">JUG Chennai </a><a href="http://jugchennai.in/coderetreat">Code Retreat</a></h3>
<h4>The Venue</h4>
<p>Collabnet chennai was gracious enough to put us up with a venue at the 11th hour. We had <a href="http://www.ijeyanthan.com/">Mr.I Jeyanthan</a> to thank for that .</p>
<h4>The facilitator</h4>
<p><img class="right" title="Dr.Venkat Subramaniam" src="https://lh6.googleusercontent.com/-_sTCIVWx91E/T4q-NE6v6-I/AAAAAAAABBQ/Tdfk_FtLP1g/s288/DSC01626.JPG" alt="Dr.Venkat Subramaniam" width="216" height="288" /><br />
The facilitator is the person who guides all the participants on the methodologies and the techniques of <em>Test Driven Development</em>. We were honored to welcome <a href="http://www.agiledeveloper.com/">Dr.Venkat Subramaniam</a> as our facilitator. He introduced us to a new way of thinking about the art programming.</p>
<h4>The Problem</h4>
<p>The problem that we attempted to solve was <a href="http://en.wikipedia.org/wiki/Conway's_Game_of_Life">Conway’s Game of Life</a>. The rules of the game are simple to understand but are as complex to code as you think it is .</p>
<pre><code>* Any live cell with fewer than two live neighbors dies, as if caused by under-population.
* Any live cell with two or three live neighbors lives on to the next generation.
* Any live cell with more than three live neighbors dies, as if by overcrowding.
* Any dead cell with exactly three live neighbors becomes a live cell, as if by reproduction. </code></pre>
<h4>The Iterations</h4>
<p>During the first Iterations many of the participants had no clue as to what <em>TDD</em> was, and we just <em>cranked out code</em> and hoped it would work. At the end of the iteration we were asked to talk about what we did and the experience of it. This made us understand the importance of Testing Code.</p>
<p>In the second Iteration people who did not know about TDD paired up with people who did, This resulted in almost everyone understanding at least one testing framework and what Unit tests were, by the time the second iteration was finished.</p>
<h6>The Tokyo Connection</h6>
<p><a href="https://picasaweb.google.com/lh/photo/5gWUfwVV2hbOVuuv3OsCmtMTjNZETYmyPJy0liipFm0?feat=directlink" target="_blank"><img class="right" title="The Tokyo Connection" src="https://lh4.googleusercontent.com/-hjfufbuP3ao/T4q_oSy8OdI/AAAAAAAABBY/vdxbawMdBW0/s288/DSC01628.JPG" alt="The Tokyo Connection" /></a><br />
JUG-Chennai lead Rajmahendra had heard about some Code Retreat happening simultaneously at Tokyo and we decided to call them and say Hello. There was a discussion about the languages used and the Tokyo Guys were using Small Talk to solve Game of life. Since they were about 3 hours ahead of us, by the time we called they were already into the last iteration.</p>
<p>During the third iteration we had come up with ideas on how to store the Grid. Most people went with a <em>2D array</em> but other approaches like using a <em>Hash-Map</em> and using a <em>Position Object</em> were also tried.<br />
In the final discussion before lunch we talked about why Testing was even necessary and whether it slowed the rate of development. We were given some interesting analogies to think about by <em>Dr.Subramaniam</em> like how doctors in the 19th and early 20 Century rejected Lister’s germ theory and finally everyone realised the importance of Hygiene.</p>
<blockquote><p>Writing code without Tests is like performing surgery without washing hands .</p>
<footer><strong>Dr.Venkat Subramaniam</strong> <cite>On Testing</cite></footer>
</blockquote>
<p>Post lunch iteration had a big slump in productivity as nothing really intriguing came of it. Someone had pointed out in the retrospection on why writing Hash Maps after lunch was a big mistake .</p>
<p>In the next session since we had all recovered, we tried doing some useful code and many came close to the solution and still managed to write some tests to back it up.</p>
<p>The final Iteration was a General discussion on many topics like productivity, The power of functional languages etc.</p>
<p>Finally As a note of appreciation to collabnet, Dr.Venkat Subramaniam enlightened us ways to improve the way we communicate by using Version Control Systems, especially Subversion.<br />
He showed us why using email for conversations/ sharing files was evil and how using VCS made things more intuitive.</p>
<p>By the end of the day everyone was infected with the TDD bug and how the shift in paradigm to writing tests before writing code made a huge difference in the quality of the software .</p>
</div>
<p><span class="byline author vcard">Posted by <span class="fn">Gautam</span></span></p>
<p>Photos<br />
<a href="https://plus.google.com/photos/115937527715625766895/albums/5731439609815268961">Code Retreat April 2012</a></p>
</article>
]]></content:encoded>
			<wfw:commentRss>http://www.jugchennai.in/2012/04/17/code-retreat-and-what-was-learnt-in-45-minutes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JUGChennai Java Meetup February 2012  Git, Github, JavaFX, Adopt a JSR</title>
		<link>http://www.jugchennai.in/2012/02/24/jugchennai-java-meetup-february-2012-git-github-javafx-adopt-a-jsr/</link>
		<comments>http://www.jugchennai.in/2012/02/24/jugchennai-java-meetup-february-2012-git-github-javafx-adopt-a-jsr/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 05:41:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jugchennai.in/?p=220</guid>
		<description><![CDATA[Venue: OrangeScape Technologies Limited TIDEL Park, ‘D’ Block, North Wing, 3rd Floor, 4, Rajiv Gandhi Salai, Tharamani, Chennai 600 113. India. Agenda &#8211; Planned topics 1) Using Git with Github &#8211; Gautham or Intro about GAE &#8211; Prasanna 2) Introduction to JavaFX &#8211; Shiv 3) Adopt A JSR &#8211; Rajmahendra 4) Chennai Java Summit / Code]]></description>
			<content:encoded><![CDATA[<div class="dzone_button" style="float: right; margin-left: 10px;">
<script type="text/javascript">
var dzone_url = 'http://www.jugchennai.in/2012/02/24/jugchennai-java-meetup-february-2012-git-github-javafx-adopt-a-jsr/';
var dzone_title = 'JUGChennai Java Meetup February 2012  Git, Github, JavaFX, Adopt a JSR';
var dzone_blurb = '';
var dzone_style = '1';
</script>
<script language="javascript" src="http://widgets.dzone.com/links/widgets/zoneit.js"></script>
</div><p><strong>Venue:</strong><br />
<strong>OrangeScape Technologies</strong> Limited<br />
TIDEL Park, ‘D’ Block, North Wing, 3rd Floor,<br />
4, Rajiv Gandhi Salai, Tharamani,<br />
Chennai 600 113. India.</p>
<p><strong>Agenda &#8211; Planned topics</strong></p>
<p>1) Using Git with Github &#8211; Gautham or Intro about GAE &#8211; Prasanna<br />
2) Introduction to JavaFX &#8211; Shiv<br />
3) Adopt A JSR &#8211; Rajmahendra<br />
4) Chennai Java Summit / Code Retreat / JavaFX Contest &#8211; Future events a discussion<br />
Open Discussions</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jugchennai.in/2012/02/24/jugchennai-java-meetup-february-2012-git-github-javafx-adopt-a-jsr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JUGChennai December 2011 Monthly event &#8211; Bit-Twiddling, Scala Chain of Responsibility, JVM Languages</title>
		<link>http://www.jugchennai.in/2011/12/21/jugchennai-december-2011-monthly-event-bit-twiddling-scala-chain-of-responsibility-jvm-languages/</link>
		<comments>http://www.jugchennai.in/2011/12/21/jugchennai-december-2011-monthly-event-bit-twiddling-scala-chain-of-responsibility-jvm-languages/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 06:34:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jugchennai.in/?p=206</guid>
		<description><![CDATA[Venue: OrangeScape Technologies Limited Map  TIDEL Park, ‘D’ Block, North Wing, 3rd Floor, 4, Rajiv Gandhi Salai, Tharamani, Chennai 600 113. India. Agenda &#8211; Planned topics 1) Bit-Twiddling &#8211; Gautham 2) My Views about Scala &#8211; Abu 3) Introduction to JVM Languages (Groovy, Scala etc) 4) SCORES &#8211; Scala Chain of Responsibility &#8211; Prasanna Open Discussions]]></description>
			<content:encoded><![CDATA[<div class="dzone_button" style="float: right; margin-left: 10px;">
<script type="text/javascript">
var dzone_url = 'http://www.jugchennai.in/2011/12/21/jugchennai-december-2011-monthly-event-bit-twiddling-scala-chain-of-responsibility-jvm-languages/';
var dzone_title = 'JUGChennai December 2011 Monthly event &#8211; Bit-Twiddling, Scala Chain of Responsibility, JVM Languages';
var dzone_blurb = '';
var dzone_style = '1';
</script>
<script language="javascript" src="http://widgets.dzone.com/links/widgets/zoneit.js"></script>
</div><p><strong>Venue:</strong><br />
<strong>OrangeScape Technologies</strong> Limited <a href="http://maps.google.com/maps?q=OrangeScape&amp;hl=en&amp;cd=1&amp;ei=B9LWTPG-FpiWkQXbheiHDQ&amp;ie=UTF8&amp;view=map&amp;cid=7641292794552739698&amp;ved=0CBwQpQY&amp;hq=OrangeScape&amp;hnear=&amp;ll=12.990989,80.248733&amp;spn=0.011541,0.01929&amp;z=16&amp;iwloc=A" rel="nofollow">Map </a><br />
TIDEL Park, ‘D’ Block, North Wing, 3rd Floor,<br />
4, Rajiv Gandhi Salai, Tharamani,<br />
Chennai 600 113. India.</p>
<p><strong>Agenda &#8211; Planned topics</strong></p>
<p>1) Bit-Twiddling &#8211; Gautham<br />
2) My Views about Scala &#8211; Abu<br />
3) Introduction to JVM Languages (Groovy, Scala etc)<br />
4) SCORES &#8211; Scala Chain of Responsibility &#8211; Prasanna<br />
Open Discussions</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jugchennai.in/2011/12/21/jugchennai-december-2011-monthly-event-bit-twiddling-scala-chain-of-responsibility-jvm-languages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JUGChennai Monthly November 2011 Play! Framework, JRuby , sinatra, OpenMRS,motech RapidFTR,</title>
		<link>http://www.jugchennai.in/2011/11/28/jugchennai-monthly-november-2011-play-framework-jruby-sinatra-openmrsmotech-rapidftr/</link>
		<comments>http://www.jugchennai.in/2011/11/28/jugchennai-monthly-november-2011-play-framework-jruby-sinatra-openmrsmotech-rapidftr/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 15:08:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jugchennai.in/?p=202</guid>
		<description><![CDATA[Venue: OrangeScape Technologies Limited Map TIDEL Park, ‘D’ Block, North Wing, 3rd Floor, 4, Rajiv Gandhi Salai, Tharamani, Chennai 600 113. India. Agenda &#8211; Planned topics 1) Play! Framework 2.0 Beta Preview &#8211; Prasanna 2) JRuby and sinatra &#8211; Gautam 3) Community Projects 4) Android session 5) CJS &#8217;12 &#8211; Chennai Java Summit discussion 6)]]></description>
			<content:encoded><![CDATA[<div class="dzone_button" style="float: right; margin-left: 10px;">
<script type="text/javascript">
var dzone_url = 'http://www.jugchennai.in/2011/11/28/jugchennai-monthly-november-2011-play-framework-jruby-sinatra-openmrsmotech-rapidftr/';
var dzone_title = 'JUGChennai Monthly November 2011 Play! Framework, JRuby , sinatra, OpenMRS,motech RapidFTR,';
var dzone_blurb = '';
var dzone_style = '1';
</script>
<script language="javascript" src="http://widgets.dzone.com/links/widgets/zoneit.js"></script>
</div><p>Venue:<br />
OrangeScape Technologies Limited Map<br />
TIDEL Park, ‘D’ Block, North Wing, 3rd Floor,<br />
4, Rajiv Gandhi Salai, Tharamani,<br />
Chennai 600 113. India.</p>
<p>Agenda &#8211; Planned topics<br />
1) Play! Framework 2.0 Beta Preview &#8211; Prasanna<br />
2) JRuby and sinatra &#8211; Gautam<br />
3) Community Projects<br />
4) Android session<br />
5) CJS &#8217;12 &#8211; Chennai Java Summit discussion<br />
6) NetBeans Platform Certified Training<br />
Open Discussion.<br />
7) Make a difference- Opensource Social Impact projects &#8211; Yekkanti - OpenMRS.org -RapidFTR.com &#8211; motech git  - Yekkanti</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jugchennai.in/2011/11/28/jugchennai-monthly-november-2011-play-framework-jruby-sinatra-openmrsmotech-rapidftr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaFX 2.0 with Stephen Chin October 22nd JFXtras, ScalaFX, GroovyFX, Visage</title>
		<link>http://www.jugchennai.in/2011/10/23/javafx-2-0-with-stephen-chin-october-22nd-jfxtras-scalafx-groovyfx-visage/</link>
		<comments>http://www.jugchennai.in/2011/10/23/javafx-2-0-with-stephen-chin-october-22nd-jfxtras-scalafx-groovyfx-visage/#comments</comments>
		<pubDate>Sun, 23 Oct 2011 12:04:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jugchennai.in/?p=200</guid>
		<description><![CDATA[JavaFX 2.0 with Stephen Chin Topics : JavaFX 2.0 GroovyFX ScalaFX JFXtras Visage-Android Contributing to the project Date: 22-Oct-2011 Time: 10AM to 4PM Place: Tenth Planet Technologies Pvt. Ltd, P.T.Lee building,6th floor, #807, Anna Salai, opp. to LIC, Chennai-600002]]></description>
			<content:encoded><![CDATA[<div class="dzone_button" style="float: right; margin-left: 10px;">
<script type="text/javascript">
var dzone_url = 'http://www.jugchennai.in/2011/10/23/javafx-2-0-with-stephen-chin-october-22nd-jfxtras-scalafx-groovyfx-visage/';
var dzone_title = 'JavaFX 2.0 with Stephen Chin October 22nd JFXtras, ScalaFX, GroovyFX, Visage';
var dzone_blurb = '';
var dzone_style = '1';
</script>
<script language="javascript" src="http://widgets.dzone.com/links/widgets/zoneit.js"></script>
</div><p>JavaFX 2.0 with Stephen Chin<br />
Topics :<br />
JavaFX 2.0<br />
GroovyFX<br />
ScalaFX<br />
JFXtras<br />
Visage-Android<br />
Contributing to the project</p>
<p>Date: 22-Oct-2011<br />
Time: 10AM to 4PM</p>
<p>Place:<br />
Tenth Planet Technologies Pvt. Ltd, P.T.Lee building,6th floor, #807, Anna Salai, opp. to LIC, Chennai-600002</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jugchennai.in/2011/10/23/javafx-2-0-with-stephen-chin-october-22nd-jfxtras-scalafx-groovyfx-visage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>October ’11 JUGChennai Meetup Titanium, JavaFX 2.0</title>
		<link>http://www.jugchennai.in/2011/10/10/october-%e2%80%9911-jugchennai-meetup-titanium-javafx-2-0/</link>
		<comments>http://www.jugchennai.in/2011/10/10/october-%e2%80%9911-jugchennai-meetup-titanium-javafx-2-0/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 12:01:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jugchennai.in/?p=197</guid>
		<description><![CDATA[Group Monthly Meet-up 8th October 2011 @ 10am to 1pm Venue: OrangeScape Technologies Limited Map TIDEL Park, ‘D’ Block, North Wing, 3rd Floor, 4, Rajiv Gandhi Salai, Tharamani, Chennai 600 113. India. Agenda &#8211; Planned topics 1) Getting up and running with Titanium &#8211; Sattanaathan Ravi (as part of ChennaiAndroid) 2) JavaFX 2.0 (and other]]></description>
			<content:encoded><![CDATA[<div class="dzone_button" style="float: right; margin-left: 10px;">
<script type="text/javascript">
var dzone_url = 'http://www.jugchennai.in/2011/10/10/october-%e2%80%9911-jugchennai-meetup-titanium-javafx-2-0/';
var dzone_title = 'October ’11 JUGChennai Meetup Titanium, JavaFX 2.0';
var dzone_blurb = '';
var dzone_style = '1';
</script>
<script language="javascript" src="http://widgets.dzone.com/links/widgets/zoneit.js"></script>
</div><p>Group Monthly Meet-up 8th October 2011 @ 10am to 1pm</p>
<p>Venue:<br />
OrangeScape Technologies Limited Map<br />
TIDEL Park, ‘D’ Block, North Wing, 3rd Floor,<br />
4, Rajiv Gandhi Salai, Tharamani,<br />
Chennai 600 113. India.</p>
<p>Agenda &#8211; Planned topics<br />
1) Getting up and running with Titanium &#8211; Sattanaathan Ravi (as part of ChennaiAndroid)<br />
2) JavaFX 2.0 (and other topics ) with Stephen Chin event discussion.<br />
3) Community Projects<br />
Open Discussion.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jugchennai.in/2011/10/10/october-%e2%80%9911-jugchennai-meetup-titanium-javafx-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>September &#8217;11 JUGChennai Meetup Servlet programming using scala, Scrum, Netbeans, Continuous Integration</title>
		<link>http://www.jugchennai.in/2011/09/26/september-11-jugchennai-meetup-servlet-programming-using-scala-scrum-netbeans-continuous-integration/</link>
		<comments>http://www.jugchennai.in/2011/09/26/september-11-jugchennai-meetup-servlet-programming-using-scala-scrum-netbeans-continuous-integration/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 04:27:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jugchennai.in/?p=193</guid>
		<description><![CDATA[Venue: OrangeScape Technologies Limited Map  TIDEL Park, ‘D’ Block, North Wing, 3rd Floor, 4, Rajiv Gandhi Salai, Tharamani, Chennai 600 113. India. Agenda &#8211; Planned topics 1) Servlet programmins using Scala &#8211; Prasanna 2) Android &#38;/or Scrum meetup &#8211; Ragunath / Rajmahendra 3) Netbeans Training Discussion 4) Continuous Integration &#8211; Rajmahendra 5) Guest visit for next month! 6) Open]]></description>
			<content:encoded><![CDATA[<div class="dzone_button" style="float: right; margin-left: 10px;">
<script type="text/javascript">
var dzone_url = 'http://www.jugchennai.in/2011/09/26/september-11-jugchennai-meetup-servlet-programming-using-scala-scrum-netbeans-continuous-integration/';
var dzone_title = 'September &#8217;11 JUGChennai Meetup Servlet programming using scala, Scrum, Netbeans, Continuous Integration';
var dzone_blurb = '';
var dzone_style = '1';
</script>
<script language="javascript" src="http://widgets.dzone.com/links/widgets/zoneit.js"></script>
</div><p><strong>Venue:</strong><br />
<strong>OrangeScape Technologies</strong> Limited <a href="http://maps.google.com/maps?q=OrangeScape&amp;hl=en&amp;cd=1&amp;ei=B9LWTPG-FpiWkQXbheiHDQ&amp;ie=UTF8&amp;view=map&amp;cid=7641292794552739698&amp;ved=0CBwQpQY&amp;hq=OrangeScape&amp;hnear=&amp;ll=12.990989,80.248733&amp;spn=0.011541,0.01929&amp;z=16&amp;iwloc=A" rel="nofollow">Map </a><br />
TIDEL Park, ‘D’ Block, North Wing, 3rd Floor,<br />
4, Rajiv Gandhi Salai, Tharamani,<br />
Chennai 600 113. India.</p>
<p><strong>Agenda &#8211; Planned topics</strong><br />
1) Servlet programmins using Scala &#8211; Prasanna<br />
2) Android &amp;/or Scrum meetup &#8211; Ragunath / Rajmahendra<br />
3) <a href="http://jug-c.wikispaces.com/NetBeans+Training" target="_blank">Netbeans Training</a> Discussion<br />
4) Continuous Integration &#8211; Rajmahendra<br />
5) Guest visit for next month!<br />
6) Open Discussion.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jugchennai.in/2011/09/26/september-11-jugchennai-meetup-servlet-programming-using-scala-scrum-netbeans-continuous-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBeans Platform Certified Training with  Geertjan Wielenga</title>
		<link>http://www.jugchennai.in/2011/09/15/netbeans-platform-certified-training-with-geertjan-wielenga/</link>
		<comments>http://www.jugchennai.in/2011/09/15/netbeans-platform-certified-training-with-geertjan-wielenga/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 15:53:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jugchennai.in/?p=189</guid>
		<description><![CDATA[9/10 and 9/11 reminds all of us of certain things which we want to forget, but for the JUG guys in chennai these days were technically blissful why?? Hands on workshop on netbeans conducted by none other than the person &#8220;Geertjan Wielenga&#8221; from the horse mouth Who is he?? he is a Principal Product Manager]]></description>
			<content:encoded><![CDATA[<div class="dzone_button" style="float: right; margin-left: 10px;">
<script type="text/javascript">
var dzone_url = 'http://www.jugchennai.in/2011/09/15/netbeans-platform-certified-training-with-geertjan-wielenga/';
var dzone_title = 'NetBeans Platform Certified Training with  Geertjan Wielenga';
var dzone_blurb = '';
var dzone_style = '1';
</script>
<script language="javascript" src="http://widgets.dzone.com/links/widgets/zoneit.js"></script>
</div><p>9/10 and 9/11 reminds all of us of certain things which we<br />
want to forget, but for the JUG guys in chennai these days<br />
were technically blissful</p>
<p>why??</p>
<p>Hands on workshop on netbeans conducted by none other than<br />
the person &#8220;Geertjan Wielenga&#8221; from the horse mouth</p>
<p>Who is he??</p>
<p>he is a Principal Product Manager in the Oracle Developer Tools<br />
group living &amp; working in Amsterdam. He is a Java technology<br />
enthusiast, evangelist, trainer, speaker, and writer</p>
<p>What is there to learn in netbeans, i am familiar with IDE</p>
<p>This is a different dimension of an IDE, this helped us to<br />
understand IDE is just one among the few products build out<br />
of netbeans platform</p>
<p>So the platform plays the most significant role when in comes<br />
to building new business applications</p>
<p>I already have java swing or some RIA why netbeans?</p>
<p>RAD is the key, what is offers as a platform, and how it allows<br />
us to transform and merge existing swing applications into<br />
netbeans core, is the first step he helped us to understand</p>
<p>What does it have in store?</p>
<p>As a platform it is purely based on MVC as we all know and love<br />
to follow as it helps to do changes little mechanically <img src='http://www.jugchennai.in/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>It comes out with predefined<br />
- layouts<br />
- Menus<br />
- Toolbar<br />
- Properties editor (with easy to track and propagate veteoable changes)<br />
- Flexible UI components (like tree, table, drag drop)<br />
- Connectors to DB<br />
- Preimplemented skeletons with design patterns<br />
- Intra communication between those containers with a same page</p>
<p>try to imagine how we use IDE without any second thought, that if i am<br />
in a defined perspective i see only this, i click on code i see<br />
the methods, i get compiler errors and notifications easily compile<br />
and publish all these are features</p>
<p>Just map it to a business need that&#8217;s what he explained that as a platform<br />
if we think IDE in abstraction that can be applied to any business need</p>
<p>Reusability is the key.<br />
Manageability is at it&#8217;s ease.<br />
Community is there to back us up.</p>
<p>What else is stopping, look into the presentation for more details, we at<br />
JUG will launch few projects out of netbeans platform and put it in the<br />
store to start making money <img src='http://www.jugchennai.in/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> , just kidding, idealogy of opensource<br />
connect, build, share and grow and contribute, we will stick to those<br />
boundless boundaries and start rolling</p>
<p>I am sure everyone would have enjoyed the session and the challenges it posed<br />
and the satisfaction it brought out on completion truly enthralling</p>
<p>On behalf of the JUG community we really love to thank you (love and thanks does<br />
not go together well still..) Geertjan !!!!</p>
<p>Cheers<br />
Arul</p>
<p><embed type="application/x-shockwave-flash" src="https://picasaweb.google.com/s/c/bin/slideshow.swf" width="288" height="192" flashvars="host=picasaweb.google.com&#038;captions=1&#038;hl=en_US&#038;feat=flashalbum&#038;RGB=0x000000&#038;feed=https%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2F115937527715625766895%2Falbumid%2F5659501053641591729%3Falt%3Drss%26kind%3Dphoto%26hl%3Den_US" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jugchennai.in/2011/09/15/netbeans-platform-certified-training-with-geertjan-wielenga/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>August Meetup Scalatra, Scalate Netbeans Training</title>
		<link>http://www.jugchennai.in/2011/08/13/august-meetup-scalatra-scalate-netbeans-training/</link>
		<comments>http://www.jugchennai.in/2011/08/13/august-meetup-scalatra-scalate-netbeans-training/#comments</comments>
		<pubDate>Sat, 13 Aug 2011 01:56:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jugchennai.in/?p=186</guid>
		<description><![CDATA[Group Monthly Meet-up 13th August 2011 @ 10am to 1pm &#160; Venue: OrangeScape Technologies Limited Map TIDEL Park, ‘D’ Block, North Wing, 3rd Floor, 4, Rajiv Gandhi Salai, Tharamani, Chennai 600 113. India. Agenda &#8211; Planned topics 1) Scalatra &#8211; Prasanna Scalatra + scalate (a.k.a How I learned myself to write simple webapps with single scala]]></description>
			<content:encoded><![CDATA[<div class="dzone_button" style="float: right; margin-left: 10px;">
<script type="text/javascript">
var dzone_url = 'http://www.jugchennai.in/2011/08/13/august-meetup-scalatra-scalate-netbeans-training/';
var dzone_title = 'August Meetup Scalatra, Scalate Netbeans Training';
var dzone_blurb = '';
var dzone_style = '1';
</script>
<script language="javascript" src="http://widgets.dzone.com/links/widgets/zoneit.js"></script>
</div><h2 id="toc0"><strong>Group Monthly</strong> Meet-up 13th August 2011 @ 10am to 1pm</h2>
<p>&nbsp;</p>
<p>Venue:<br />
OrangeScape Technologies Limited Map<br />
TIDEL Park, ‘D’ Block, North Wing, 3rd Floor,<br />
4, Rajiv Gandhi Salai, Tharamani,<br />
Chennai 600 113. India.</p>
<p>Agenda &#8211; Planned topics<br />
1) Scalatra &#8211; Prasanna<br />
Scalatra + scalate (a.k.a How I learned myself to write simple webapps with single scala class) !! <img src='http://www.jugchennai.in/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
People involved in ScalaTweet project are expected<br />
2) Android meetup<br />
3) About Netbeans Training<br />
4) Open Discussion.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jugchennai.in/2011/08/13/august-meetup-scalatra-scalate-netbeans-training/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JUGChennai Java 7 Launch Celebration at Chennai</title>
		<link>http://www.jugchennai.in/2011/07/09/jugchennai-java-7-launch-celebration-at-chennai/</link>
		<comments>http://www.jugchennai.in/2011/07/09/jugchennai-java-7-launch-celebration-at-chennai/#comments</comments>
		<pubDate>Sat, 09 Jul 2011 17:20:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[meetup]]></category>

		<guid isPermaLink="false">http://www.jugchennai.in/?p=171</guid>
		<description><![CDATA[Location:Tenth Planet Technologies Pvt. Ltd, P.T.Lee building,6th floor, #807, Anna Salai, opp. to LIC, Chennai-600002 Day : 9th July 2011 Time: 10AM Topic Speaker Duration Tossing the Project Coin -JSR 334 (Project Coin) Marimuthu Rajagopal 60 mins InvokeDynamic &#8211; JSR 292 Balamurugan Inside JCP Rajmahendra 60mns NIO2! JSR 203: Ranjith Kumar 60 min Quiz 1. InvokeDynamic &#8211;]]></description>
			<content:encoded><![CDATA[<div class="dzone_button" style="float: right; margin-left: 10px;">
<script type="text/javascript">
var dzone_url = 'http://www.jugchennai.in/2011/07/09/jugchennai-java-7-launch-celebration-at-chennai/';
var dzone_title = 'JUGChennai Java 7 Launch Celebration at Chennai';
var dzone_blurb = '';
var dzone_style = '1';
</script>
<script language="javascript" src="http://widgets.dzone.com/links/widgets/zoneit.js"></script>
</div><p><strong>Location:</strong>Tenth Planet Technologies Pvt. Ltd, P.T.Lee building,6th floor, #807, Anna Salai, opp. to LIC, Chennai-600002<br />
<strong>Day :</strong> 9th July 2011<br />
<strong>Time:</strong> 10AM</p>
<table>
<tbody>
<tr>
<td><strong>Topic</strong></td>
<td><strong>Speaker</strong></td>
<td><strong>Duration</strong></td>
</tr>
<tr>
<td>Tossing the Project Coin -JSR 334 (Project Coin)</td>
<td>Marimuthu Rajagopal</td>
<td>60 mins</td>
</tr>
<tr>
<td>InvokeDynamic &#8211; JSR 292</td>
<td>Balamurugan</td>
<td></td>
</tr>
<tr>
<td>Inside JCP</td>
<td>Rajmahendra</td>
<td>60mns</td>
</tr>
<tr>
<td>NIO2! JSR 203:</td>
<td>Ranjith Kumar</td>
<td>60 min</td>
</tr>
<tr>
<td>Quiz</td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>1. InvokeDynamic &#8211; JSR &#8211; 292 &#8211; Balamurugan</strong></p>
<table style="width:auto;">
<tr>
<td><a href="https://picasaweb.google.com/lh/photo/o3be9fj1SVXA0gsEAjLPGQ?feat=embedwebsite"><img src="https://lh5.googleusercontent.com/-oPkPL8PIQ-Y/ThpTnqb43nI/AAAAAAAAAn0/s2C2c_KYzs0/s288/DSC01094.JPG" height="216" width="288" /></a></td>
</tr>
<tr>
<td style="font-family:arial,sans-serif; font-size:11px; text-align:right">From <a href="https://picasaweb.google.com/chennai.jug/Java7LaunchCelebration9July2011?authuser=0&#038;feat=embedwebsite">Java7 Launch Celebration 9-July-2011</a></td>
</tr>
</table>
<div id="__ss_8552305" style="width: 425px;">
<strong style="display: block; margin: 12px 0 4px;"><a title="Invoke dynamics" href="http://www.slideshare.net/BalamuruganSoundararajan/invoke-dynamics" target="_blank">Invoke dynamics</a></strong> <iframe src="http://www.slideshare.net/slideshow/embed_code/8552305" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="425" height="355"></iframe></p>
<div style="padding: 5px 0 12px;">View more <a href="http://www.slideshare.net/" target="_blank">presentations</a> from <a href="http://www.slideshare.net/BalamuruganSoundararajan" target="_blank">Balamurugan Soundararajan</a></div>
</div>
<p><strong>2. What&#8217;s New in NIO2 &#8211; Ranjith Kumar</strong></p>
<table style="width:auto;">
<tr>
<td><a href="https://picasaweb.google.com/lh/photo/Z1XLRnM_SZpeVALqsmm5xw?feat=embedwebsite"><img src="https://lh4.googleusercontent.com/-SAiuiJRljoc/ThpTq1BeAwI/AAAAAAAAAoM/Lk_MjlqmKdc/s288/DSC01100.JPG" height="216" width="288" /></a></td>
</tr>
<tr>
<td style="font-family:arial,sans-serif; font-size:11px; text-align:right">From <a href="https://picasaweb.google.com/chennai.jug/Java7LaunchCelebration9July2011?authuser=0&#038;feat=embedwebsite">Java7 Launch Celebration 9-July-2011</a></td>
</tr>
</table>
<div style="width:425px" id="__ss_8552304"> <strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/BalamuruganSoundararajan/nio-and-nio2" title="NIO and NIO2" target="_blank">NIO and NIO2</a></strong> <iframe src="http://www.slideshare.net/slideshow/embed_code/8552304" width="425" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
<div style="padding:5px 0 12px"> View more <a href="http://www.slideshare.net/" target="_blank">presentations</a> from <a href="http://www.slideshare.net/BalamuruganSoundararajan" target="_blank">Balamurugan Soundararajan</a> </div>
</p></div>
<p><strong>3. Tossing the Project Coin -JSR 334 &#8211; Marimuthu Rajagopal</strong></p>
<table style="width:auto;">
<tr>
<td><a href="https://picasaweb.google.com/lh/photo/P6TzfRC74y51DS5P7wYKIQ?feat=embedwebsite"><img src="https://lh4.googleusercontent.com/-nW_i_v7Ed1o/ThpTrq0P0XI/AAAAAAAAAoQ/AFl8Xbtj-Hg/s288/DSC01101.JPG" height="216" width="288" /></a></td>
</tr>
<tr>
<td style="font-family:arial,sans-serif; font-size:11px; text-align:right">From <a href="https://picasaweb.google.com/chennai.jug/Java7LaunchCelebration9July2011?authuser=0&#038;feat=embedwebsite">Java7 Launch Celebration 9-July-2011</a></td>
</tr>
</table>
<div id="__ss_8551782" style="width: 425px;">
<strong style="display: block; margin: 12px 0 4px;"><a title="Java 7 Language Enhancement" href="http://www.slideshare.net/muthusvm/java-7-language-enhancement" target="_blank">Java 7 Language Enhancement</a></strong> <iframe src="http://www.slideshare.net/slideshow/embed_code/8551782" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="425" height="355"></iframe></p>
<div style="padding: 5px 0 12px;">View more <a href="http://www.slideshare.net/" target="_blank">presentations</a> from <a href="http://www.slideshare.net/muthusvm" target="_blank">muthusvm</a></div>
</div>
<p><strong>4. Inside JCP &#8211; Rajmahendra Hegde</strong></p>
<ul>
<li>What ant Why is Standareds</li>
<li>Javas a ecosystem</li>
<li>Multiple vendor platform</li>
<li>One ring to rule them all</li>
<li>Java Community Process</li>
<li>Java Specification Request</li>
<li>JCP Organization and Roles</li>
<li>JCP Governance and Role Responsibilities</li>
<li>JSR Lifecycle</li>
<li>JCP &amp; JUGChennai</li>
<li>JSR 331 &#8211; Constraint Programming &#8211;   A JCP Life<br />
cycle</li>
<ul>
<li>Constraint Programming</li>
<li>CP Concepts</li>
<li>Why Standardizing CP</li>
<li>JSR 331</li>
<li>Walk through of JSR 331</li>
</ul>
</ul>
<div style="width:425px" id="__ss_8590001"> <strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/rajmahendra/inside-jcp-8590001" title="Inside jcp" target="_blank">Inside jcp</a></strong> <iframe src="http://www.slideshare.net/slideshow/embed_code/8590001" width="425" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
<div style="padding:5px 0 12px"> View more <a href="http://www.slideshare.net/" target="_blank">presentations</a> from <a href="http://www.slideshare.net/rajmahendra" target="_blank">Rajmahendra Hegde</a> </div>
</p></div>
<p><embed type="application/x-shockwave-flash" src="https://picasaweb.google.com/s/c/bin/slideshow.swf" width="400" height="267" flashvars="host=picasaweb.google.com&#038;captions=1&#038;hl=en_US&#038;feat=flashalbum&#038;RGB=0x000000&#038;feed=https%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fchennai.jug%2Falbumid%2F5627901751199391857%3Falt%3Drss%26kind%3Dphoto%26hl%3Den_US" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jugchennai.in/2011/07/09/jugchennai-java-7-launch-celebration-at-chennai/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

