List/Grid Tag Archives: Eclipse

Key accomplishments of Eclipse over last 10 years
As I have written, Eclipse is celebrating 10 years of open source and community during the month of November. There have been a number of milestones that have shaped the Eclipse community ...

Launching and Debugging Tomcat from Eclipse without complex plugins
Modern IDEs like Eclipse provide various Plugins to ease web developement. However, I believe that starting Tomcat as “normal” Java application still provides the best debugging ...

Intellij vs. Eclipse
Choosing the right IDE can make you or break you as a coder. Most developers would be lost without the comfort of their preferred IDE, which takes care of classpath, make files, command ...

Eclipse Code Formatting Tips
I have been assigned lately some code review/ quality code fix tasks, on a large enterprise Java project and I am trying to assist the existing software development team, ...

Change Without Redeploying With Eclipse And Tomcat
They say developing Java is slow because of the bloated application servers – you have to redeploy the application to see your changes. While PHP, Python, etc. scripting languages, ...

What’s Cool In IntelliJIDEA. Part III: External Tools
Although there is almost any kind of functionality available in IntelliJIDEA, either as a base functionality or via plugins, there’s still a fraction of probability involved that ...

What’s Cool In IntelliJIDEA. Part II: Live Templates
In IntelliJ, I use Live Templates quite heavily and still think that these are underused. It is not only the standard number of templates that can make your life easier while typing ...

What’s Cool In IntelliJIDEA Part I
Eclipse or IntelliJ? NetBeans or Eclipse? IntelliJ or NetBeans? The dispute about the IDEs is the most popular among the software developers and hardly will ever end. I consider myself ...

Eclipse 3.6 vs IntelliJ IDEA 10.5: Pros and Cons
After having worked with Eclipse for over 5 years I’ve came to use IntelliJ IDEA intensively on a J2EE project in three months and took this as an opportunity to compare the two. ...

Eclipse Shortcuts for Increased Productivity
And so, today, I just wanted to share the best shortcuts that make life easier. And without further ado :Ctrl + Space : One of the two most important keyboard shortcuts that ...

