<?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 &#187; meetup</title>
	<atom:link href="http://www.jugchennai.in/category/meetup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jugchennai.in</link>
	<description>Java community in Chennai, Tamilnadu, India</description>
	<lastBuildDate>Wed, 26 Dec 2012 15:38:05 +0000</lastBuildDate>
	<language>en-US</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 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>
		<item>
		<title>JUGChennai June 2011 Monthly event  Introduction to Scala, Java 7, Netbeans</title>
		<link>http://www.jugchennai.in/2011/06/12/jugchennai-june-2011-monthly-event-introduction-to-scala-java-7-netbeans/</link>
		<comments>http://www.jugchennai.in/2011/06/12/jugchennai-june-2011-monthly-event-introduction-to-scala-java-7-netbeans/#comments</comments>
		<pubDate>Sun, 12 Jun 2011 06:45:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[meetup]]></category>

		<guid isPermaLink="false">http://www.jugchennai.in/?p=165</guid>
		<description><![CDATA[Venue: OrangeScape Technologies Limited TIDEL Park, ‘D’ Block, North Wing, 3rd Floor, 4, Rajiv Gandhi Salai, Tharamani, Chennai 600 113. India. From Java User Group &#8211; Chennai Monthly Meetup Agenda &#8211; Planned topics Introduction to Scala &#8211; Prasanna Kumar Agenda What is Scala? Why Scala? Basics of Scala Programming with Scala Scala Frameworks Learning Resources]]></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/06/12/jugchennai-june-2011-monthly-event-introduction-to-scala-java-7-netbeans/';
var dzone_title = 'JUGChennai June 2011 Monthly event  Introduction to Scala, Java 7, Netbeans';
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 />
OrangeScape Technologies Limited<br />
TIDEL Park, ‘D’ Block, North Wing, 3rd Floor,<br />
4, Rajiv Gandhi Salai, Tharamani,<br />
Chennai 600 113. India.</p>
<table style="width:auto;">
<tr>
<td><a href="https://picasaweb.google.com/lh/photo/QMi6aUU2tBK_fUDSdgWipA?feat=embedwebsite"><img src="https://lh5.googleusercontent.com/-fSb0jX4nL8U/TfVue4EsqXI/AAAAAAAAAmo/dDgLPgQmUik/s288/2011-06-11%25252011.36.16.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/JavaUserGroupChennaiMonthlyMeetup?feat=embedwebsite">Java User Group &#8211; Chennai Monthly Meetup</a></td>
</tr>
</table>
<p><strong>Agenda &#8211; Planned topics</strong><br />
Introduction to Scala &#8211; Prasanna Kumar<br />
Agenda<br />
What is Scala?<br />
Why Scala?<br />
Basics of Scala<br />
Programming with Scala<br />
Scala Frameworks<br />
Learning Resources<br />
Recent News / updates<br />
Questions ?<br />
HackerGarten planning &#8211; open<br />
Java7 Launch (Open for speakers ) [Topics]<br />
NetBeans Platform Certified Training<br />
Open Discussion.</p>
<table style="width:auto;">
<tr>
<td><a href="https://picasaweb.google.com/lh/photo/RFdUbPUCyOX4RD8LnIO1qA?feat=embedwebsite"><img src="https://lh4.googleusercontent.com/-V1Z3gV6APqw/TfVufLU6MLI/AAAAAAAAAmw/OwawWMMVxaI/s288/2011-06-11%25252011.35.56.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/JavaUserGroupChennaiMonthlyMeetup?feat=embedwebsite">Java User Group &#8211; Chennai Monthly Meetup</a></td>
</tr>
</table>
<div style="width:425px" id="__ss_8276519"> <strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/pras29gb/scala-presentationjune112011" title="Scala presentationjune112011">Scala presentationjune112011</a></strong> <iframe src="http://www.slideshare.net/slideshow/embed_code/8276519" 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/">presentations</a> from <a href="http://www.slideshare.net/pras29gb">pras29gb</a> </div>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jugchennai.in/2011/06/12/jugchennai-june-2011-monthly-event-introduction-to-scala-java-7-netbeans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web 2.0 with Kevin Nilson &#8211; 14-May-2011 Tenth Planet</title>
		<link>http://www.jugchennai.in/2011/05/16/web-2-0-with-kevin-nilson-14-may-2011-tenth-planet/</link>
		<comments>http://www.jugchennai.in/2011/05/16/web-2-0-with-kevin-nilson-14-may-2011-tenth-planet/#comments</comments>
		<pubDate>Mon, 16 May 2011 05:54:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[meetup]]></category>

		<guid isPermaLink="false">http://www.jugchennai.in/?p=146</guid>
		<description><![CDATA[Speaker: Kevin Nielson www.javaclimber.com/ Time : 14-May-2011 from 10AM to 1PM Topic: Scaling CometD to the Masses and HTML5 Web Testing (if time permits) Venue: Tenth Planet Technologies Pvt. Ltd,P.T.Lee building,.,6th floor, #807, Anna Salai, opp. to LIC, Chennai-600002, Next to DBS building, Look for ICICI Lombard big Scaling CometD to the Masses CometD is]]></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/05/16/web-2-0-with-kevin-nilson-14-may-2011-tenth-planet/';
var dzone_title = 'Web 2.0 with Kevin Nilson &#8211; 14-May-2011 Tenth Planet';
var dzone_blurb = '';
var dzone_style = '1';
</script>
<script language="javascript" src="http://widgets.dzone.com/links/widgets/zoneit.js"></script>
</div><p></a>Speaker: Kevin Nielson www.javaclimber.com/</p>
<p>Time : 14-May-2011 from 10AM to 1PM</p>
<p>Topic: Scaling CometD to the Masses and HTML5 Web Testing (if time<br />
permits)</p>
<p> Venue: Tenth Planet Technologies Pvt. Ltd,P.T.Lee building,.,6th<br />
floor, #807, Anna Salai, opp. to LIC, Chennai-600002, Next to DBS<br />
building, Look for ICICI Lombard big </p>
<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%3Falt%3Drss%26kind%3Dphoto%26access%3Dpublic%26psc%3DF%26q%26uname%3Dchennai.jug" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>Scaling CometD to the Masses</p>
<p>CometD is an open source framework that supports writing comet applications using the popular Bayeux protocol. Comet, often called &#8220;Reverse Ajax&#8221;, allows you to push data from the server to the browser. Comet has been slow to adopt because it has been plagued with scalability problems. Traditional web servers were plagued with one thread per request problems, which limited support to a few hundred clients per server. This problem has been solved by Asychronous Servlets standardized as part of Servlet 3.0.<br />
Asynchronous Servlets solved many of the major scalability problems, but CometD&#8217;s original server implementation hid much of the internal information about what was going on inside the CometD server. Working with a closed box made scalability nearly impossible. Over time CometD has opened access to it&#8217;s internals to help you &#8220;Scale CometD to the Masses&#8221;. Many of these enhancements to CometD were suggested by speaker Kevin Nilson. In this session Kevin will walk you through recent enhancements to CometD and teach you how to &#8220;Scale CometD to the Masses&#8221;.</p>
<div style="width:425px" id="__ss_8131574"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/JugChennai/scaling-cometd-by-kevin-nilson" title="Scaling CometD by Kevin Nilson ">Scaling CometD by Kevin Nilson </a></strong><object id="__sse8131574" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=scalingcometdkevinnilsonchennai1-110527211802-phpapp01&#038;stripped_title=scaling-cometd-by-kevin-nilson&#038;userName=JugChennai" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse8131574" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=scalingcometdkevinnilsonchennai1-110527211802-phpapp01&#038;stripped_title=scaling-cometd-by-kevin-nilson&#038;userName=JugChennai" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/JugChennai">Jug Chennai</a>.</div>
</div>
<p>[slides and links soon be updated.]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jugchennai.in/2011/05/16/web-2-0-with-kevin-nilson-14-may-2011-tenth-planet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chennai Java Summit &#8211; Java User Group &#8211; Chennai 16th and 17th April 2011</title>
		<link>http://www.jugchennai.in/2011/04/18/chennai-java-summit-java-user-group-chennai-16th-and-17th-april-2011/</link>
		<comments>http://www.jugchennai.in/2011/04/18/chennai-java-summit-java-user-group-chennai-16th-and-17th-april-2011/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 08:45:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[meetup]]></category>
		<category><![CDATA[summit]]></category>

		<guid isPermaLink="false">http://www.jugchennai.in/?p=137</guid>
		<description><![CDATA[Chennai Java Summit is an initiative by JUG-Chennai to bring the java enthusiasts of various levels together on a two day action packed event. We are trying to bring as much as valuable technology possible with the help of speakers who are mentors, hard core professionals and evangelist in their respective areas. They are coming]]></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/04/18/chennai-java-summit-java-user-group-chennai-16th-and-17th-april-2011/';
var dzone_title = 'Chennai Java Summit &#8211; Java User Group &#8211; Chennai 16th and 17th April 2011';
var dzone_blurb = '';
var dzone_style = '1';
</script>
<script language="javascript" src="http://widgets.dzone.com/links/widgets/zoneit.js"></script>
</div><p>Chennai Java Summit is an initiative by <a href="../">JUG-Chennai</a> to bring the java enthusiasts of various levels together on a two day  action packed event. We are trying to bring as much as valuable  technology possible with the help of speakers who are mentors, hard core  professionals and evangelist in their respective areas. They are coming  from various corners of the world for this wonderful occasion to enrich  us all with their vast expertise in the field. Please check out  Speakers page for more info on speakers.</p>
<p>The two days program focusing on following topics</p>
<p>NoSQL<br />
Java RIA &#8211; WeaverFX<br />
JVM Languages &#8211; JRuby, Fantom, Groovy<br />
Test and Behavior driven development &#8211; Cucumber, Spring, Hibernate and Unitils<br />
Java Community Process</p>
<p>So who should attend this event?<br />
EVERYONE. It doesn&#8217;t matter whether you&#8217;re a student interested in JAVA,  a junior programmer, senior developers, tech leads and project  managers. We have something for every category. We are fully loaded and  ready to blast.</p>
<p>Who is conducting ?<br />
Its a effort from Java community in Chennai Java User Group &#8211; Chennai. We try to have this event as an annual event in Chennai.<br />
Also JUG-C has been conducting monthly meetups regularly. CJS is  nurtured out of a long and continous discussion to conduct an event that  will enable a rich networking of java professionals in our locality.</p>
<p>What you need to bring?<br />
We have planned hands on in the most of the sessions. If its possible  you can bring your laptop (tools, API will be provided in venue). if  not, you will get a pre loaded Ubuntu system to do hands on program.<br />
All you need to have is a passion for technology and a zeal of interest.</p>
<p>What we expect?<br />
The reason of making this event free for all is to bring a free and open  Chennani Java community to be benefited out of this event. So we expect  your support in each areas. To avoid very basic topic discussions in  Q&amp;A sessions we request you to do some home work on each topics  before coming to the Summit. We expect this session to be little higher  level of discussions than a basic introduction session.</p>
<p>What do you get?<br />
Huge exposure to various technologies by direct sessions with experts, a  powerful ecosystem where you can network and grow your tech skills.  Huge contacts with folks of various category. Above of all, we have an  Hands-On where you can actually build stuff and get your hands dirty  with some code.</p>
<p><a title="Event Website" href="http://jugchennai.in/chennaijavasummit/" target="_blank">Event Website</a></p>
<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%2F5597124098949900033%3Falt%3Drss%26kind%3Dphoto%26hl%3Den_US" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></p>
<p>[Photos, Slides, Videos updated soon]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jugchennai.in/2011/04/18/chennai-java-summit-java-user-group-chennai-16th-and-17th-april-2011/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>JavaFX with Stephen Chin &#8211; Java User Group &#8211; Chennai at First Planet &#8211; 19 &#8211; February</title>
		<link>http://www.jugchennai.in/2011/02/20/javafx-with-stephen-chin-java-user-group-chennai-at-first-planet-19-february/</link>
		<comments>http://www.jugchennai.in/2011/02/20/javafx-with-stephen-chin-java-user-group-chennai-at-first-planet-19-february/#comments</comments>
		<pubDate>Sun, 20 Feb 2011 08:26:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[meetup]]></category>

		<guid isPermaLink="false">http://www.jugchennai.in/?p=110</guid>
		<description><![CDATA[JavaFX session with Stephen Chin on 19th Feb, 2011, @10AM Registration FREE Venue: Tenth Planet Technologies Pvt. Ltd,P.T.Lee building,.,6th floor, #807, Anna Salai, opp. to LIC, Chennai-600002, Next to DBS building, Look for ICICI Lombard big red board Agenda: Rich Internet Application JavaFX WidgetFX JXTras Visage SDK Visage &#038; Android Minutes of Meeting 10AM &#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/02/20/javafx-with-stephen-chin-java-user-group-chennai-at-first-planet-19-february/';
var dzone_title = 'JavaFX with Stephen Chin &#8211; Java User Group &#8211; Chennai at First Planet &#8211; 19 &#8211; February';
var dzone_blurb = '';
var dzone_style = '1';
</script>
<script language="javascript" src="http://widgets.dzone.com/links/widgets/zoneit.js"></script>
</div><p><strong>JavaFX session with Stephen Chin</strong> on 19th Feb, 2011, @10AM<br />
Registration FREE</p>
<p><strong>Venue:</strong><br />
<strong>Tenth Planet Technologies Pvt.  Ltd</strong>,P.T.Lee building,.,6th floor,<br />
#807, Anna Salai, opp. to LIC,  Chennai-600002,<br />
Next to DBS building, Look for ICICI Lombard big red board</p>
<p><strong>Agenda:</strong><br />
Rich Internet Application<br />
JavaFX<br />
WidgetFX<br />
JXTras<br />
Visage SDK<br />
Visage &#038; Android</p>
<p><strong>Minutes of Meeting</strong><br />
10AM &#8211; Rajmahendra Hegde &#8211; Welcome message<br />
10:10AM &#8211; Stephen Chin &#8211; JavaFX 2.0 and Alternate Languages<br />
   (covering RIA, JavaFX, JavaFX2.0, JavaFX with JRuby,Clojure,Groovy,Scala,Fantom,Jython etc.)<br />
11AM &#8211; Q &#038; A<br />
11:20AM &#8211; JavaFX Games &#8211; Rajmahendra on <a href="http://javafx.com/samples/BrickBreaker/index.html">Brick Breaker</a> (very bad breaker scored only 120) &#038; Steve on <a href="http://javafx.com/samples/Dukeman/index.html">Dukeman</a><br />
11:30AM &#8211; Break<br />
11:45AM &#8211; JavaFX &#038; real time applications and Visage Project<br />
12:30PM &#8211; Rajmahendra Hegde &#8211; JUG and JUG Chennai intro with How to contribute.<br />
12:30PM &#8211; Thanks giving to Stephen Chin from <a href="http://www.tenthplanet.in/">Tenth Planet</a> / <a href="http://firstplanet.in/">First Planet</a>, Krishnamurthy Mohan &#038; JUG Chennai Rajmahendra Hegde.<br />
1PM to 2PM &#8211; Lunch<br />
2PM &#8211; Hands-on on Visage and Android (3 sessions: Windows, Linux and Mac.) This went like a Rocking Coding Dojo <img src='http://www.jugchennai.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> , Steve gave some tips on Contributing to Visage-Android project.<br />
End &#8211; Stephen Chin gave give away to participant in hands-on </p>
<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%3Falt%3Drss%26kind%3Dphoto%26access%3Dpublic%26psc%3DF%26q%26uname%3Dchennai.jug" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed><em>Just in case if you cant play the flash-player.</em> <a href="https://picasaweb.google.com/chennai.jug/JavaFXSessionWithStephenChin">Click here</a></p>
<p><a href="http://javafx.steveonjava.com/javafx-2-0-at-the-chennai-jug/">Steve&#8217;s article</a> about the event.</p>
<div style="width:425px" id="__ss_7002242"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/steveonjava/javafx-20-and-alternative-languages" title="JavaFX 2.0 and Alternative Languages">JavaFX 2.0 and Alternative Languages</a></strong><object id="__sse7002242" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=javafxyourway-chennai-110221135800-phpapp02&#038;stripped_title=javafx-20-and-alternative-languages&#038;userName=steveonjava" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse7002242" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=javafxyourway-chennai-110221135800-phpapp02&#038;stripped_title=javafx-20-and-alternative-languages&#038;userName=steveonjava" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/steveonjava">Stephen Chin</a>.</div>
</div>
<p><strong>Narrated by <a href="http://twitter.com/arultpt">Arul Mani</a></strong></p>
<p>We all know Friday the 13th a lot, i am sure for the nice team who assembled on Saturday the 19th, will sure be a memorable day as <a href="http://steveonjava.com/">Stephen Chin</a> walked us through the bleeding edge technologies</p>
<p>At 8:30 AM we started and a warm welcome in the lift which got stuck at first floor, same way as how Stephen pulled out JavaFX script compiler and started to add momentum, admin staff helped us to get outside the lift. </p>
<p>How to define Stephen, a man who finds light even in the dark, exactly that is what he did inside the lift (started to work on his presentation).</p>
<p>It started exactly at 10:00 AM. Agenda covered</p>
<p>- JavaFX Intro<br />
- With a follow up Q&#038;A</p>
<p>This helped us to understand that JavaFX provides us an opportunity to build RIApps using our java, and even more provides us a great flexibility to build apps using the upcoming JVM languages such as (Scala, Groovy, Fantom, Clojure,JRuby and more)</p>
<p>Stephen gave a quick overview of the various syntax using a same example which really helped everyone around to understand what&#8217;s the difference between these languages as well as how to start building an app in JavaFX </p>
<p>Followed it with few sample enterprise apps he built and what&#8217;s available in response to a query on is it ready for production, he also helped us to understand to wait till Q3 for going on full fledge</p>
<p>We had lunch break and not so surprising that most of them came back on time, to get hands on with JavaFX .</p>
<p>Stephen introduced Visage which is his own brain child which connects the power of Android to power of  JavaFX . He has build a wrapper SDK which wraps the android objects into Java or any other JVM languages</p>
<p>He helped team to build/deploy Visage applications on android devices (real phones as well as simulators) in various environments<br />
- Mac<br />
- Windows<br />
- Linux</p>
<p>Know what all went well and people started to change build/deploy apps instantly with his easy to  understand and follow steps. </p>
<p>Let&#8217;s see what we did on the hands on session, build a sample app using Visage (JavaFX) for Android Download<br />
- Android-sdk <appropriate OS><br />
- do the update for android, as android will just give the basic installer and then you  have to do the update to get the latest for your Operating System<br />
- Ensure you have Latest Ant Version<br />
- Download Visage-SDK<br />
- Download Sample AndroidVisage</p>
<p>- Extract all the archives in your desired location.</p>
<p>- For android create a new device for testing with android simulator</p>
<p>- Ensure your PATH points to ANT_HOME/bin<br />
- Change Directory to &#8220;AndroidVisage&#8221; folder,ensure it has the build.xml<br />
- Modify the following line in default.properties<br />
  &#8211; target=Google Inc.:Google APIs:8<br />
  to<br />
  &#8211; target=android-9 (appropriate API revision) (it&#8217;s case sensitive)</p>
<p>- Modify the following line in local.properties<br />
  &#8211; sdk.dir=/Users/sjc/dev/android-sdk-mac_x86<br />
  &#8211; sdk.dir=<ANDROID_HOME> where you have extracted latest android sdk</p>
<p>- Execute<br />
  ant -Dplatforms.Visage_SDK.fxhome=/home/dev138/Downloads/Visage/visage-sdk run<br />
  (Replace your proper location)</p>
<p>- Note: Ensure your simulator is running or  the real device is connected</p>
<p>- You could see the sample application installed in the device</p>
<table style="width:auto;">
<tr>
<td><a href="https://picasaweb.google.com/lh/photo/f8-FbrFHhzHxTe_1Gn28yg?feat=embedwebsite"><img src="https://lh5.googleusercontent.com/_VCsOFLq8eu4/TWdJG35qT5I/AAAAAAAAARI/BFdefQ5PWeA/s400/Android-Visage.png" height="250" width="400" /></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/JavaFXSessionWithStephenChin?feat=embedwebsite">JavaFX session with Stephen Chin</a></td>
</tr>
</table>
<p>You could modify the following source and deploy to get even a better feel</p>
<p>- AndroidVisage\src\org\visage\android\widget<br />
- Modify the file TextViewTest.fx and try your luck</p>
<p>He briefed about Visage and it&#8217;s purpose and where we can contribute, i am sure like me many of them who were part of the seminar will be interested to contribute and grow. Visage &#8211; Connects power of google android with the power of Oracle JVM <img src='http://www.jugchennai.in/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><strong>Links:</strong><br />
<a href="http://steveonjava.com/">Steve on Java</a><br />
<a href="http://javafx.com/">JavaFX</a><br />
<a href="http://code.google.com/p/widgetfx/">WidgetFX</a><br />
<a href="http://code.google.com/p/jfxtras/">JFXtras</a><br />
<a href="http://code.google.com/p/visage/">Visage</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jugchennai.in/2011/02/20/javafx-with-stephen-chin-java-user-group-chennai-at-first-planet-19-february/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Java User Group – Chennai Monthly Meet-up 12th February 10am at OrangeScape</title>
		<link>http://www.jugchennai.in/2011/02/14/java-user-group-%e2%80%93-chennai-monthly-meet-up-12th-february-10am-at-orangescape/</link>
		<comments>http://www.jugchennai.in/2011/02/14/java-user-group-%e2%80%93-chennai-monthly-meet-up-12th-february-10am-at-orangescape/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 18:37:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[meetup]]></category>

		<guid isPermaLink="false">http://www.jugchennai.in/?p=96</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 Eclipse UOMo, Eclipse RCP/Plugins &#38; OSGi &#8211; Werner Keil (Eclipse UOMo creator &#38; JCP EC Member) Fantom &#38; Tales web framework &#8211; Kaushik Sathupadi (Tales Web Framework creator) Discussion on Annual event]]></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/02/14/java-user-group-%e2%80%93-chennai-monthly-meet-up-12th-february-10am-at-orangescape/';
var dzone_title = 'Java User Group – Chennai Monthly Meet-up 12th February 10am at OrangeScape';
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</p>
<p>TIDEL Park, ‘D’ Block, North Wing, 3rd Floor,<br />
4, Rajiv Gandhi Salai, Tharamani,<br />
Chennai 600 113. India.</p>
<p><strong>Agenda</strong><br />
Eclipse UOMo, Eclipse RCP/Plugins &amp; OSGi &#8211; <a href="http://twitter.com/#!/wernerkeil">Werner Keil</a> (<em>Eclipse UOMo creator &amp; JCP EC Member</em>)<br />
Fantom &amp; Tales web framework &#8211; <a href="http://twitter.com/#!/ksathupa">Kaushik Sathupadi</a> (<em>Tales Web Framework creator</em>)<br />
Discussion on Annual event &amp; 19th JavaFX Event (Introduction on RIA &amp; JavaFX) &#8211; <a href="http://twitter.com/#!/rajmahendra">Rajmahendra Hegde</a></p>
<p><strong>Fantom &amp; Tales web framework</strong></p>
<table style="width:auto;">
<tr>
<td><a href="https://picasaweb.google.com/lh/photo/t_06cR3YS_ktw7BtDv33LQ?feat=embedwebsite"><img src="https://lh5.googleusercontent.com/_VCsOFLq8eu4/TVa23DpS8AI/AAAAAAAAAHw/E_1i2WMLdlc/s144/IMG_0403.jpg" height="108" width="144" /></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/JavaUserGroupChennaiMonthlyMeetup?feat=embedwebsite">Java User Group &#8211; Chennai Monthly Meetup</a></td>
</tr>
</table>
<p>Introduction to Fantom and Why Fantom ?<br />
Fantom programming<br />
Pods<br />
Tales and Web Development<br />
REST Application Demo</p>
<div style="width:425px" id="__ss_6958959"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/kaushik_sathupadi/fantom-and-tales-6958959" title="Fantom and Tales">Fantom and Tales</a></strong><object id="__sse6958959" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=fantomandtales-110217045049-phpapp02&#038;stripped_title=fantom-and-tales-6958959&#038;userName=kaushik_sathupadi" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse6958959" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=fantomandtales-110217045049-phpapp02&#038;stripped_title=fantom-and-tales-6958959&#038;userName=kaushik_sathupadi" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/kaushik_sathupadi">kaushik_sathupadi</a>.</div>
</div>
<p><strong>Eclipse UOMo, Eclipse RCP/Plugins &amp; OSGi</strong></p>
<table style="width:auto;">
<tr>
<td><a href="https://picasaweb.google.com/lh/photo/bt6xCLKmhlysRzrS6baZ_g?feat=embedwebsite"><img src="https://lh5.googleusercontent.com/_VCsOFLq8eu4/TVa23PTK7TI/AAAAAAAAAH0/kzTvMZeZGy0/s144/IMG_0404.jpg" height="108" width="144" /></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/JavaUserGroupChennaiMonthlyMeetup?feat=embedwebsite">Java User Group &#8211; Chennai Monthly Meetup</a></td>
</tr>
</table>
<p>Eclipse UOMo<br />
Eclipse RCP Development<br />
OSGi </p>
<p><strong>Introduction on RIA &amp; JavaFX</strong></p>
<table style="width: auto;">
<tbody>
<tr>
<td><a href="https://picasaweb.google.com/lh/photo/prnSWqk-szVi_t4Fznuc9Q?feat=embedwebsite"><img src="https://lh3.googleusercontent.com/_VCsOFLq8eu4/TVa28pRSc5I/AAAAAAAAAH8/HT9OPvmchkg/s144/IMG_0406.jpg" alt="" width="144" height="108" /></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/JavaUserGroupChennaiMonthlyMeetup?feat=embedwebsite">Java User Group &#8211; Chennai Monthly Meetup</a></td>
</tr>
</tbody>
</table>
<p>What is RIA &#038; Why RIA ?<br />
RIA and Web Application<br />
Introduction to JavaFX<br />
Benefits of JavaFX<br />
<a href="http://javafx.com/wintergames/">Vancouver2010 JavaFX Real time Application </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jugchennai.in/2011/02/14/java-user-group-%e2%80%93-chennai-monthly-meet-up-12th-february-10am-at-orangescape/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Java User Group – Chennai Monthly Meet-up 8th January 10am at OrangeScape</title>
		<link>http://www.jugchennai.in/2011/01/08/java-user-group-%e2%80%93-chennai-monthly-meet-up-8th-january-10am-at-orangescape/</link>
		<comments>http://www.jugchennai.in/2011/01/08/java-user-group-%e2%80%93-chennai-monthly-meet-up-8th-january-10am-at-orangescape/#comments</comments>
		<pubDate>Sat, 08 Jan 2011 02:03:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[meetup]]></category>

		<guid isPermaLink="false">http://www.jugchennai.in/?p=21</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 JQuery - HTML5 - Introduction Groovy,DSL &#38; EasyB &#8211; Rajmahendra It&#8217;s a Saturday morning still 20+ fresh faces (no hang over) vibrant and focussed, it all started at 10:00 AM at orangescape, not]]></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/01/08/java-user-group-%e2%80%93-chennai-monthly-meet-up-8th-january-10am-at-orangescape/';
var dzone_title = 'Java User Group – Chennai Monthly Meet-up 8th January 10am at OrangeScape';
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:<br />
</strong><span style="font-size: 15.6px;"><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">Map</a></span></p>
<p>TIDEL Park, ‘D’ Block, North Wing, 3rd Floor,<br />
4, Rajiv Gandhi Salai, Tharamani,<br />
Chennai 600 113. India.</p>
<p><strong>Agenda</strong><br />
JQuery -<br />
HTML5 -<br />
Introduction Groovy,DSL &amp; EasyB &#8211; Rajmahendra</p>
<p>It&#8217;s a Saturday morning still 20+ fresh faces (no hang over) vibrant and focussed, it<br />
all started at 10:00 AM at orangescape, not just the people even the topics are<br />
fresh and vibrant&#8230;</p>
<p>- JQuery<br />
- HTML5 &amp; CSS3<br />
- Review of JVM languages</p>
<p><strong>JQuery:</strong><br />
Perfect Java library which will transform the way how we have been writing<br />
java script so far, thanks to Veera for the nice presentation</p>
<table style="width:auto;">
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/cX-TeJhwsDGQvPgH1TfQYQ?feat=embedwebsite"><img src="http://lh4.ggpht.com/_VCsOFLq8eu4/TShUGxU4j7I/AAAAAAAAAGA/6RxJC66K80c/s144/IMG_0441.JPG" height="108" width="144" /></a></td>
</tr>
<tr>
<td style="font-family:arial,sans-serif; font-size:11px; text-align:right">From <a href="http://picasaweb.google.com/chennai.jug/JavaUserGroupChennaiMonthlyMeetup?feat=embedwebsite">Java User Group &#8211; Chennai Monthly Meetup</a></td>
</tr>
</table>
<p>What can we do with that?<br />
1. Minimize Code<br />
2. Callback (pass a function as a parameter an get the info)<br />
3. Invoke events on demand<br />
4. Access the DOM with ease<br />
5. Connect with AJAX (does all the job what we have been doing for sometime)</p>
<p>and much more.</p>
<p>Slidr URL:<a href="http://veerasundar.com/share/jquery/"> http://veerasundar.com/share/jquery/</a></p>
<p>Article about JQuery + AJAX : <a href="http://veerasundar.com/blog/2008/12/implementing-ajax-in-java-web-application-using-jquery/">http://veerasundar.com/blog/2008/12/implementing-ajax-in-java-web-application-using-jquery/</a></p>
<p>HTML 5 Online book: <a href="http://diveintohtml5.org/">http://diveintohtml5.org/</a></p>
<p>(Mac) Application to author HTML5 Canvas: <a href="http://radiapp.com/">http://radiapp.com/</a></p>
<p><strong>HTML5</strong><br />
Response by w3c for the web 2.0/3.0 world presented with a passion by Santhosh kumar<br />
Simple thoughts but powerful like</p>
<table style="width:auto;">
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/s8c259kCygDCC8Ew1jXy3A?feat=embedwebsite"><img src="http://lh5.ggpht.com/_VCsOFLq8eu4/TShU8AfIzRI/AAAAAAAAAGY/8F66alNkQzQ/s144/IMG_0447.JPG" height="108" width="144" /></a></td>
</tr>
<tr>
<td style="font-family:arial,sans-serif; font-size:11px; text-align:right">From <a href="http://picasaweb.google.com/chennai.jug/JavaUserGroupChennaiMonthlyMeetup?feat=embedwebsite">Java User Group &#8211; Chennai Monthly Meetup</a></td>
</tr>
</table>
<p>- Input type email, mandatory etc.,<br />
- New controls for video/audio<br />
- Sandboxed freedom for local storage for offline processing<br />
- Location identification for location based services<br />
- All this are work in progress as the HTML5 is not out fully yet<br />
- Good on Mobile and few other devices too</p>
<p>and more</p>
<div style="width:425px" id="__ss_6500596"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/santhotech/html-5-a-developers-perspective" title="HTML 5 - A developers perspective">HTML 5 &#8211; A developers perspective</a></strong><object id="__sse6500596" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=introducing-110109220003-phpapp02&#038;stripped_title=html-5-a-developers-perspective&#038;userName=santhotech" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse6500596" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=introducing-110109220003-phpapp02&#038;stripped_title=html-5-a-developers-perspective&#038;userName=santhotech" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/santhotech">Santhosh Kumar</a>.</div>
</div>
<p><strong>Introduction Groovy,DSL &amp; EasyB</strong><br />
- Another parallel track to java still finally converges at the JVM as bytecodes<br />
as all rivers merge in the ocean and become one<br />
- It was another fine brush up by Raj thanks to him.<br />
- Also jumped into an easy testing framework easyb as what Junit is to java<br />
which enables Behaviour driven testing<br />
- Gradle which uses the power or ant and maven but simplified for continuous integration</p>
<table style="width:auto;">
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/wVkEZBhmRWFk3hLDfDd5Kw?feat=embedwebsite"><img src="http://lh3.ggpht.com/_VCsOFLq8eu4/TShU76CXoyI/AAAAAAAAAGQ/fUJF10DSQX4/s144/IMG_0445.JPG" height="108" width="144" /></a></td>
</tr>
<tr>
<td style="font-family:arial,sans-serif; font-size:11px; text-align:right">From <a href="http://picasaweb.google.com/chennai.jug/JavaUserGroupChennaiMonthlyMeetup?feat=embedwebsite">Java User Group &#8211; Chennai Monthly Meetup</a></td>
</tr>
</table>
<p><strong>Discussions</strong><br />
- Can groovy be called from java? What happens with the &#8220;def&#8221; types (variant)<br />
- Selenium and Tellurium not only in the mineral world even in IT they are<br />
related, they both help on Automated Testing with their frameworks<br />
- Phantom OO language can be mapped to smalltalk as a language, Tales a framework<br />
on Phantom as seaside to smalltalk<br />
- Concordion and easyb<br />
- Adobe Flash vs Canvas<br />
- Animations vs Canvas</p>
<p><strong>Demo&#8217;s</strong><br />
- JQuery Weather Demo<br />
- HTML5 Demo<br />
- Groovy &amp; easyb Demo</p>
<p>To Summarize:<br />
Think Big but code less that&#8217;s what these tools are going to help us with</p>
<p>Narrated by Arul</p>
<p><span style="font-size: 15.6px;"><strong> </strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jugchennai.in/2011/01/08/java-user-group-%e2%80%93-chennai-monthly-meet-up-8th-january-10am-at-orangescape/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java User Group &#8211; Chennai Monthly Meet-up 11th December 10am at OrangeScape</title>
		<link>http://www.jugchennai.in/2010/12/11/java-user-group-chennai-monthly-meet-up-11th-december-10am-at-orangescape/</link>
		<comments>http://www.jugchennai.in/2010/12/11/java-user-group-chennai-monthly-meet-up-11th-december-10am-at-orangescape/#comments</comments>
		<pubDate>Sat, 11 Dec 2010 17:19:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[meetup]]></category>

		<guid isPermaLink="false">http://www.jugchennai.in/?p=8</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 Eclipse &#8211; IDE / UOMo, JSR-308 and the future of Java. by Werner Keil MOM 9:45AM – I reached OrangeScape, Met Mani,CTO,OrangeScape and got a place for the meetup,]]></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/2010/12/11/java-user-group-chennai-monthly-meet-up-11th-december-10am-at-orangescape/';
var dzone_title = 'Java User Group &#8211; Chennai Monthly Meet-up 11th December 10am at OrangeScape';
var dzone_blurb = '';
var dzone_style = '1';
</script>
<script language="javascript" src="http://widgets.dzone.com/links/widgets/zoneit.js"></script>
</div><p><span style="font-family: arial, helvetica, sans-serif; font-size: 13px; line-height: 19px;"><strong>Venue:</strong></span></p>
<p><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">Map<br />
</a><span style="font-size: 15.6px;">TIDEL Park, ‘D’ Block, North Wing, 3rd Floor,<br />
</span><span style="font-size: 15.6px;">4, Rajiv Gandhi Salai, Tharamani,<br />
</span><span style="font-size: 15.6px;">Chennai 600 113. India.</span></p>
<p><strong>Agenda &#8211; Planned topics</strong></p>
<p><a href="http://www.eclipse.org/">Eclipse</a> &#8211; IDE / <a href="http://www.eclipse.org/uomo/">UOMo</a>, <a href="http://jcp.org/en/jsr/summary?id=308">JSR-308</a> and the future of Java.</p>
<p>by <a href="http://www.jcp.org/en/press/ec/commFocusEC-Keil">Werner Keil</a></p>
<p><strong>MOM</strong></p>
<div>
<p><span style="font-family: arial, helvetica, sans-serif; font-size: 13px; line-height: 19px;"> <!--  		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } --></span></p>
<p style="margin-bottom: 0cm;">9:45AM –  I reached OrangeScape, Met Mani,CTO,OrangeScape and got a place for the meetup, Prepared for websites to present. I  take the pleasure in thanking OrangeScape team for the great support and  having made the show a great success.</p>
<p style="margin-bottom: 0cm;">10:00AM &#8211;  Not many in number turned on time but slowly the crowd gathered. The meeting started at 10:15AM and I just brushed up on the last month JUG topic like WeaverFX, later spoke about  introduction on JCP and JSR,JUG etc</p>
<p style="margin-bottom: 0cm;">10:45AM to 12:40PM – Werner Kill joined the meeting. Discusson on Eclipse, some Eclipse plugins, JSR 275, Unit of Measurement, Jscience, Eclipse UOMo</p>
<p style="margin-bottom: 0cm;">12:40PM to 1:15PM – Intro on JUG, idea behind creating JUG Chennai, Intro on JCP and JSR, Opensource contribution, DSL, examples of DSL, Groovy DSL, JavaOne conference</p>
<div id="__ss_6119693" style="width: 425px;"><strong><a title="Eclipse UOMo" href="http://www.slideshare.net/keilw/eclipse-uomo">Eclipse UOMo</a></strong><object id="__sse6119693" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=uomo2011-101211150956-phpapp01&amp;stripped_title=eclipse-uomo&amp;userName=keilw" /><param name="name" value="__sse6119693" /><param name="allowfullscreen" value="true" /><embed id="__sse6119693" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=uomo2011-101211150956-phpapp01&amp;stripped_title=eclipse-uomo&amp;userName=keilw" name="__sse6119693" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="padding: 5px 0 12px;">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/keilw">Werner Keil</a>.</div>
</div>
<p><!--  		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } 		A:link { so-language: zxx } --></p>
<p style="margin-bottom: 0cm;"><a href="http://www.weaverfx.com/">www.weaverfx.com</a></p>
<p><a href="https://jsr-275.dev.java.net/">https://jsr-275.dev.java.net/</a></p>
<p><a href="http://www.eclipse.org/">www.Eclipse.org</a></p>
<p><a href="http://www.eclipse.org/uomo/">http://www.eclipse.org/uomo/</a></p>
<p><a href="http://www.unitsofmeasurement.org/">http://www.unitsofmeasurement.org/</a></p>
<p><a href="http://code.google.com/p/unitsofmeasure/">http://code.google.com/p/unitsofmeasure/</a></p>
<p style="margin-bottom: 0cm;"><a href="http://groups.google.com/group/units-users">http://groups.google.com/group/units-users</a></p>
<p><a href="http://codex-uomo.blogspot.com/">http://codex-uomo.blogspot.com/</a></p>
<p><a href="http://www.jscience.org/">http://www.jscience.org/</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.jugchennai.in/2010/12/11/java-user-group-chennai-monthly-meet-up-11th-december-10am-at-orangescape/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java User Group &#8211; Chennai Monthly Meet-up 13th November 10am at ThoughtWorks</title>
		<link>http://www.jugchennai.in/2010/11/11/java-user-group-chennai-monthly-meet-up-13th-november-10am-at-thoughtworks/</link>
		<comments>http://www.jugchennai.in/2010/11/11/java-user-group-chennai-monthly-meet-up-13th-november-10am-at-thoughtworks/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 17:25:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[meetup]]></category>

		<guid isPermaLink="false">http://www.jugchennai.in/?p=7</guid>
		<description><![CDATA[Our monthly meeting for November 2010: Venue: ThoughtWorks Technologies (India) Pvt Ltd. view map RR Tower 5,Level 2, Rishabh Info Park 33 A Developed Plots,Thiru Vi Ka Industrial Estate Ekkatuthangal, Guindy Chennai &#8211; 600 032, India Topic WeaverFX &#8211; A new RIA http://www.weaverfx.com/ By Veerendra Nagabhirava WeaverFx the lighter faster Rich Internet Application and Swing]]></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/2010/11/11/java-user-group-chennai-monthly-meet-up-13th-november-10am-at-thoughtworks/';
var dzone_title = 'Java User Group &#8211; Chennai Monthly Meet-up 13th November 10am at ThoughtWorks';
var dzone_blurb = '';
var dzone_style = '1';
</script>
<script language="javascript" src="http://widgets.dzone.com/links/widgets/zoneit.js"></script>
</div><p>Our monthly meeting for November 2010:<br />
<br /><span class="Apple-style-span" style="font-family: arial, helvetica, sans-serif; font-size: 13px; line-height: 19px;"><br />
<br /><strong>Venue:</strong><br />
<br /><strong>ThoughtWorks</strong> Technologies (India) Pvt Ltd. <a class="wiki_link_ext" href="http://maps.google.com/maps?q=thoughtworks,chennai&amp;z=13" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://www.wikispaces.com/i/a.gif); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; padding-right: 10px;" target="_blank">view map</a><br />
<br />RR Tower 5,Level 2, Rishabh Info Park<br />
<br />33 A Developed Plots,Thiru Vi Ka Industrial Estate<br />
<br />Ekkatuthangal, Guindy<br />
<br />Chennai &#8211; 600 032, India</p>
<p><strong>Topic</strong><br />
<br /><strong>WeaverFX</strong> &#8211; A new RIA <a class="wiki_link_ext" href="http://www.weaverfx.com/" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: url(http://www.wikispaces.com/i/a.gif); background-origin: initial; background-position: 100% 50%; background-repeat: no-repeat no-repeat; padding-right: 10px;">http://www.weaverfx.com/</a><br />
<br />By <strong>Veerendra Nagabhirava</strong><br />
<br /><span style="font-family: 'courier new', monospace;">WeaverFx the lighter faster Rich Internet Application and Swing Application Development Framework</span><br />
<br />If you know XML and basic Java your can weave WeaverFX<br />
<br /><b>Agenda</b><br />
<br /><span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; line-height: normal;">1.  Rich Internet Applications<br />
<br />2. The Broadband and RIA<br />
<br />3. The Language and RIA<br />
<br />4. WeaverFx<br />
<br />5. Features of WeaverFx<br />
<br />6. WeaverFx on Net<br />
<br />7. Developing with WeaverFx<br />
<br />8. Example 1<br />
<br />9. Example 2<br />
<br />10. Questions</span><br />
<br /></span><br />

<div><span class="Apple-style-span" style="font-family: arial, helvetica, sans-serif; font-size: 13px; line-height: 19px;"><br />
<br /><span class="Apple-style-span" style="font-family: Helvetica, Arial, Verdana, sans; font-size: 12px; line-height: 18px;">Announce this to all your friends, social network sites etc.<br />
<br />All are welcome. Entry Free</span></p>
<p><embed flashvars="host=picasaweb.google.com&amp;captions=1&amp;hl=en_US&amp;feat=flashalbum&amp;RGB=0x000000&amp;feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fchennai.jug%3Falt%3Drss%26kind%3Dphoto%26access%3Dpublic%26psc%3DF%26q%26uname%3Dchennai.jug" height="267" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://picasaweb.google.com/s/c/bin/slideshow.swf" type="application/x-shockwave-flash" width="400"></embed></p>
<p><b>Shoe Note:</b></span></div>
<div><span class="Apple-style-span" style="font-family: arial, helvetica, sans-serif; font-size: 13px; line-height: 19px;">WeaverFX : </span><a href="http://weaverfx.com/">http://weaverfx.com</a></div>
<div><span class="Apple-style-span" style="font-family: arial, helvetica, sans-serif; font-size: 13px; line-height: 19px; ">WeaverFX Runtime: <a href="http://weaverfx.com/WeaverLiteInstaller">http://weaverfx.com/WeaverLiteInstaller</a></span></div>
<div><a href="http://weaverfx.com/index.php?option=com_content&amp;view=article&amp;id=4&amp;Itemid=5">WeaverFX Demo</a></div>
<div><span class="Apple-style-span" style="font-family: arial, helvetica, sans-serif; font-size: 13px; line-height: 19px; "></span></div>
<p><meta equiv="content-type" content="text/html; charset=utf-8"><meta equiv="content-type" content="text/html; charset=utf-8"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jugchennai.in/2010/11/11/java-user-group-chennai-monthly-meet-up-13th-november-10am-at-thoughtworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
