<?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>DeepakGaikwad.net &#187; Headline</title>
	<atom:link href="http://www.deepakgaikwad.net/index.php/category/headline/feed" rel="self" type="application/rss+xml" />
	<link>http://www.deepakgaikwad.net</link>
	<description>Travel Articles and Tech Notes</description>
	<lastBuildDate>Thu, 19 Jan 2012 09:18:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Facebook Changes Default Privacy Settings</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/12/22/facebook-changes-default-privacy-settings.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/12/22/facebook-changes-default-privacy-settings.html#comments</comments>
		<pubDate>Tue, 22 Dec 2009 05:01:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Social networking]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=1072</guid>
		<description><![CDATA[OK! Not sure how much you are concern about it, and how much data you have uploaded there. I am talking about your data on facebook. I hope you have already gone seriously through the default privacy settings and selected only those options if data which you really want to expose to world. I know you call it privacy, security and blah! blah!! I am also sure that very very few of us go and recheck those default privacy settings once we open the account. This is not only applicable ...]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/12/22/facebook-changes-default-privacy-settings.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Real-Time Search with Google</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/12/08/real-time-search-with-google.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/12/08/real-time-search-with-google.html#comments</comments>
		<pubDate>Tue, 08 Dec 2009 08:53:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Search]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=1000</guid>
		<description><![CDATA[Google search results what we see now are result of Google&#8217;s data processing from whatever it&#8217;s spider and other data providing products collect. Google performs many operations on this data to arive at indexing or page ranking to provide search results to our queries. In recent past, use of AJAX, direct display of matching web site, and many other feature are observed on google search box. Now Google has moved ahead to improve the quality of search results further by bringing in real-time data. Couple of months back, Google anounced ...]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/12/08/real-time-search-with-google.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improved Suggestions by Google Search</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/08/18/improved-suggestions-by-google-search.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/08/18/improved-suggestions-by-google-search.html#comments</comments>
		<pubDate>Tue, 18 Aug 2009 15:11:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Headline]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=933</guid>
		<description><![CDATA[All of us are now familiar with the “Suggestive search” offered by most of the important search engines. This feature has definitely helped all of us in selection of our search words. Google is already leading in this search engine business as well as innovations. Today when I started searching on Google, I noticed this change.
Google Search:

Some value add that Google is providing with it’s suggestive search. You can clearly notice the difference in following images. Now Google is offering first suggesting with url of a matching site (if at ...]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/08/18/improved-suggestions-by-google-search.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Faster Dynamically Typed Languages on JVM 7</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/07/16/faster-dynamically-typed-languages-on-jvm-7.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/07/16/faster-dynamically-typed-languages-on-jvm-7.html#comments</comments>
		<pubDate>Thu, 16 Jul 2009 05:11:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[Dynamically Typed Language]]></category>
		<category><![CDATA[Groovy]]></category>
		<category><![CDATA[Java 7]]></category>
		<category><![CDATA[Jdk 7]]></category>
		<category><![CDATA[JRuby]]></category>
		<category><![CDATA[Jython]]></category>
		<category><![CDATA[Scripting Language]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=915</guid>
		<description><![CDATA[Before going into what Java is offering in this new release, let us understand what dynamically typed languages are. Examples are Javascript, Ruby, Python, Groovy and so on. Few details of these languages -

 Common feature is an ability to modify classes at runtime to allow implementation of new interfaces. The name is dynamically typed language because it is possible to determine the type at runtime. E.g. in Javascript we declare a var abc. This can contain String, int, or any other type of value. While using this value we ...]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/07/16/faster-dynamically-typed-languages-on-jvm-7.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maven Leaves Java 1.4 Back</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/07/08/maven-leaves-java-14-back.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/07/08/maven-leaves-java-14-back.html#comments</comments>
		<pubDate>Wed, 08 Jul 2009 14:29:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Maven]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=888</guid>
		<description><![CDATA[If you are a Maven user then you must know that you need a Java installed to run Maven. It requires the Java home being set up in environment variables before executing any Maven command. As Java has advanced through Java 5, Java 6 and waiting for Java 7, it is expected that all frameworks dependent on Java should also advance the compatibility. Maven&#8217;s new version &#8211; 2.2.0 is in line with this principle. It has offered compatibility with Java 1.5 (Java 5) and later but also it has removed ...]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/07/08/maven-leaves-java-14-back.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring Python Released</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/07/02/spring-python-released.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/07/02/spring-python-released.html#comments</comments>
		<pubDate>Thu, 02 Jul 2009 17:07:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Spring Python Framework]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=867</guid>
		<description><![CDATA[Spring framework used dependency injection (DI) principle (also called as inversion of control) to provide a container that can offers many services to Java applications. Not only services but it also integrates AOP framework, Database access frameworks to ease a programmer&#8217;s life. The popularity of this framework made Sun to re-look at its Java technology stack to make coding easy. Impact of this framework can be easily seen on Java 5 release, where we can see drastic change in EJB framework. Annotations used to inject objects are also result of ...]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/07/02/spring-python-released.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collaborative Internet Information and Confidentiality</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/06/14/collaborative-internet-information-and-confidentiality.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/06/14/collaborative-internet-information-and-confidentiality.html#comments</comments>
		<pubDate>Sun, 14 Jun 2009 10:58:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[Collaborative Information]]></category>
		<category><![CDATA[Google Earth]]></category>
		<category><![CDATA[Wiki]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=837</guid>
		<description><![CDATA[You must have played a lot with Google Earth to find your home or your other favorite places. Also, you must have amended it with the place details you know. Google Earth is an example of collaborative internet application, where all of us contribute to enrich it with information. But there is another bigger aspect to be addressed with respect to such collaborative information. This might be applicable to wiki pages also where you keep on updating information. This aspect is of confidentiality of information. When you publish information on ...]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/06/14/collaborative-internet-information-and-confidentiality.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hibernate Alliances with JBoss &#8211; Seam in it’s JEE 5.0 Product Stack</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/06/10/hibernate-alliances-with-jboss-seam.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/06/10/hibernate-alliances-with-jboss-seam.html#comments</comments>
		<pubDate>Wed, 10 Jun 2009 05:14:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[JBoss]]></category>
		<category><![CDATA[JEE]]></category>
		<category><![CDATA[ORM]]></category>
		<category><![CDATA[Seam]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=829</guid>
		<description><![CDATA[As of now, we know hibernate as object relation mapping (ORM) open source framework. A framework, that eases our life in interaction with database, it not only supports many databases, but also provides a robust framework for connections and other complex data operations.  It supports persistent data store interactions in both Java and .NET technologies in object oriented way.
As J2EE moved to JEE 5, it introduced ORM into it&#8217;s technology specification through Java Persistent API (JPA). This means, we have a specification that defines the rules of object relation mapping ...]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/06/10/hibernate-alliances-with-jboss-seam.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse Galileo Is Coming</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/06/04/eclipse-galileo-is-coming.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/06/04/eclipse-galileo-is-coming.html#comments</comments>
		<pubDate>Thu, 04 Jun 2009 17:24:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Headline]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Galileo]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=822</guid>
		<description><![CDATA[Eclipse&#8217;s more powerful yearly release is just around the corner. Called Galileo, this release brings many features which will ease our life while developing Java applications. Java IDE is always there, in addition to this IDE there are tools for JEE, JSF and Mylyn. Scheduled to get released on 24th of June 2009, RC2 version is available for testing. Complete feature list is available here . Here is abstract of features.

Improved tabbing &#8211; when a file is opened in a tab, and that file itself requires multiple tabs. If you ...]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/06/04/eclipse-galileo-is-coming.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

