List/Grid Tag Archives: IDE

Bending NetBeans Code Templates to My Will
Anyone who has read any of my posts on NetBeans knows that there are numerous features of NetBeans that I really like. Recently, however, I found myself becoming increasingly irritated ...

Reasons for IntelliJ IDEA
Introduction I often get the question why I use Intellij in favor of another IDE, in this case Eclipse. Most of the time I answer that question by demonstrating some features of IntelliJ ...

Setup your Java Development Environment in Windows 7
I have been receiving a lot of requests over the time, from students and people willing to experiment with the Java language, on providing a simple guide on how to setup a Java development ...

Emacs or Vim? Get the Best of Both with Evil
I am an avid Emacs enthusiast in a company full of Vim users. In fact so many people I work with like to use Vim that they even created a company wide Vim config for everyone to use. ...

Do you really get your IDE?
This is bit like a philosophical post. Just some thoughts regarding our perception of developer tooling. First – a question. Which IDE do you use? Eclipse? NetBeans? IntelliJ ...

Warming Up Your JVM – Superfast Production Servers and IDEs
A couple of months ago I was reading up on Complex Event Processing in Java and ways to achieve low latency. At the end of my hour long research I figured out that even if your application ...

Why IDEs are Wrong for Embedded Developers
I’ll admit there was a time when I developed code using Integrated Development Environments (IDEs). They make it very simple to jump in and start working on a new project or coding ...

IDE Project Files In Version Control – Yes or No? Of Course, Not!
Just recently I had some discussions with the clients who were claiming that they keep IDE project files in version control system hence they avoid any changes to those files. For reference, ...

Java Decompiler in JDeveloper
Java Decompiler is a standalone graphical utility that displays Java source codes of “.class” files. Below is snapshot of Java Decompiler program ...

Top 10 Most Popular New Eclipse Plugins
Eclipse Marketplace continues to be the place to discover interesting and relevant Eclipse plugins. There are over 100,000 successful installs/month of Eclipse-based products via the ...


