<?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 Code Geeks &#187; Buddhika Chamith</title> <atom:link href="http://www.javacodegeeks.com/author/Buddhika-Chamith/feed/" rel="self" type="application/rss+xml" /><link>http://www.javacodegeeks.com</link> <description>Java 2 Java Developers Resource Center</description> <lastBuildDate>Wed, 19 Jun 2013 10:00:25 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.5.1</generator> <item><title>I/O Demystified</title><link>http://www.javacodegeeks.com/2012/08/io-demystified.html</link> <comments>http://www.javacodegeeks.com/2012/08/io-demystified.html#comments</comments> <pubDate>Tue, 14 Aug 2012 16:00:00 +0000</pubDate> <dc:creator>Buddhika Chamith</dc:creator> <category><![CDATA[Core Java]]></category> <category><![CDATA[NIO]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/io-demystified.html</guid> <description><![CDATA[With all the hype on highly scalable server design and the rage behind nodejs I&#160;have been meaning to do some focused reading on IO design patterns to which until now couldn’t find enough time to invest. Now having done some research I&#160;thought it’s best to jot down stuff I came across as a future reference [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/08/io-demystified.html/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>JMX : Some Introductory Notes</title><link>http://www.javacodegeeks.com/2012/06/jmx-some-introductory-notes.html</link> <comments>http://www.javacodegeeks.com/2012/06/jmx-some-introductory-notes.html#comments</comments> <pubDate>Tue, 26 Jun 2012 13:00:00 +0000</pubDate> <dc:creator>Buddhika Chamith</dc:creator> <category><![CDATA[Enterprise Java]]></category> <category><![CDATA[JMX]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/jmx-some-introductory-notes.html</guid> <description><![CDATA[JMX (Java Management Extensions) is a J2SE technology which enables management and monitoring of Java applications. The basic idea is to implement a set of management objects and register the implementations to a platform server from where these implementations can be invoked either locally or remotely to the JVM using a set of connectors or [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/06/jmx-some-introductory-notes.html/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>So you are a programmer&#8230;</title><link>http://www.javacodegeeks.com/2012/06/so-you-are-programmer.html</link> <comments>http://www.javacodegeeks.com/2012/06/so-you-are-programmer.html#comments</comments> <pubDate>Wed, 06 Jun 2012 19:00:00 +0000</pubDate> <dc:creator>Buddhika Chamith</dc:creator> <category><![CDATA[Software Development]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/so-you-are-a-programmer.html</guid> <description><![CDATA[Been there. Done that. And suffered for that… Programming is fun. But there are some other associated stuff we programmers blissfully skip or procrastinate because they are not so cool. End result?… Somebody is going to get hurt at the end of the day and that somebody may very well be a ourselves. So here [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/06/so-you-are-programmer.html/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Learn by Errors : Java + OSGi</title><link>http://www.javacodegeeks.com/2012/05/learn-by-errors-java-osgi.html</link> <comments>http://www.javacodegeeks.com/2012/05/learn-by-errors-java-osgi.html#comments</comments> <pubDate>Tue, 22 May 2012 22:00:00 +0000</pubDate> <dc:creator>Buddhika Chamith</dc:creator> <category><![CDATA[Enterprise Java]]></category> <category><![CDATA[OSGi]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/learn-by-errors-java-osgi.html</guid> <description><![CDATA[Recently I worked on getting Apache Hive work inside an OSGi environment. While not proving to be a proverbial piece of cake (software right?.. Why am I not&#160;surprised? ), it led me through an assortment of Java and OSGi errors. Here I&#160;am listing some of them that bit me bit hard (no pun intended) so [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/05/learn-by-errors-java-osgi.html/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Joins with Map Reduce</title><link>http://www.javacodegeeks.com/2012/05/joins-with-map-reduce.html</link> <comments>http://www.javacodegeeks.com/2012/05/joins-with-map-reduce.html#comments</comments> <pubDate>Tue, 08 May 2012 10:00:00 +0000</pubDate> <dc:creator>Buddhika Chamith</dc:creator> <category><![CDATA[Software Development]]></category> <category><![CDATA[MapReduce]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/joins-with-map-reduce.html</guid> <description><![CDATA[I have been reading on Join implementations available for Hadoop for past few days. In this post I recap some techniques I learnt during the process. The joins can be done at both Map side and Join side according to the nature of data sets of to be joined. Reduce Side Join Let’s take the [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/05/joins-with-map-reduce.html/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Monitoring : Making sense of the buzz word jungle</title><link>http://www.javacodegeeks.com/2012/04/monitoring-making-sense-of-buzz-word.html</link> <comments>http://www.javacodegeeks.com/2012/04/monitoring-making-sense-of-buzz-word.html#comments</comments> <pubDate>Mon, 16 Apr 2012 13:00:00 +0000</pubDate> <dc:creator>Buddhika Chamith</dc:creator> <category><![CDATA[DevOps]]></category> <category><![CDATA[BAM]]></category> <category><![CDATA[BPM]]></category> <category><![CDATA[CEP]]></category> <category><![CDATA[KPI]]></category> <category><![CDATA[Monitoring]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/monitoring-making-sense-of-the-buzz-word-jungle.html</guid> <description><![CDATA[Nowadays we are constantly reminded of the virtues of being proactive or more colloquially put “Being one step ahead of the game” when it comes to handling our businesses whether it be a SME or a multi-national cooperation. Quickly detecting or in some cases even predicting, trends in activities originating within and outside the organization [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/04/monitoring-making-sense-of-buzz-word.html/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>SSH Tunneling Explained</title><link>http://www.javacodegeeks.com/2012/03/ssh-tunneling-explained.html</link> <comments>http://www.javacodegeeks.com/2012/03/ssh-tunneling-explained.html#comments</comments> <pubDate>Mon, 26 Mar 2012 16:00:00 +0000</pubDate> <dc:creator>Buddhika Chamith</dc:creator> <category><![CDATA[DevOps]]></category> <category><![CDATA[SSH]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/ssh-tunneling-explained.html</guid> <description><![CDATA[Recently I wanted to set up a remote desktop sharing session from home pc to my laptop. While going through the set up guide I came across ssh tunneling. Even though there are many articles on the subject still it took me a considerable amount of googling, some experimenting and couple of Wireshark sessions to [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/03/ssh-tunneling-explained.html/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Apache Thrift Quickstart Tutorial</title><link>http://www.javacodegeeks.com/2012/03/apache-thrift-quickstart-tutorial.html</link> <comments>http://www.javacodegeeks.com/2012/03/apache-thrift-quickstart-tutorial.html#comments</comments> <pubDate>Wed, 14 Mar 2012 01:34:00 +0000</pubDate> <dc:creator>Buddhika Chamith</dc:creator> <category><![CDATA[Enterprise Java]]></category> <category><![CDATA[Apache Thrift]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/2012/10/apache-thrift-quickstart-tutorial.html</guid> <description><![CDATA[Thrift is a cross language RPC framework initially developed at Facebook, now open sourced as an Apache project. This post will describe how to write a thrift service and client in different modes such as blocking, non blocking and asynchronous. (I felt latter two modes are less documented and needed some tutorial type introduction, hence [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/03/apache-thrift-quickstart-tutorial.html/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/8 queries in 0.006 seconds using apc
Object Caching 1143/1225 objects using apc
Content Delivery Network via jcg.javacodegeeks.netdna-cdn.com

Served from: www.javacodegeeks.com @ 2013-06-19 14:53:49 -->