<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>Java Blog - Java, J2EE, SOA, Spring and Hibernate &#187; Editors</title>
	<link>http://javablog.info</link>
	<description></description>
	<pubDate>Thu, 17 Apr 2008 00:24:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Things I hate in IntelliJ compared to Eclipse</title>
		<link>http://javablog.info/2007/04/11/things-i-hate-in-intellij-compared-to-eclipse-ide/</link>
		<comments>http://javablog.info/2007/04/11/things-i-hate-in-intellij-compared-to-eclipse-ide/#comments</comments>
		<pubDate>Wed, 11 Apr 2007 16:40:12 +0000</pubDate>
		<dc:creator>Ravi Nallakukkala</dc:creator>
		
		<category><![CDATA[Editors]]></category>

		<guid isPermaLink="false">http://javablog.info/2007/04/11/things-i-hate-in-intellij-compared-to-eclipse-ide/</guid>
		<description><![CDATA[I come from a strong Eclipse background and in my new assignment, my project team uses IntelliJ IDE; So thought let me check this IntelliJ editor. As expected (after being loyal to Eclipse for many years) first I noticed all the bad things about IntelliJ, Here&#8217;s my list of bad things  (Let me know [...]]]></description>
			<content:encoded><![CDATA[<p>I come from a strong Eclipse background and in my new assignment, my project team uses IntelliJ IDE; So thought let me check this IntelliJ editor. As expected (after being loyal to Eclipse for many years) first I noticed all the bad things about IntelliJ, Here&#8217;s my list of bad things  (Let me know if there is a better way of using IntelliJ to get around my problems)</p>
<ul>
<li>Once you setup  you project on IntelliJ, next time when you open IntelliJ, It takes long time to open the project/ IDE (does some scanning of Java/ jar files) worst part is you can&#8217;t even minimize that window/ run the process in back ground.</li>
<li>Upon installing a plug-in, Eclipse asks for a restart of workbench and upon your approval  for restart, eclipse automatically restarts, For the same, Interestingly IntelliJ asks &#8220;You need to shut down IDEA to activate changes in plugins. would you like do it now? &#8220;; (Notice question doesn&#8217;t say &#8216;Restart&#8217; ); So as expected, you have to (re)start your IDEA explicitly after installing a plugin.</li>
<li>You Can&#8217;t drag and drop a Java file from one folder to another folder.</li>
<li>IntelliJ expects a developer to configure the classpath twice, once to build the application and the second to run the application compared with eclipse where the same class is used by default.</li>
<li>With little time i spend on IntelliJ, haven&#8217;t found a way to add some pre-configured code templates.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://javablog.info/2007/04/11/things-i-hate-in-intellij-compared-to-eclipse-ide/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Eclipse IntelliJ Shortcut keys a comparison</title>
		<link>http://javablog.info/2007/04/06/intellij-shortcuts/</link>
		<comments>http://javablog.info/2007/04/06/intellij-shortcuts/#comments</comments>
		<pubDate>Fri, 06 Apr 2007 04:44:32 +0000</pubDate>
		<dc:creator>Ravi Nallakukkala</dc:creator>
		
		<category><![CDATA[Editors]]></category>

		<guid isPermaLink="false">http://javablog.info/2007/04/06/intellij-shortcuts/</guid>
		<description><![CDATA[In my new project, my team was using IntelliJ as their IDE and I come from a strong Eclipse background, Initially it was hard time to find out all the Shortcut Keys for IntelliJ so thought I could document the shortcut keys that I commonly use, I will update this list as my learning experience [...]]]></description>
			<content:encoded><![CDATA[<p>In my new project, my team was using IntelliJ as their IDE and I come from a strong Eclipse background, Initially it was hard time to find out all the Shortcut Keys for IntelliJ so thought I could document the shortcut keys that I commonly use, I will update this list as my learning experience continues with IntelliJ</p>
<table border="1" cellPadding="0" cellSpacing="0" style="border-collapse: collapse; border: medium none" class="MsoTableGrid">
<tr>
<td width="197" vAlign="top" style="padding-right: 5.4pt; padding-left: 5.4pt; padding-bottom: 0in; width: 2.05in; padding-top: 0in; border: windowtext 1pt solid"><strong>Description</strong></td>
<td width="197" vAlign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: windowtext 1pt solid; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 2.05in; padding-top: 0in; border-bottom: windowtext 1pt solid"><strong>Eclipse shortcut</strong></td>
<td width="197" vAlign="top" style="border-right: windowtext 1pt solid; padding-right: 5.4pt; border-top: windowtext 1pt solid; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 2.05in; padding-top: 0in; border-bottom: windowtext 1pt solid"><strong>IntelliJ Shortcut</strong></td>
</tr>
<tr>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: 1pt solid; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">Navigate a Java Type</td>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">CTRL + ALT + T</td>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">CTRL + N</td>
</tr>
<tr>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: 1pt solid; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">Navigate a Resource</td>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">CTRL + ALT + R</td>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">CTRL + SHIFT +N</td>
</tr>
<tr>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: 1pt solid; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">Last Modified Source</td>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">ALT + Left arrow</td>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">CTRL + ALT + left arrow</td>
</tr>
<tr>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: 1pt solid; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">Debug</td>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">F11</td>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">Shift + F9</td>
</tr>
<tr>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: 1pt solid; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">Open Declaration</td>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">F3</td>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">CTRL + SHIFT + B</td>
</tr>
<tr>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: 1pt solid; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">Open Hierarchy</td>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">F4</td>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">CTRL + H</td>
</tr>
<tr>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: 1pt solid; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">Organize Imports</td>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">CRTL + SHIFT + O</td>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">CTRL + ALT + O</td>
</tr>
<tr>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: 1pt solid; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">Find</td>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">CTRL + F</td>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">CTRL + F</td>
</tr>
<tr>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: 1pt solid; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">Find Again/ previous</td>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">F3 / SHIFT + F3</td>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">F3 / SHIFT + F3</td>
</tr>
<tr>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: 1pt solid; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">Step Into</td>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">F5</td>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">F7</td>
</tr>
<tr>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: 1pt solid; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">Step Over</td>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">F6</td>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">F8</td>
</tr>
<tr>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: 1pt solid; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">Step Out</td>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">F7</td>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">Shift + F8</td>
</tr>
<tr>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: 1pt solid; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">Resume</td>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">F8</td>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">F9</td>
</tr>
<tr>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: 1pt solid; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">To find impl of an abstract Method</td>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">?</td>
<td width="197" vAlign="top" style="border-right: 1pt solid; padding-right: 5.4pt; border-top: medium none; padding-left: 5.4pt; padding-bottom: 0in; border-left: medium none; width: 2.05in; padding-top: 0in; border-bottom: 1pt solid">Ctrl + Alt + B</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://javablog.info/2007/04/06/intellij-shortcuts/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP Designer 2007 - Personal is a free IDE for PHP</title>
		<link>http://javablog.info/2007/03/25/php-designer-2007-personal-is-a-free-ide-for-php/</link>
		<comments>http://javablog.info/2007/03/25/php-designer-2007-personal-is-a-free-ide-for-php/#comments</comments>
		<pubDate>Sun, 25 Mar 2007 07:54:35 +0000</pubDate>
		<dc:creator>Ravi Nallakukkala</dc:creator>
		
		<category><![CDATA[Editors]]></category>

		<guid isPermaLink="false">http://javablog.info/2007/03/25/php-designer-2007-personal-is-a-free-ide-for-php/</guid>
		<description><![CDATA[PHP Designer 2007 - Personal is a free IDE for PHP for both beginner- and professional developers. PHP Designer 2007 is designed to boost your productivity and enhance the process of editing, debugging, analyzing and publishing application- and Websites powered by PHP, HTML, MySQL, XML, CSS, JavaScript, VBScript, Java, C#, Perl, Python and Ruby.
Download PHP [...]]]></description>
			<content:encoded><![CDATA[<p>PHP Designer 2007 - Personal is a free IDE for PHP for both beginner- and professional developers. PHP Designer 2007 is designed to boost your productivity and enhance the process of editing, debugging, analyzing and publishing application- and Websites powered by PHP, HTML, MySQL, XML, CSS, JavaScript, VBScript, Java, C#, Perl, Python and Ruby.</p>
<p>Download PHP Designer 2007 - Personal Edition <a href="http://www.download.com/3000-20-10575026.html?part=undefined&amp;subj=dl&amp;tag=button">here</a></p>
<p>PHP Designer 2007 editor has a good class browser and debuger for PHP, to have the debugger enabled you need have php installed in your machine (tested with PHP Designer 2007 - Personal 5.0.2 and php5.2.1).</p>
<p>Not satisfied with this editor, never mind. <a href="http://www.php-editors.com/" target="_blank">Click here</a> for some more list of PHP Editors.</p>
]]></content:encoded>
			<wfw:commentRss>http://javablog.info/2007/03/25/php-designer-2007-personal-is-a-free-ide-for-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Eclipse</title>
		<link>http://javablog.info/2007/03/25/eclipse/</link>
		<comments>http://javablog.info/2007/03/25/eclipse/#comments</comments>
		<pubDate>Sun, 25 Mar 2007 07:47:48 +0000</pubDate>
		<dc:creator>Ravi Nallakukkala</dc:creator>
		
		<category><![CDATA[Editors]]></category>

		<guid isPermaLink="false">http://javablog.info/2007/03/25/eclipse/</guid>
		<description><![CDATA[Need less to say this is a extreamly popular free java editor, http://www.eclipse.org/
WSAD/ RSA 6.x are based on Eclipse technology.
Please look here for any Eclipse plugins
]]></description>
			<content:encoded><![CDATA[<p>Need less to say this is a extreamly popular free java editor, http://www.eclipse.org/</p>
<p>WSAD/ RSA 6.x are based on Eclipse technology.</p>
<p>Please look <a href="http://www.eclipseplugincentral.com/" target="_blank">here</a> for any Eclipse plugins</p>
]]></content:encoded>
			<wfw:commentRss>http://javablog.info/2007/03/25/eclipse/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
