<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title></title>
	<atom:link href="https://adij.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://adij.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 02 Apr 2013 19:57:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='adij.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>https://s0.wp.com/i/buttonw-com.png</url>
		<title></title>
		<link>https://adij.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="https://adij.wordpress.com/osd.xml" title="" />
	<atom:link rel='hub' href='https://adij.wordpress.com/?pushpress=hub'/>
	<item>
		<title>Perks of learning JavaScript or a new language</title>
		<link>https://adij.wordpress.com/2013/03/29/perks-of-learning-js/</link>
					<comments>https://adij.wordpress.com/2013/03/29/perks-of-learning-js/#respond</comments>
		
		<dc:creator><![CDATA[Adi]]></dc:creator>
		<pubDate>Fri, 29 Mar 2013 22:36:08 +0000</pubDate>
				<category><![CDATA[JavaScript]]></category>
		<guid isPermaLink="false">http://adij.wordpress.com/?p=73</guid>

					<description><![CDATA[For 9 years, I wrote majority of my professional code in Java. I still do. For last one year I wrote lot of JavaScript. Learning new language gave me different experience and perspective. I am not expert in JS. In fact, I hesitate to call myself  average. So take any advice in the post with [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>For 9 years, I wrote majority of my professional code in Java. I still do. For last one year I wrote lot of JavaScript. Learning new language gave me different experience and perspective. I am not expert in JS. In fact, I hesitate to call myself  average. So take any advice in the post with grain of salt.</p>
<p><strong>Initial fear</strong></p>
<p>I poked at JS several times. The absence of static feedback while writing code scared me. I never thought about it while writing SQL, XSLTs etc. In college, I didn&#8217;t know what eclipse is. I was happily using Turbo C Editor. I was just biased without getting my feet wet in JS.</p>
<p>Change the code and refresh the browser, you got your output and errors. The results are quick. After getting used to this, I don&#8217;t miss static typing, and any IDE.</p>
<p><strong>How I Learned?</strong></p>
<ul>
<li><span style="line-height:15px;"><a title="Crockford on JS" href="http://yuiblog.com/crockford/">Crockford on JS</a> and other videos</span></li>
<li>Codecademy</li>
<li><a title="Mozilla Guide" href="https://developer.mozilla.org/en-US/docs/JavaScript/Guide">Mozilla Guide</a></li>
<li><a href="http://www.manning.com/resig/">Secrets of the Ninja</a></li>
<li>Other blogs</li>
<li>Recently I came across <a href="http://superherojs.com/">Superhero.js</a></li>
<li>For code quality and practices. I used underscore.js and some other JS projects on github as reference</li>
</ul>
<p><strong>Some thoughts and advice</strong></p>
<ul>
<li>Learning new language introduces you  to new concepts. In this case ,I got my hands on concepts like functions, closures, lambdas, and prototypal  inheritance. It also encouraged me to try Scala.</li>
<li>Learning JS is not sufficient for web development. Know CSS and cross browser incompatibilities.It saves you lot of time.</li>
<li>Some of the best practices of coding in Java applies here too. For example, Single responsibility principle. Don&#8217;t cram all the code in single function. Learn from frameworks like Backbone. Explore the other best practices of the language.</li>
<li>Like in Java world, there are frameworks here too. For example, underscore, jquery etc can be considered as equivalent of guava or apache commons. Use them, rather than write your own utilities.</li>
<li>You can be productive in different ways. For  example, I had to develop UI  using REST api which is under development. I used node and express js to simulate the REST api, which is damn easy. I am not saying you should learn node and express just for this scenario. If you learn new language, your alternatives will grow.</li>
<li>Practice what you read. I have to tell this to myself over the years, several times. I made the mistake with other languages like Groovy, Python etc. I just read the books and didn&#8217;t write much code. Implementing a project changes everything.</li>
<li>Finally, don&#8217;t worry about whether you will be as good as your primary language. Probably you won&#8217;t. But does it matter when the journey itself is fulfilling?</li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://adij.wordpress.com/2013/03/29/perks-of-learning-js/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://1.gravatar.com/avatar/d6e79825e2aa4b54491d09add9e3335eceac531b3dab5646895a55cbd19691ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Adi</media:title>
		</media:content>
	</item>
		<item>
		<title>Spring security, DWR and session time out</title>
		<link>https://adij.wordpress.com/2009/12/02/spring-security-dwr-and-session-time-out/</link>
					<comments>https://adij.wordpress.com/2009/12/02/spring-security-dwr-and-session-time-out/#comments</comments>
		
		<dc:creator><![CDATA[Adi]]></dc:creator>
		<pubDate>Wed, 02 Dec 2009 05:51:32 +0000</pubDate>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Spring Security]]></category>
		<guid isPermaLink="false">http://adij.wordpress.com/?p=62</guid>

					<description><![CDATA[In AJAX applications, using Spring security, handling session time out is a bit tricky. The problem is summarized here. Fortunately with DWR it is easy. DWR provides a way to handle errors, exceptions etc globally. Check  more on this here . As mentioned in the doc, you can use &#8216;textHtmlHandler&#8217; to handle session time out. [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In AJAX applications, using Spring security, handling session time out is a bit tricky. The problem is summarized <a href="http://forum.springsource.org/showthread.php?t=39574">here</a>. Fortunately with DWR it is easy. DWR provides a way to handle errors, exceptions etc globally. Check  more on this <a href="http://forum.springsource.org/showthread.php?t=39574">here </a>. As mentioned in the doc, you can use &#8216;textHtmlHandler&#8217; to handle session time out. Here is the snippet,</p>
<p>dwr.engine.setTextHtmlHandler(function() {</p>
<div id="_mcePaste">//If the current page is secure, Spring security redirects you to login page</div>
<div>document.location.reload(true);</div>
<div>//Or you can set the document.location to your login page.</div>
<div id="_mcePaste">})</div>
]]></content:encoded>
					
					<wfw:commentRss>https://adij.wordpress.com/2009/12/02/spring-security-dwr-and-session-time-out/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		
		<media:content url="https://1.gravatar.com/avatar/d6e79825e2aa4b54491d09add9e3335eceac531b3dab5646895a55cbd19691ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Adi</media:title>
		</media:content>
	</item>
		<item>
		<title>PL/SQL function to claculate minutes overlap</title>
		<link>https://adij.wordpress.com/2009/11/26/plsql-function-to-claculate-minutes-overlap/</link>
					<comments>https://adij.wordpress.com/2009/11/26/plsql-function-to-claculate-minutes-overlap/#respond</comments>
		
		<dc:creator><![CDATA[Adi]]></dc:creator>
		<pubDate>Thu, 26 Nov 2009 09:25:30 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://adij.wordpress.com/?p=56</guid>

					<description><![CDATA[I am not good at PL/SQL, I wrote a function which gives minutes overlap between two date ranges. Can this be enhanced further? Are there any function libraries available for date time calculations? CREATE FUNCTION DATETIME_RANGE_OVERLAP_MINS(startDate1 TIMESTAMP, endDate1 TIMESTAMP , startDate2 TIMESTAMP ,endDate2 TIMESTAMP ) RETURN NUMBER IS overlapMins NUMBER:=0; startDateMax TIMESTAMP; endDateMin TIMESTAMP; BEGIN [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I am not good at PL/SQL, I wrote a function which gives minutes overlap between two date ranges. Can this be enhanced further? Are there any function libraries available for date time calculations?</p>
<p><code><br />
CREATE  FUNCTION DATETIME_RANGE_OVERLAP_MINS(startDate1 TIMESTAMP, endDate1 TIMESTAMP ,<br />
startDate2 TIMESTAMP ,endDate2 TIMESTAMP )<br />
RETURN NUMBER IS<br />
overlapMins NUMBER:=0;<br />
startDateMax TIMESTAMP;<br />
endDateMin TIMESTAMP;<br />
BEGIN<br />
IF ( startDate1 &gt; endDate2  OR   endDate1 &lt; startDate2)  THEN<br />
--No overlap<br />
return overlapMins;<br />
END IF;<br />
</code>&#8211;Find maximum of two start dates<br />
startDateMax:=startDate2;<br />
IF startDate1&gt;startDate2 THEN<br />
startDateMax:=startDate1;<br />
END IF;</p>
<p>&#8211;Find minimum of two end dates</p>
<p><code>endDateMin:=endDate2;<br />
IF endDate1<br />
endDateMin:=endDate1;<br />
END IF;</code></p>
<p><code> </code></p>
<p><code>--We will get overlap in days. Convert it to minutes.</code></p>
<p><code>overlapMins:=ROUND( TO_NUMBER( CAST(endDateMin AS DATE) - CAST(startDateMax AS DATE)) * 1440) ;</code></p>
<p><code>return overlapMins;</p>
<p>END;</p>
<p></code></p>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://adij.wordpress.com/2009/11/26/plsql-function-to-claculate-minutes-overlap/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://1.gravatar.com/avatar/d6e79825e2aa4b54491d09add9e3335eceac531b3dab5646895a55cbd19691ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Adi</media:title>
		</media:content>
	</item>
		<item>
		<title>GWT 1.5 Milestone 1 available</title>
		<link>https://adij.wordpress.com/2008/03/07/gwt-15-milestone-1-available/</link>
					<comments>https://adij.wordpress.com/2008/03/07/gwt-15-milestone-1-available/#respond</comments>
		
		<dc:creator><![CDATA[Adi]]></dc:creator>
		<pubDate>Fri, 07 Mar 2008 05:20:34 +0000</pubDate>
				<category><![CDATA[GWT]]></category>
		<guid isPermaLink="false">http://adij.wordpress.com/?p=51</guid>

					<description><![CDATA[GWT 1.5 Milestone 1 is available now. Check here for more. Now it supports Java 1.5 syntax fully. Wow right? Congrats and Thank you GWT team for the great job.]]></description>
										<content:encoded><![CDATA[<p>GWT 1.5 Milestone 1 is available now. Check here for <a href="http://groups.google.com/group/Google-Web-Toolkit-Contributors/browse_thread/thread/a29d3cad41851250">more</a>. Now it supports Java 1.5 syntax fully. Wow right? Congrats and Thank you GWT team for the great job.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://adij.wordpress.com/2008/03/07/gwt-15-milestone-1-available/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://1.gravatar.com/avatar/d6e79825e2aa4b54491d09add9e3335eceac531b3dab5646895a55cbd19691ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Adi</media:title>
		</media:content>
	</item>
		<item>
		<title>Pramati @ Sun Tech Days 2008, Hyderabad</title>
		<link>https://adij.wordpress.com/2008/02/24/pramati-sun-tech-days-2008-hyderabad/</link>
					<comments>https://adij.wordpress.com/2008/02/24/pramati-sun-tech-days-2008-hyderabad/#comments</comments>
		
		<dc:creator><![CDATA[Adi]]></dc:creator>
		<pubDate>Sun, 24 Feb 2008 16:28:33 +0000</pubDate>
				<category><![CDATA[Hyderabad]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Pramati]]></category>
		<category><![CDATA[Sun Tech Days]]></category>
		<category><![CDATA[JEE]]></category>
		<guid isPermaLink="false">http://adij.wordpress.com/?p=50</guid>

					<description><![CDATA[Sun Tech Days will be back in Hyderabad from 27th Feb at the same venue as last time. It&#8217;s been 1 year since my first attendance at Sun Tech Days. It was a good experience and exposure. This time it will be special for me.Pramati got power slot session on 28th of Feb from 4-30 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Sun Tech Days will be back in Hyderabad from 27th Feb at the same <a href="http://www.sercononline.com/suntechdays08/home.htm">venue </a>as last time. It&#8217;s been 1 year since my first attendance at Sun Tech Days. It was a good <a href="https://adij.wordpress.com/2007/02/22/sun-tech-days-2007-hyderabad/">experience</a> and exposure.<br />
This time it will be special for me.<a href="http://pramati.com/index.jsp">Pramati </a> got <a href="http://www.sercononline.com/suntechdays08/agenda.htm">power slot session</a> on 28th of Feb from 4-30 to 4-50 Pm, on <b>&#8216;<i>Alternate HotSwap for Java EE Applications</i></b>&#8216;. So be there and you will enjoy it.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://adij.wordpress.com/2008/02/24/pramati-sun-tech-days-2008-hyderabad/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		
		<media:content url="https://1.gravatar.com/avatar/d6e79825e2aa4b54491d09add9e3335eceac531b3dab5646895a55cbd19691ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Adi</media:title>
		</media:content>
	</item>
		<item>
		<title>Acegi internationalization for apps without Spring DispatcherServlet</title>
		<link>https://adij.wordpress.com/2008/02/18/acegi-internationalization-for-apps-without-spring-dispatcherservlet/</link>
					<comments>https://adij.wordpress.com/2008/02/18/acegi-internationalization-for-apps-without-spring-dispatcherservlet/#comments</comments>
		
		<dc:creator><![CDATA[Adi]]></dc:creator>
		<pubDate>Mon, 18 Feb 2008 15:29:16 +0000</pubDate>
				<category><![CDATA[Acegi]]></category>
		<category><![CDATA[Spring]]></category>
		<guid isPermaLink="false">http://adij.wordpress.com/?p=49</guid>

					<description><![CDATA[Acegi by default provides i18n support(For version 1.0.5, it supports Chinese,French, German and English). Unlike specified in the documentation(please read this before reading this post), you don&#8217;t need to specify explicit message source, unless you have existing MessageSource defined with id &#8216;messageSource&#8217; or you need support for additional languages or both, in which case you [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="http://www.acegisecurity.org/">Acegi</a> by default provides i18n support(For version 1.0.5, it supports Chinese,French, German and English). Unlike specified in the documentation(please read <a href="http://www.acegisecurity.org/guide/springsecurity.html#localization">this </a>before reading this post),  you don&#8217;t need to specify explicit message source, unless  you have existing <a href="http://static.springframework.org/spring/docs/2.0.x/api/org/springframework/context/MessageSource.html">MessageSource </a>defined with id &#8216;messageSource&#8217; or you need support for additional languages or both, in which case  you need to copy acegi related keys from  acegis  files(which can be found under org.acegisecurity package) to your respective message bundles. AcegiMessageSource takes care of language bundles provided by default.</p>
<p>If you don&#8217;t provide message source, acegi classes use <a href="http://www.acegisecurity.org/acegi-security/apidocs/org/acegisecurity/AcegiMessageSource.html">AcegiMessageSource </a>through <a href="http://static.springframework.org/spring/docs/1.1.5/api/org/springframework/context/support/MessageSourceAccessor.html">MessageSourceAccessor</a>(Helper class which wraps MessageSource and provides overloaded getMessage methods). If you call one of the getMessage() method on MessageSourceAccessor with out Locale as argument, it tries to get message in default locale provided to it. If default locale is not set, then it tries to get Locale from <a href="http://static.springframework.org/spring/docs/2.0.x/api/org/springframework/context/i18n/LocaleContextHolder.html">LocaleContextHolder</a>. But who sets Locale to the LocaleContextHolder? If you are using Spring <a href="http://static.springframework.org/spring/docs/2.0.x/api/org/springframework/web/servlet/DispatcherServlet.html">DispatcherServlet </a>for your requests,a <a href="http://static.springframework.org/spring/docs/2.0.x/api/org/springframework/web/servlet/LocaleResolver.html">LocaleResolver </a>will do the job for you. For other apps you need to do this before authentication processing filters(For example, <a href="http://www.acegisecurity.org/acegi-security/apidocs/org/acegisecurity/ui/webapp/AuthenticationProcessingFilter.html">AuthenticationProcessingFilter</a>) kicks in. Otherwise i18n won&#8217;t work.</p>
<p>In summary, you need to set the Locale to LocaleContextHolder, for apps not using DispatcherServlet, for Acegi&#8217;s localization to work. Let me know, if there are any workarounds or I am missing something here.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://adij.wordpress.com/2008/02/18/acegi-internationalization-for-apps-without-spring-dispatcherservlet/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		
		<media:content url="https://1.gravatar.com/avatar/d6e79825e2aa4b54491d09add9e3335eceac531b3dab5646895a55cbd19691ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Adi</media:title>
		</media:content>
	</item>
		<item>
		<title>GWT4NB:Introduction to the Google Web Toolkit Framework</title>
		<link>https://adij.wordpress.com/2008/02/07/gwt4nbintroduction-to-the-google-web-toolkit-framework/</link>
					<comments>https://adij.wordpress.com/2008/02/07/gwt4nbintroduction-to-the-google-web-toolkit-framework/#respond</comments>
		
		<dc:creator><![CDATA[Adi]]></dc:creator>
		<pubDate>Thu, 07 Feb 2008 05:32:02 +0000</pubDate>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[GWT]]></category>
		<category><![CDATA[NetBeans]]></category>
		<guid isPermaLink="false">http://adij.wordpress.com/?p=46</guid>

					<description><![CDATA[GWT4NB is the GWT plugin for Netbeans. Check the article here to get started.It looks neat and really help full for the starters. If you are Eclipse user, like me, you can check, Cypal Studio and GWT Designer. GWT Designer is commercial and it got graphical editor, have features like previews, drag and drop (Both [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>GWT4NB is the GWT plugin for Netbeans. Check the article <a href="http://www.netbeans.org/kb/60/web/quickstart-webapps-gwt.html">here </a>to get started.It looks neat and really help full for the starters. If you are Eclipse user, like me, you can check,<a href="http://www.cypal.in/studio"> Cypal Studio</a> and <a href="http://www.instantiations.com/gwtdesigner/index.html">GWT Designer</a>. GWT Designer is commercial and it got graphical editor, have features like  previews, drag and drop (Both features are very useful for prototyping, can not rely on it for production) . Try the trail version before going to buy the license. For me, Cypal Studio, is more than enough to get the job done.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://adij.wordpress.com/2008/02/07/gwt4nbintroduction-to-the-google-web-toolkit-framework/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://1.gravatar.com/avatar/d6e79825e2aa4b54491d09add9e3335eceac531b3dab5646895a55cbd19691ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Adi</media:title>
		</media:content>
	</item>
		<item>
		<title>javacio.us:Finding Jar file containing a Class made easy</title>
		<link>https://adij.wordpress.com/2007/12/17/javaciousfinding-jar-file-containing-a-class-made-easy/</link>
					<comments>https://adij.wordpress.com/2007/12/17/javaciousfinding-jar-file-containing-a-class-made-easy/#comments</comments>
		
		<dc:creator><![CDATA[Adi]]></dc:creator>
		<pubDate>Mon, 17 Dec 2007 14:26:31 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[tools]]></category>
		<guid isPermaLink="false">http://adij.wordpress.com/2007/12/17/javaciousfinding-jar-file-containing-a-class-made-easy/</guid>

					<description><![CDATA[Often you encounter ClassNotFoundException. Most of the times, just looking at the stack trace will give you idea about which jar file you have to add to your build path. What if you can&#8217;t find?, check javacio.us. All you need to do it subscribe to their service though your Google account. They also provide other [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Often you encounter ClassNotFoundException. Most of the times, just looking at the stack trace will give  you idea about which jar file you have to add  to your build path. What if you can&#8217;t find?, check <a href="http://javacio.us/">javacio.us</a>. All you need to do it subscribe to their service though your Google account. They also provide other Java related links on top of your Google search. But I think finding jar files is the most interesting feature and it came to my rescue couple of times. Check more about it <a href="http://javacio.us/about">here</a>.(If you like these kind of tools, also check <a href="https://adij.wordpress.com/2007/03/06/gotapicom-for-fast-api-search/">GotAPI</a>).</p>
]]></content:encoded>
					
					<wfw:commentRss>https://adij.wordpress.com/2007/12/17/javaciousfinding-jar-file-containing-a-class-made-easy/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		
		<media:content url="https://1.gravatar.com/avatar/d6e79825e2aa4b54491d09add9e3335eceac531b3dab5646895a55cbd19691ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Adi</media:title>
		</media:content>
	</item>
		<item>
		<title>Top Ten Obscure but Useful Java Open Source Projects</title>
		<link>https://adij.wordpress.com/2007/12/08/top-ten-obscure-but-useful-java-open-source-projects/</link>
					<comments>https://adij.wordpress.com/2007/12/08/top-ten-obscure-but-useful-java-open-source-projects/#respond</comments>
		
		<dc:creator><![CDATA[Adi]]></dc:creator>
		<pubDate>Sat, 08 Dec 2007 10:51:46 +0000</pubDate>
				<category><![CDATA[GWT]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[opensource]]></category>
		<guid isPermaLink="false">http://adij.wordpress.com/2007/12/08/top-ten-obscure-but-useful-java-open-source-projects/</guid>

					<description><![CDATA[I came across this article on top ten obscure but useful Java Open Source projects. Along with the project listing, they article also describes why it is useful. Read the article here. It is good to find Queplix there. It is open source, customer care application, which leverages GWT for UI. They did a fantastic [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I came across this article on top ten obscure but useful Java Open Source projects.   Along with the project listing, they article also describes why it is useful. Read the article <a href="http://www.manageability.org/blog/stuff/top-ten-truly-obscure-java-projects-2007">here</a>.</p>
<p>It is good to find <a href="http://www.queplix.com/">Queplix </a>there. It is open source, customer care application, which leverages GWT for UI. They did  a fantastic job although I feel that the UI transition is not really smooth.Check their demo <a href="http://demo.queplix.com:8080/">here</a>. The user name and password for the demo is &#8216;demo&#8217;.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://adij.wordpress.com/2007/12/08/top-ten-obscure-but-useful-java-open-source-projects/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://1.gravatar.com/avatar/d6e79825e2aa4b54491d09add9e3335eceac531b3dab5646895a55cbd19691ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Adi</media:title>
		</media:content>
	</item>
		<item>
		<title>Bubble 2.0</title>
		<link>https://adij.wordpress.com/2007/12/05/bubble-20/</link>
					<comments>https://adij.wordpress.com/2007/12/05/bubble-20/#respond</comments>
		
		<dc:creator><![CDATA[Adi]]></dc:creator>
		<pubDate>Wed, 05 Dec 2007 14:55:18 +0000</pubDate>
				<category><![CDATA[video]]></category>
		<guid isPermaLink="false">http://adij.wordpress.com/2007/12/05/bubble-20/</guid>

					<description><![CDATA[Absolutely hilarious]]></description>
										<content:encoded><![CDATA[<p>Absolutely hilarious<br />
<iframe class="youtube-player" width="640" height="360" src="https://www.youtube.com/embed/fi4fzvQ6I-o?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en&#038;autohide=2&#038;wmode=transparent" allowfullscreen="true" style="border:0;" sandbox="allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox"></iframe></p>
]]></content:encoded>
					
					<wfw:commentRss>https://adij.wordpress.com/2007/12/05/bubble-20/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://1.gravatar.com/avatar/d6e79825e2aa4b54491d09add9e3335eceac531b3dab5646895a55cbd19691ed?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Adi</media:title>
		</media:content>
	</item>
	</channel>
</rss>
