<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-us">
  <title type="text">Tiki RSS feed for articles</title>
  <subtitle type="text">Last articles.</subtitle>
  <logo>http://www.ancitconsulting.com/img/tiki/Tiki_WCG.png</logo>
  <updated>2012-05-19T03:18:00+00:00</updated>
  <generator uri="http://framework.zend.com" version="1.10.8">Zend_Feed_Writer</generator>
  <link rel="alternate" type="text/html" href="http://www.ancitconsulting.com/"/>
  <link rel="self" type="application/atom+xml" href="http://www.ancitconsulting.com/tiki-articles_rss.php?ver=5"/>
  <id>http://www.ancitconsulting.com/</id>
  <author>
    <name>Annamalai</name>
    <email>annamalai@ancitconsulting.com</email>
  </author>
  <entry>
    <title type="html"><![CDATA[Eclipse Demo Camp is back in Town]]></title>
    <summary type="html"><![CDATA[Bi Yearly Event of Eclipse Foundation, the Eclipse Demo Camp is happening world wide this June 2012 to commemoration of Juno Release, the Next Simultaneous Release Train of Eclipse. Join the Show in Bangalore too. Register at the earliest to avoid disappointment as the Seats are Limited !!<br />
]]></summary>
    <published>2012-05-02T08:18:00+00:00</published>
    <updated>2012-05-02T08:18:00+00:00</updated>
    <link rel="alternate" type="text/html" href="http://www.ancitconsulting.com/tiki-read_article.php?articleId=21"/>
    <id>http://www.ancitconsulting.com/tiki-read_article.php?articleId=21</id>
    <author>
      <name>admin</name>
    </author>
  </entry>
  <entry>
    <title type="html"><![CDATA[Handling Images in ObservableMapLabelProvider]]></title>
    <summary type="html"><![CDATA[Having written 2 articles on JFace Databinding, showcasing<br />
Filling TableViewer with 1 Column<br />
Updation of Text Box based on selection in TableViewer and viceversa<br />
<br />
The next question arising was how do i handle Images in my LabelProvider as these LabelProviders are not mine.<br />
]]></summary>
    <published>2012-04-06T03:10:00+00:00</published>
    <updated>2012-04-06T03:10:00+00:00</updated>
    <link rel="alternate" type="text/html" href="http://www.ancitconsulting.com/tiki-read_article.php?articleId=19"/>
    <id>http://www.ancitconsulting.com/tiki-read_article.php?articleId=19</id>
    <author>
      <name>admin</name>
    </author>
  </entry>
  <entry>
    <title type="html"><![CDATA[Eclipse Databinding - Part 2 using Window Builder]]></title>
    <summary type="html"><![CDATA[This article explains Example 2 of JFace Databinding Series wherein we connect the ListViewer Selection to update a Text Box. Any modification on the TextBox also would refresh the ListViewer.<br />
<br />
For those who havent read Part 1, please <a class="wiki external" target="_blank" href="http://ancitconsulting.com/tiki-read_article.php?articleId=15" rel="external nofollow">Click Here</a><img src="img/icons/external_link.gif" alt="(external link)" width="15" height="14" style="border: none" title="(external link)" class="icon" /><br />
<br />
]]></summary>
    <published>2012-03-30T04:18:00+00:00</published>
    <updated>2012-03-30T04:18:00+00:00</updated>
    <link rel="alternate" type="text/html" href="http://www.ancitconsulting.com/tiki-read_article.php?articleId=18"/>
    <id>http://www.ancitconsulting.com/tiki-read_article.php?articleId=18</id>
    <author>
      <name>admin</name>
    </author>
  </entry>
  <entry>
    <title type="html"><![CDATA[Customised EMF Model Comparison Algorithm ]]></title>
    <summary type="html"><![CDATA[Requirement was similar to the one documented by Jorge Manrubia in this Blog <a class="wiki external" target="_blank" href="http://jorgemanrubia.net/2008/07/06/comparing-emf-models/" rel="external nofollow">"Comparing EMF Models"</a><img src="img/icons/external_link.gif" alt="(external link)" width="15" height="14" style="border: none" title="(external link)" class="icon" /> Post transformation, we need to validate if the 2 models are still the same. No value has been missed out.<br />
<br />
We did attempt to use EMF Compare as documented by JorgeManrubia also. But 1 of our usecases were to handle unordered list whereas EMF Compare Project treated the lists as Ordered List. This if i am not wrong was because somewhere internally even EMF Compare project used the EcoreUtil.compare().<br />
<br />
Therefore i started my work based on the solution given by JorgeManrubia and then further extended by Fabian. As i started using it, realised we had attributes that we were not interested in comparing for e.g. timestamp, objectid etc. We also had some features that werent initialised and therefore compare was failing due to that. We also had complex references that were leading to recursive comparison of the objects and getting into endless loops.<br />
]]></summary>
    <published>2012-03-24T17:18:00+00:00</published>
    <updated>2012-03-24T17:18:00+00:00</updated>
    <link rel="alternate" type="text/html" href="http://www.ancitconsulting.com/tiki-read_article.php?articleId=17"/>
    <id>http://www.ancitconsulting.com/tiki-read_article.php?articleId=17</id>
    <author>
      <name>admin</name>
    </author>
  </entry>
  <entry>
    <title type="html"><![CDATA[A Complete GEF Example - Outcome of my proposed ebook]]></title>
    <summary type="html"><![CDATA[This is part of the Google Enabler Series that i am currently working on. Realised that there isnt a good set of Complete GEF Example Set available online covering the width of GEF. This is a complete GEF Example with printing, exporting solutions also included.<br />
]]></summary>
    <published>2012-03-20T18:02:00+00:00</published>
    <updated>2012-03-20T18:02:00+00:00</updated>
    <link rel="alternate" type="text/html" href="http://www.ancitconsulting.com/tiki-read_article.php?articleId=16"/>
    <id>http://www.ancitconsulting.com/tiki-read_article.php?articleId=16</id>
    <author>
      <name>admin</name>
    </author>
  </entry>
  <entry>
    <title type="html"><![CDATA[Eclipse Databinding - Part 1 using Window Builder]]></title>
    <summary type="html"><![CDATA[This Articles talks about Introduction to JFace Databinding using Window Builder, a GUI Builder from Google (Instantiations).<br />
<br />
Herein we have created an Eclipse View containing a List Viewer and display a List of Bills.<br />
]]></summary>
    <published>2012-03-15T14:48:00+00:00</published>
    <updated>2012-03-15T14:48:00+00:00</updated>
    <link rel="alternate" type="text/html" href="http://www.ancitconsulting.com/tiki-read_article.php?articleId=15"/>
    <id>http://www.ancitconsulting.com/tiki-read_article.php?articleId=15</id>
    <author>
      <name>admin</name>
    </author>
  </entry>
  <entry>
    <title type="html"><![CDATA[Eclipse in Pics]]></title>
    <summary type="html"><![CDATA[Eclipse in Pics, a long pending series always in my thots, took time to visualise.<br />
Pictures talk more than words ... This is an attempt to pictorial represent all the eclipse concepts.<br />
]]></summary>
    <published>2012-03-13T18:20:00+00:00</published>
    <updated>2012-03-13T18:20:00+00:00</updated>
    <link rel="alternate" type="text/html" href="http://www.ancitconsulting.com/tiki-read_article.php?articleId=14"/>
    <id>http://www.ancitconsulting.com/tiki-read_article.php?articleId=14</id>
    <author>
      <name>admin</name>
    </author>
  </entry>
  <entry>
    <title type="html"><![CDATA[Eclipse Spykit v1.0 Available]]></title>
    <summary type="html"><![CDATA[Eclipse Spykit V1.0 is available for download with 3 Features.<br />
1. Active Plugins View + Loaded Classes View<br />
2. Startup Analysis Chart View<br />
3. Snapshot View<br />
]]></summary>
    <published>2012-02-14T18:46:00+00:00</published>
    <updated>2012-02-14T18:46:00+00:00</updated>
    <link rel="alternate" type="text/html" href="http://www.ancitconsulting.com/tiki-read_article.php?articleId=13"/>
    <id>http://www.ancitconsulting.com/tiki-read_article.php?articleId=13</id>
    <author>
      <name>admin</name>
    </author>
  </entry>
  <entry>
    <title type="html"><![CDATA[Type Hierarchy Representation Graphically thru Zest]]></title>
    <summary type="html"><![CDATA[Type Hierarchy View is a Tree Structure, but sometimes a Graphical representation of a view is quickly understood when compared to a Tree Hierarchy. This article reviews a plugin developed by Paul B and published on his blog <a class="wiki external" target="_blank" href="http://pbwhiteboard.blogspot.com/2010/12/zest-type-hierarchy-view.html" rel="external nofollow">Paul B's Eclipse Whiteboard</a><img src="img/icons/external_link.gif" alt="(external link)" width="15" height="14" style="border: none" title="(external link)" class="icon" /><br />
]]></summary>
    <published>2012-01-02T12:03:00+00:00</published>
    <updated>2012-01-02T12:03:00+00:00</updated>
    <link rel="alternate" type="text/html" href="http://www.ancitconsulting.com/tiki-read_article.php?articleId=12"/>
    <id>http://www.ancitconsulting.com/tiki-read_article.php?articleId=12</id>
    <author>
      <name>admin</name>
    </author>
  </entry>
  <entry>
    <title type="html"><![CDATA[Effect on a Tree with and without SWT.FULL_SELECTION Style]]></title>
    <summary type="html"><![CDATA[EUREKA EUREKA, This is an accidental finding.<br />
<br />
Tree when it was showing 1 column, it was showing the Hierarchy Lines suddenly the same went invisible when we made a Tree with multi column.This article documents the solution for the above problem.<br />
]]></summary>
    <published>2011-12-16T09:40:00+00:00</published>
    <updated>2011-12-16T09:40:00+00:00</updated>
    <link rel="alternate" type="text/html" href="http://www.ancitconsulting.com/tiki-read_article.php?articleId=11"/>
    <id>http://www.ancitconsulting.com/tiki-read_article.php?articleId=11</id>
    <author>
      <name>admin</name>
    </author>
  </entry>
</feed>

