<?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>Gang-Stir &#124; reverselogic.info</title>
	<atom:link href="http://reverselogic.info/blogs/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://reverselogic.info/blogs</link>
	<description>Thought Positive at Work!</description>
	<lastBuildDate>Mon, 05 Dec 2011 18:00:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>DejaVu :  Web Services!</title>
		<link>http://reverselogic.info/blogs/?p=136</link>
		<comments>http://reverselogic.info/blogs/?p=136#comments</comments>
		<pubDate>Mon, 05 Dec 2011 18:00:48 +0000</pubDate>
		<dc:creator>coach</dc:creator>
				<category><![CDATA[application]]></category>
		<category><![CDATA[checkpoint]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[hands-on]]></category>
		<category><![CDATA[oo]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://reverselogic.info/blogs/?p=136</guid>
		<description><![CDATA[For the un-initiated, I am working on my lesser liked topics in the programming world, JS and WS! I had recently started appreciating the WS without XML/Annotations a few weeks back, but to my surprise, the XFire implementation is no more supported in Spring 3.x hence I had to fall back on XML and Annotations. [&#8230;] <a class="more-link" href="http://reverselogic.info/blogs/?p=136">&#8595; Read the rest of this entry...</a>]]></description>
			<content:encoded><![CDATA[<p>For the un-initiated, I am working on my lesser liked topics in the programming world, JS and WS!</p>
<p>I had recently started appreciating the WS without XML/Annotations a few weeks back, but to my surprise, the XFire implementation is no more supported in Spring 3.x hence I had to fall back on XML and Annotations.</p>
<p>I could come up with a working example of contract first WS development from <a title="Apache CXF Spring Maven" href="http://www.jroller.com/gmazza/entry/web_service_tutorial">here</a>, and I was happy to see things working as expected, except for the inherent pain of seeing and using XML/Annotations.</p>
<p>This made me re-visit my understanding of whether to use java-first or wsdl-first approach for development.</p>
<p>I was initially a supporter of java-first simply due to my dis-liking for XML, now it seems a wsdl-first approach can keep the concentration of implementation towards the data structure of the messages that go to-and-fro.</p>
<p>That said, if I develop a java-first implementation, and give the 3rd party implementation team the link to the wsdl, does the 3rd party implementor stand to loose anything?</p>
<p>Either way&#8217;s even if they are using something other than java to consume the services, they have to wrap the response as per their conveneince, the only tradeoff that I seem to have is the structure of the wsdl message is not the fundamental change item, but the java method arguments become the items that define/control the change.</p>
<p>The only flexibility that I might be loosing here is the power of functional programming language, as-in imagine if a functional programmer implements a wsdl as per my current understanding, I question, does that programmers changing of the wsdl based on the arguments that come and go, affect(ease/pains) my implementation?</p>
<p>To conclude, do I stand to loose anything if I *still* go the java-first implementation way?</p>
<p>Your thoughts?</p>
<p>~rohit.</p>
]]></content:encoded>
			<wfw:commentRss>http://reverselogic.info/blogs/?feed=rss2&#038;p=136</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>android:</title>
		<link>http://reverselogic.info/blogs/?p=128</link>
		<comments>http://reverselogic.info/blogs/?p=128#comments</comments>
		<pubDate>Mon, 14 Nov 2011 20:06:09 +0000</pubDate>
		<dc:creator>Harsh Rai</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://reverselogic.info/blogs/?p=128</guid>
		<description><![CDATA[Gang! Welcome to the world of Mobility ~ here also we&#8217;ve something great called &#8216;JAVA&#8217; so let&#8217;s get started with basics of Android platform for cell phones&#8230;&#8230;.! So , First thing to be ask for ? What is Android ? Android is a software stack for mobile devices&#8230;.. that includes an operating system, middleware and [&#8230;] <a class="more-link" href="http://reverselogic.info/blogs/?p=128">&#8595; Read the rest of this entry...</a>]]></description>
			<content:encoded><![CDATA[<p>Gang! Welcome to the world of Mobility ~ here also we&#8217;ve something great called &#8216;JAVA&#8217; so let&#8217;s get started with basics of Android platform for cell phones&#8230;&#8230;.! So <img src='http://reverselogic.info/blogs/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> , First thing to be ask for ? <strong>What is Android ?</strong></p>
<p>Android is a software stack for mobile devices&#8230;.. that includes an operating system, middleware and key applications. The Android SDK provides the tools and APIs necessary to begin developing applications on the Android platform using the Java programming language.</p>
<p>FYI: We&#8217;ll have posts on Android SDK and ENV. setup later&#8230;!</p>
<p>And now what is the &#8230;..? <strong>Android Application Fundamentals :</strong></p>
<p>Android applications are written in the Java programming language. The Android SDK tools compile the code—along with any data and resource files—into an <em>Android package</em>, an archive file with an <code>.apk</code> suffix. All the code in a single <code>.apk</code> file is considered to be one application and is the file that Android-powered devices use to install the application.</p>
<p>Once installed on a device, each Android application lives in its own security sandbox:</p>
<ul>
<li>The Android operating system is a multi-user Linux system in which each application is a different user.</li>
<li>By default, the system assigns each application a unique Linux user ID (the ID is used only by the system and is unknown to the application). The system sets permissions for all the files in an application so that only the user ID assigned to that application can access them.</li>
<li>Each process has its own virtual machine (VM), so an application&#8217;s code runs in isolation from other applications.</li>
<li>By default, every application runs in its own Linux process. Android starts the process when any of the application&#8217;s components need to be executed, then shuts down the process when it&#8217;s no longer needed or when the system must recover memory for other applications.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://reverselogic.info/blogs/?feed=rss2&#038;p=128</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Debugging JSP Request/Session Variable</title>
		<link>http://reverselogic.info/blogs/?p=115</link>
		<comments>http://reverselogic.info/blogs/?p=115#comments</comments>
		<pubDate>Fri, 04 Nov 2011 04:49:32 +0000</pubDate>
		<dc:creator>coach</dc:creator>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[hands-on]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://reverselogic.info/blogs/?p=115</guid>
		<description><![CDATA[Of all times debugging jsp code is the most challenging of all times to me that anything else. And for that, I came across the linked jsp and the following code snippet in the footer jsp of the application: keep the debug_session.jsp as per the path defined in the above snippet. To check all request [&#8230;] <a class="more-link" href="http://reverselogic.info/blogs/?p=115">&#8595; Read the rest of this entry...</a>]]></description>
			<content:encoded><![CDATA[<p>Of all times debugging jsp code is the most challenging of all times to me that anything else.</p>
<p>And for that, I came across the linked jsp and the following code snippet in the footer jsp of the application:</p>
<pre class="brush:java">
<c:if test="${not empty param.debug and param.debug == 'jsp'}">
      <%@include file="/WEB-INF/jsp/debug_session.jsp"%>
</c:if>
</pre>
<p>keep the debug_session.jsp as per the path defined in the above snippet.<br />
To check all request &amp; response variable while developing, just update the current url as:</p>
<pre class="brush: java">

http://localhost:8080/context-path/login.jsp?debug=jsp</pre>
<p>And you can easily check all variable without trying to search them in the request object on your IDE, while debugging!</p>
<p><b><a href="http://pastebin.com/F5CQHTUJ " title="Debug_Session.jsp">Here</a></b> is the debug_session.jsp</p>
<p>~rohit.</p>
]]></content:encoded>
			<wfw:commentRss>http://reverselogic.info/blogs/?feed=rss2&#038;p=115</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Requirements Tracking- Yet Another Format!</title>
		<link>http://reverselogic.info/blogs/?p=107</link>
		<comments>http://reverselogic.info/blogs/?p=107#comments</comments>
		<pubDate>Tue, 11 Oct 2011 18:10:23 +0000</pubDate>
		<dc:creator>coach</dc:creator>
				<category><![CDATA[agile]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[checkpoint]]></category>
		<category><![CDATA[hands-on]]></category>

		<guid isPermaLink="false">http://reverselogic.info/blogs/?p=107</guid>
		<description><![CDATA[Couple of days back at work, I got my first opportunity to document the requirements for a particular moderation flow.As a practice we document everything in microsoft project management tool(read: ms word). And the pain of tracking the changes, without review/comments is unacceptable! Hence with the motivation set in, this is the template that I [&#8230;] <a class="more-link" href="http://reverselogic.info/blogs/?p=107">&#8595; Read the rest of this entry...</a>]]></description>
			<content:encoded><![CDATA[<p>Couple of days back at work, I got my first opportunity to document the requirements for a particular moderation flow.As a practice we document everything in microsoft project management tool(read: ms word).</p>
<p>And the pain of tracking the changes, without review/comments is unacceptable!</p>
<p>Hence with the motivation set in, this is the template that I could come up after a *lot* of thinking:</p>
<table border="2" cellspacing="0">
<tbody>
<tr valign="bottom">
<td align="justify" width="68"><span style="font-family: Arial; font-size: x-small;"><strong>As a</strong></span></td>
<td align="justify" width="169"><span style="font-family: Arial; font-size: x-small;"><strong>I want to do …</strong></span></td>
<td align="justify" width="149"><span style="font-family: Arial; font-size: x-small;"><strong>So that&#8230;</strong></span></td>
<td align="justify" width="208"><span style="font-family: Arial; font-size: x-small;"><strong>Only If&#8230;</strong></span></td>
<td align="justify" width="208"><span style="font-family: Arial; font-size: x-small;"><strong>My action affects&#8230;</strong></span></td>
</tr>
</tbody>
</table>
<p>and here&#8217;s an instance of an entry derived from that template:</p>
<table border="2" cellspacing="0">
<tbody>
<tr valign="bottom">
<td align="justify" width="68"><span style="font-family: Arial; font-size: x-small;">moderator</span></td>
<td style="text-align: left;" align="justify" width="169"><span><span style="font-family: Arial; font-size: xx-small;">See new artefacts  entered by users</span></span></td>
<td style="text-align: left;" align="justify" width="149"><span style="font-family: Arial; font-size: x-small;">I can validate the contents.</span></td>
<td align="justify" width="208"><span style="font-family: Arial; font-size: x-small;">There are new artefacts available in the system.</span></td>
<td align="justify" width="208"><span style="font-family: Arial; font-size: x-small;">Displaying the artefacts with ability to go to next artefact and/or approve/disapprove them.</span></td>
</tr>
</tbody>
</table>
<p>I have modified the actual text that was prepared for generality and not keeping office work in public!</p>
<p>Incase you have not already guessed, this instance deals with <strong>viewing artefacts for moderation</strong>.</p>
<p>While preparing this template, I was not cent percent aware of the domain that I was dealing with and also, I was new to this module, maybe that can work in favour of most people in similar situation!</p>
<p>What do you think? Does this template gives you the ability to cover all/most scenarios in your development story?</p>
<p>Feedback welcome!</p>
<p>~rohit.</p>
]]></content:encoded>
			<wfw:commentRss>http://reverselogic.info/blogs/?feed=rss2&#038;p=107</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The social media thing!</title>
		<link>http://reverselogic.info/blogs/?p=92</link>
		<comments>http://reverselogic.info/blogs/?p=92#comments</comments>
		<pubDate>Fri, 05 Aug 2011 18:00:29 +0000</pubDate>
		<dc:creator>coach</dc:creator>
				<category><![CDATA[application]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[hands-on]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://reverselogic.info/blogs/?p=92</guid>
		<description><![CDATA[Recently at work, I was given the task of implementing social engagement buttons for the likes of Google +1, Twitter, Facebook, LinkedIn. And the successful implementaion was in two phases. The first phase: Installing/Configuring the scripts for inclusion and second was testing them out! Here comes the comparison of their usage: Ease of finding share [&#8230;] <a class="more-link" href="http://reverselogic.info/blogs/?p=92">&#8595; Read the rest of this entry...</a>]]></description>
			<content:encoded><![CDATA[<p>Recently at work, I was given the task of implementing social engagement buttons for the likes of Google +1, Twitter, Facebook, LinkedIn.</p>
<p>And the successful implementaion was in two phases.</p>
<p>The first phase: Installing/Configuring the scripts for inclusion and second was testing them out!</p>
<p>Here comes the comparison of their usage:</p>
<p><strong>Ease of finding share buttons.</strong></p>
<p>Here LinkedIN fared last(it took me some time to reach the actual page)), while facebook came second last(it was simply not intuitive to see what changes were getting affected) and google just beat twitter for better placement of the generated script.</p>
<p><span style="text-decoration: underline;">Basis</span>: Easy finding + Instant display of customization + Zero extra effort.</p>
<p><strong>Size of included JS</strong></p>
<p>Here FB was last with 100+KB of script, while other three were quite okay, seemingly under 29KB all three combined.</p>
<p><span style="text-decoration: underline;">Basis</span>: Don&#8217;t know why FB is pushing so much client side javascripts?</p>
<p><strong>Ease of understanding the tag&#8217;s</strong></p>
<p>Here the clear winner is twitter, as they simple do a script include and use an anchor tag! It can not get simpler than this. Google came second by making it complex by adding their own custom tag. FB was ugly, while LinkedIN was pathetic, as there was not handle that I could find in their code!</p>
<p><span style="text-decoration: underline;">Basis</span>:I am a non-UI guy, so and anchor tag + js include sounds like I am at home!</p>
<p><strong>Alignment on the UI</strong></p>
<p>Twitter and Google fared quite well here, as placing them in a span/div tag, did not distort their buttons, whle FB and LinkedIN folks seems to have done a sloppy job here. Try putting a div around them and you might see their button&#8217;s vanishing at times!</p>
<p><span style="text-decoration: underline;">Basis</span>:I should be given complete freedom to place the button&#8217;s where I like&#8217;em.</p>
<p><strong>Getting them to work!</strong></p>
<p>All 4 of these scored 0 on this front. I wasted one whole day trying to figure-out the reason for these tag&#8217;s not working on localhost. Surprisingly they require a live public url for them to work fine!</p>
<p>Very dis-appointing!</p>
<p><span style="text-decoration: underline;">Basis</span>:I suppose I should be able to test on local how these buttons look for testing!</p>
<p><strong>After getting them to work!</strong></p>
<p>Al most all of these have a bug that if I delete the publicly promoted link/url/etc, the count does not seem to come down accordingly.Strange, but true.</p>
<p>No &#8211; Thank You!</p>
<p>For incorporating all of them I had to create a new id and register. I am glad I did it that ways, because LinkedIN was all over me pouring all their corporate tie-ups link/spam/trash all to me and making me a subscriber by default. Also reading the fine print LinkedIN seems like they are selling all infromations to 3rd party affiliates without a clear consent!</p>
<p>Going through FB and twitter settings was also a pain, did not go through details on +1!</p>
<p><span style="text-decoration: underline;">Basis</span>: No thanks for the spam!</p>
<p>The inclusion codes for each of these are available on these sites:</p>
<p>1/<a href="http://www.google.com/webmasters/+1/button/">Google +1</a> 2/<a href="http://twitter.com/about/resources/tweetbutton">Twitter</a>  3/<a href="http://developers.facebook.com/docs/reference/plugins/like/">Facebook</a> 4/<a href="http://www.linkedin.com/publishers">LinkedIN</a></p>
<p>Well after checking out the code on a live public url, I suppose the feature would easily come out, but this was an interesting learning experience about how do folks at big public organizations code!</p>
<p>Twitter seems to be leading in this front by keeping it really simple!</p>
<p>~rohit.</p>
]]></content:encoded>
			<wfw:commentRss>http://reverselogic.info/blogs/?feed=rss2&#038;p=92</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zero Fat( read: XML), Zero Cholestrol(read: Annotations) Web Services!</title>
		<link>http://reverselogic.info/blogs/?p=42</link>
		<comments>http://reverselogic.info/blogs/?p=42#comments</comments>
		<pubDate>Tue, 05 Jul 2011 18:37:00 +0000</pubDate>
		<dc:creator>coach</dc:creator>
				<category><![CDATA[application]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[hands-on]]></category>
		<category><![CDATA[motivation]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://reverselogic.info/blogs/?p=42</guid>
		<description><![CDATA[I have never been an advocate of XML per-say. And I was faced with the difficulty of writing one recently overwhelmed by the amount of XML and Annotations, well I was looking forward to a hard day ahead.&#160; Then motivated to defeat XML in my own war, and reducing its footprint in the codebase I [&#8230;] <a class="more-link" href="http://reverselogic.info/blogs/?p=42">&#8595; Read the rest of this entry...</a>]]></description>
			<content:encoded><![CDATA[<div style="text-align: left;" dir="ltr">I have never been an advocate of XML per-say.<br />
And I was faced with the difficulty of writing one recently overwhelmed by the amount of XML and Annotations, well I was looking forward to a hard day ahead.&nbsp;</p>
<p>Then motivated to defeat XML in my own war, and reducing its footprint in the codebase I am working on, I put on the searching glasses and XFire came to the rescue(credits to them for integrating WS in the most cleanest manner done with Spring, that I know of!)</p>
<p>Now that the plot is set, here&#8217;s simple how to:</p>
<p>Presumption: You have two different projects one is the WS other is the consumer of the WS.</p>
<p>Step 1/ Write your service and its implementation in the WS project.<br />
(eg: XXXService/XXXServiceImpl for the project YYY)</p>
<p>Step 2/ Configure the usual project as a spring web project.</p>
<p>Step 3/ Add the following snippet into the web.xml(append incase you have contextConfigLocation predefined.). This makes your project XFire aware.</p>
<pre class="brush: xml">
<context-param>  
<param-name>    contextConfigLocation  </param-name>
<param-value>    classpath:org/codehaus/xfire/spring/xfire.xml  </param-value></context-param>
</pre>
<p>Step 4/ Expose the service as Http WS through XFire Exporter:</p>
<pre class="brush: xml">
<bean id="xxxWS"       class="org.codehaus.xfire.spring.remoting.XFireExporter">    
<property name="serviceFactory">        <ref bean="xfire.serviceFactory" />    </property>
<property name="xfire">        <ref bean="xfire" />    </property>
<property name="serviceBean">        <ref bean="XXXServiceImplBean" />    </property>
<property name="serviceClass">        <value>XXXService</value>    </property></bean>
</pre>
<p>Step 4.2/ Inject the Service Impl Bean.</p>
<pre class="brush: xml">
<bean id="XXXServiceImplBean" class="XXXServiceImpl" />
</pre>
<p>Step 4.3/ Configure the Url for accessing the Service.</p>
<pre class="brush: xml">
<bean     class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">    
<property name="urlMap">
<map>            <entry key="/XXXws">                <ref bean="xxxWS" />            </entry>        </map>
</property></bean>
</pre>
<p>Step 5/ Deploy the WS project an tomcat/jboss.</p>
<p>&nbsp;</p>
<div style="text-align: center;"><strong>|| End of Server Side Configuration||</strong></div>
<p>Step 6/ Test using the soap url:: http://localhost:8080/YYY/XXXws?wsdl</p>
<p>Step 7/ Configure the XFire client on the other project as follows:</p>
<pre class="brush: xml">
<bean id="testXXXWebService"      class="org.codehaus.xfire.spring.remoting.XFireClientFactoryBean">    
<property name="serviceClass">      <value>XXXService</value>    </property>
<property name="wsdlDocumentUrl">      <value>http://localhost:8080/YYY/XXXws?wsdl</value>    </property></bean>
</pre>
<p>Step 8/ Inject it in your client</p>
<pre class="brush: xml">
<bean id="wsClient" class="WsClient">  
<property name="xxxService">    <ref bean="testXXXWebService" />  </property></bean>
</pre>
<p>Step 9/ The client should be configured as::</p>
<pre class="brush: java">
public class WsClient{    private XXXService xxxService;}
</pre>
<div style="text-align: center;"><strong>|| End of Client Side Configuration||</strong></div>
<p>Step 10/ Done!</p>
<p>Things to remember::<br />
1/The Java Interface XXXService needs to be shared with the client.<br />
One can overcome this by creating a third common project shared for the WS Provider and WS Consumer.</p>
<p>2/Any changes in the WS provider, would require re-deployment of the first project.<br />
This is the least a java developer(xml unfriendly) can absolutely live with!</p>
<p>3/Once these configurations are done, forget that you ever need to look into the xml&#8217;s!<br />
Also any change addition/removal of the methods that needs to be exposed will be purely a java exercise, without requiring to smell XML.<br />
Well you won&#8217;t be able to find any xml!!!, thanks again to the wonderful folks at XFire!</p>
<p>PS: All these steps are written here with the help of http://xfire.codehaus.org/Spring+Remoting and implementing this in a production environment!</p>
<p>Hope this helps you in reducing the amount of unnecessary XML&#8217;s in your java projects!</p>
<p>~rohit.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://reverselogic.info/blogs/?feed=rss2&#038;p=42</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One year and still young!</title>
		<link>http://reverselogic.info/blogs/?p=41</link>
		<comments>http://reverselogic.info/blogs/?p=41#comments</comments>
		<pubDate>Tue, 18 Jan 2011 19:11:00 +0000</pubDate>
		<dc:creator>coach</dc:creator>
				<category><![CDATA[checkpoint]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[motivation]]></category>

		<guid isPermaLink="false">http://reverselogic.info/blogs/?p=41</guid>
		<description><![CDATA[Gang, We are one year young on this 19th day of January 2011.Let us look back as to what we had planned to achieve and what all was materialized! Any plans/suggestions are welcome. ~rohit.]]></description>
			<content:encoded><![CDATA[<p>Gang,</p>
<p>We are one year young on this 19th day of January 2011.<br />Let us look back as to what we had planned to achieve and what all was materialized!</p>
<p>Any plans/suggestions are welcome.</p>
<p>~rohit.</p>
]]></content:encoded>
			<wfw:commentRss>http://reverselogic.info/blogs/?feed=rss2&#038;p=41</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dim Dim is no longer free!</title>
		<link>http://reverselogic.info/blogs/?p=40</link>
		<comments>http://reverselogic.info/blogs/?p=40#comments</comments>
		<pubDate>Fri, 07 Jan 2011 12:46:00 +0000</pubDate>
		<dc:creator>coach</dc:creator>
				<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://reverselogic.info/blogs/?p=40</guid>
		<description><![CDATA[Quoting from their mail received today:Dear Customer:Dimdim has been acquired by&#160;salesforce.com. Your free Dimdim account will remain active until March 15, 2011. After that date, you will not longer be able to access your free Dimdim account.Please see the&#160;Frequently Asked Questions (FAQ)&#160;for additional information.We appreciate your understanding, and we thank you!The Dimdim Team Pursuant to [&#8230;] <a class="more-link" href="http://reverselogic.info/blogs/?p=40">&#8595; Read the rest of this entry...</a>]]></description>
			<content:encoded><![CDATA[<p>Quoting from their mail received today:<br /><span class="Apple-style-span" style="font-size: xx-small;"><br /></span><br /><span class="Apple-style-span" style="font-size: xx-small;"><span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: arial, sans-serif;">Dear Customer:</span><span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: arial, sans-serif;"><br /></span><span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: arial, sans-serif;"><br /></span><span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: arial, sans-serif;">Dimdim has been acquired by</span><span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: arial, sans-serif;">&nbsp;</span><span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: arial, sans-serif;"><a href="http://salesforce.com/" style="color: #0000cc;" target="_blank">salesforce.com</a></span><span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: arial, sans-serif;">. Your free Dimdim account will remain active until March 15, 2011. After that date, you will not longer be able to access your free Dimdim account.</span><span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: arial, sans-serif;"><br /></span><span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: arial, sans-serif;"><br /></span><span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: arial, sans-serif;">Please see the</span><span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: arial, sans-serif;">&nbsp;</span><span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: arial, sans-serif;"><a href="http://go.dimdim.com/_p_ga4x2nw36aruz8kxrdrw6kw36dfuzjuxudfv2ntxrdre2nexbgfub8tsb88tnygv66lqymfvs6kx37rv549w7ghrx88w76hrvg8cxmdu6s_p_/click.emaildirect" style="color: #0000ee; text-decoration: underline;" target="_blank">Frequently Asked Questions (FAQ)</a></span><span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: arial, sans-serif;">&nbsp;</span><span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: arial, sans-serif;">for additional information.</span><span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: arial, sans-serif;"><br /></span><span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: arial, sans-serif;"><br /></span><span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: arial, sans-serif;">We appreciate your understanding, and we thank you!</span><span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: arial, sans-serif;"><br /></span><span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: arial, sans-serif;"><br /></span><span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: arial, sans-serif;"><br /></span><span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: arial, sans-serif;"><b>The Dimdim Team</b></span><span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: arial, sans-serif;"><br /></span></span><br />
<hr style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: arial, sans-serif;" /><span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: arial, sans-serif;"><span class="Apple-style-span" style="font-size: xx-small;">Pursuant to the Dimdim Terms of Use (the “Agreement”) governing the use of Dimdim Inc.’s (“Dimdim”) Site and Services (as defined under the Agreement) by you (“You”), Dimdim is hereby exercising its right to terminate Your Dimdim Account and the Agreement in its entirety. Dimdim will continue to provide Services to you until March 15, 2011. Following March 15, 2011, neither You nor Dimdim shall have any further rights or obligations of any kind under the Agreement, including the right to access the Site, or receive or use any Services. Dimdim thanks you for your business, and wishes you success in the future.</span></span><br /><span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: arial, sans-serif;"><span class="Apple-style-span" style="font-size: xx-small;"><br /></span></span><br /><span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; font-family: arial, sans-serif;"><span class="Apple-style-span" style="font-size: x-small;">Sad news.</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://reverselogic.info/blogs/?feed=rss2&#038;p=40</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IoC vs. DI</title>
		<link>http://reverselogic.info/blogs/?p=38</link>
		<comments>http://reverselogic.info/blogs/?p=38#comments</comments>
		<pubDate>Sun, 12 Dec 2010 12:27:00 +0000</pubDate>
		<dc:creator>Wandering Mind</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://reverselogic.info/blogs/?p=38</guid>
		<description><![CDATA[How do you exactly define IoC (Inversion of Control) vis a vis DI (Dependency Injection)? Well, as my first attempt at defining IoC and DI, I made the following statement. IoC is the concept and DI is the way of implementing that. Pretty neat, huh? But how do I go explaining this to anybody in [&#8230;] <a class="more-link" href="http://reverselogic.info/blogs/?p=38">&#8595; Read the rest of this entry...</a>]]></description>
			<content:encoded><![CDATA[<p>How do you exactly define IoC (Inversion of Control) vis a vis DI (Dependency Injection)?</p>
<p>Well, as my first attempt at defining IoC and DI, I made the following statement.</p>
<p><span style="font-weight: bold;">IoC is the concept and DI is the way of implementing that.</span> Pretty neat, huh? But how do I go explaining this to anybody in greater depth?</p>
<p>Now, it seems I do have an answer, according to the book Spring In Action:</p>
<p><span style="font-weight: bold;">&#8220;IoC aims to offer a simpler mechanism for provisioning component dependencies (often referred to as an object&#8217;s collaborators) and managing these dependencies throughout their lifecycles.&#8221;</span></p>
<p>It further states that <span style="font-weight: bold;">&#8220;IoC can be decomposed into two subtypes: Dependency Injection and Dependency Lookup.&#8221;</span></p>
<p>Now drilling down further,  DL (Dependency Lookup) allows acquisition of a reference to a dependency, whereas in DI, the IoC container itself is injecting or providing those dependencies. One can draw an inference that the former scenario is allowing you to control how and when to acquire the dependency and in the second case the container is having the control over the dependency lifecycle.</p>
<p>So, the statement I made above is validated upto a certain extent.</p>
<p>Any further thoughts/comments on this would be certainly welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://reverselogic.info/blogs/?feed=rss2&#038;p=38</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Java Roadmap &#8211; Its second life.</title>
		<link>http://reverselogic.info/blogs/?p=37</link>
		<comments>http://reverselogic.info/blogs/?p=37#comments</comments>
		<pubDate>Sat, 13 Nov 2010 18:26:00 +0000</pubDate>
		<dc:creator>coach</dc:creator>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[jdk]]></category>

		<guid isPermaLink="false">http://reverselogic.info/blogs/?p=37</guid>
		<description><![CDATA[Woo Hoo! I am excited to know about Java being back on-track with its journey of being the most preferred in-demand platform. I started following the development at the following interesting links: jdk release corporate release from oracle sensor api glassfish roadmap java fx roadmap Swing/JavaFX discussion Tweaking with the JDK Here&#8217;s what I have [&#8230;] <a class="more-link" href="http://reverselogic.info/blogs/?p=37">&#8595; Read the rest of this entry...</a>]]></description>
			<content:encoded><![CDATA[<p>Woo Hoo!
<div>I am excited to know about Java being back on-track with its journey of being the most preferred in-demand platform.</div>
<div></div>
<div>I started following the development at the following interesting links:</div>
<div></div>
<div><a href="http://blog.eisele.net/2010/09/java-se-7-8-9-road-ahead.html">jdk release</a></div>
<div></div>
<div><a href="http://www.oracle.com/us/corporate/press/173712?msgid=3-2517886458">corporate release from oracle</a></div>
<div></div>
<div>
<div><a href="http://www.oracle.com/technetwork/java/mobile-sensor-api-172849.html?msgid=3-2517886458">sensor api</a></div>
<div></div>
<div><a href="https://glassfish.dev.java.net/roadmap/">glassfish roadmap</a></div>
<div></div>
<div><a href="http://javafx.com/roadmap/">java fx roadmap</a></div>
<div></div>
<div><a href="http://amyfowlersblog.wordpress.com/2010/09/21/a-heartfelt-ramble-on-swing-javafx/">Swing/JavaFX discussion</a></div>
<div></div>
<div><a href="http://aruld.info/">Tweaking with the JDK</a></div>
<div></div>
</div>
<div>Here&#8217;s what I have learnt in the last few hours:</div>
<div></div>
<div>1/With news about the next JDK releases slated for 2011 and late 2012, the java platform is in for a complete re-write much more intutive and more robust than ever before.</div>
<div></div>
<div>2/The sensor api is the answer to the recent advancements in the mobile domain viz-a-viz touch screen/GPS enabled life-apps. Looks like J2ME(or what ever it will be called) will reign in for the first time in serious cometetion!</div>
<div></div>
<div>3/Must read Project Coin.</div>
<div></div>
<div>4/Oracle&#8217;s official statement is adamant at keeping two versions alive for whatever product they already had and what they inherited from Sun. A tough situation to be in.</div>
<div></div>
<div>I have been recently loosing faith(<a href="http://rohitsz.blogspot.com/2009/04/sun-lives-in-oracle.html">here</a>) in what the future of java will be after Oracle took over and a lot of Sun luminaries quiting Oracle controlled java.  Atleast I see new life(hard work and pain going in) in my most loved language, Ever!</div>
<div></div>
<div>I look forward to it with renewed hope!</div>
]]></content:encoded>
			<wfw:commentRss>http://reverselogic.info/blogs/?feed=rss2&#038;p=37</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

