<?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; Eclipse</title>
	<atom:link href="http://www.deepakgaikwad.net/index.php/tag/eclipse/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>Eclipse Features to Improve Java Productivity</title>
		<link>http://www.deepakgaikwad.net/index.php/2010/02/15/eclipse-features-to-improve-java-productivity.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2010/02/15/eclipse-features-to-improve-java-productivity.html#comments</comments>
		<pubDate>Mon, 15 Feb 2010 17:17:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=1158</guid>
		<description><![CDATA[Eclipse IDE provides many features to help a developer in development activities. Help to write code, integrate with servers, deployment, quality check and what not. In this article, I am consolidating those features which help us in improving productivity. Here I have used Eclipse Galileo and for unit test generation it is JUnit 4.4.

1. Getter and Setter Generation
Open a java file in java editor, right click at the place where you want getters and setters implemented. The follow the menu Source &#62; Generate Getters and Setters… This will generate getters ...]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2010/02/15/eclipse-features-to-improve-java-productivity.html/feed</wfw:commentRss>
		<slash:comments>4</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>
		<item>
		<title>JSF Hello World Example on Eclipse and Tomcat</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/05/04/jsf-hello-world-example-on-eclipse-and-tomcat.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/05/04/jsf-hello-world-example-on-eclipse-and-tomcat.html#comments</comments>
		<pubDate>Mon, 04 May 2009 18:36:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JEE]]></category>
		<category><![CDATA[JSF]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[java server faces]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=725</guid>
		<description><![CDATA[In this example, we will write a simple application using JSF and it&#8217;s default renderer &#8211; HTML renderer on Eclipse IDE. Next, the application will be deployed on tomcat, and run to see results.  Functionality of our project is simple &#8211; enter first name and last name, on press of submit button, show the complete name. If any field is empty then show error.
Create a Dynamic Web Project
Create dynamic web project in eclipse using following steps. In eclipse, click on New &#62; Project to arrive at following screen.
 
On this screen, ...]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/05/04/jsf-hello-world-example-on-eclipse-and-tomcat.html/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>JPA Hibernate with Oracle on Eclipse</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/04/02/jpa-hibernate-with-oracle-on-eclipse.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/04/02/jpa-hibernate-with-oracle-on-eclipse.html#comments</comments>
		<pubDate>Thu, 02 Apr 2009 14:24:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[JEE]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[JPA]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=588</guid>
		<description><![CDATA[This article gives the first example of Java Persistent API (JPA) with Hibernate, Eclipse on Oracle database.]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/04/02/jpa-hibernate-with-oracle-on-eclipse.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Spring MVC Validations Example</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/03/30/spring-mvc-validations-example.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/03/30/spring-mvc-validations-example.html#comments</comments>
		<pubDate>Mon, 30 Mar 2009 12:06:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Spring MVC]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Validation]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=560</guid>
		<description><![CDATA[Most of the presentation tier frameworks provide support to client side validations. Spring MVC is not different in this principle. Just that the way it is implemented is little different.]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/03/30/spring-mvc-validations-example.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Spring MVC Integrated With Tiles on Eclipse and Tomcat</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/03/28/spring-mvc-integrated-with-tiles-on-eclipse-and-tomcat.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/03/28/spring-mvc-integrated-with-tiles-on-eclipse-and-tomcat.html#comments</comments>
		<pubDate>Sat, 28 Mar 2009 11:53:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Spring MVC]]></category>
		<category><![CDATA[Tiles]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=551</guid>
		<description><![CDATA[This article takes you through steps of integration of Spring MVC with Tiles with source code.]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/03/28/spring-mvc-integrated-with-tiles-on-eclipse-and-tomcat.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Hibernate, Spring, Oracle and JUnit Integration on Eclipse</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/03/26/hibernate-spring-oracle-and-junit-integration-on-eclipse.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/03/26/hibernate-spring-oracle-and-junit-integration-on-eclipse.html#comments</comments>
		<pubDate>Thu, 26 Mar 2009 04:52:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[JUnit]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=545</guid>
		<description><![CDATA[This article will take you through the steps required to integrate Spring and Hibernate with Oracle, JUnit on Eclipse. ]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/03/26/hibernate-spring-oracle-and-junit-integration-on-eclipse.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Spring MVC Tutorial With Command Object on Eclipse and Tomcat</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/03/23/spring-mvc-tutorial-with-command-object-on-eclipse-and-tomcat.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/03/23/spring-mvc-tutorial-with-command-object-on-eclipse-and-tomcat.html#comments</comments>
		<pubDate>Mon, 23 Mar 2009 06:45:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[Command Object]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Spring MVC]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=528</guid>
		<description><![CDATA[This article is continuation of the Spring MVC Tutorial with Eclipse and Tomcat. Now, let us add the next practical aspect to our code - form or what Spring MVC calls it - command object.  ]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/03/23/spring-mvc-tutorial-with-command-object-on-eclipse-and-tomcat.html/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Hibernate Example on Eclipse and Oracle</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/03/14/hibernate-example-on-eclipse-and-oracle.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/03/14/hibernate-example-on-eclipse-and-oracle.html#comments</comments>
		<pubDate>Sat, 14 Mar 2009 10:51:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[Code Example]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Sample Code]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=464</guid>
		<description><![CDATA[Most of us want the first starting code for any technology, and same is the case with hibernate. This article gives an example to start hibernate coding on Eclipse with Oracle as database.]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/03/14/hibernate-example-on-eclipse-and-oracle.html/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Tutorial: Profiling with TPTP and Tomcat</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/02/10/tutorialprofiling-with-tptp-and-tomcat.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/02/10/tutorialprofiling-with-tptp-and-tomcat.html#comments</comments>
		<pubDate>Tue, 10 Feb 2009 17:25:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[TPTP]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=280</guid>
		<description><![CDATA[Eclipse Test and Performance Tools Platform (TPTP) works as a plugin to profile applications to identify performance bottlenecks. This tutorial takes you through the steps to profile an application deployed on Tomcat using TPTP and Eclipse. It also contains few tips to analyze the profiling results. The advantage I found with this combination is – a developer can do the profiling task during development stage itself, instead of waiting for a dedicated performance testing phase. Early identification of issue does cost less in a project’s development lifecycle.
This article assumes that ...]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/02/10/tutorialprofiling-with-tptp-and-tomcat.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

