Eclipse
-
Software Development

The REAL way to make Eclipse run faster on Ubuntu
If you are still one of those people who are frustrated with the crawling speed of eclipse IDE (especially after…
Read More » -
Software Development

10 ideas to improve Eclipse IDE usability
Few years ago, we had a mini IDE war inside our office. It happened between Eclipse and Netbeans supporters. Fortunately,…
Read More » -
Core Java

See Your Solr Cache Sizes: Eclipse Memory Analyzer
Solr uses different caches to prevent too much IO access and calculations during requests. When indexing doesn’t happen too frequently…
Read More » -
Software Development

Efficient Code Coverage with Eclipse
There is a saying that a fool with a tool is still a fool. But how to use a tool…
Read More » -
Desktop Java

Slim Down SWT FormLayout Usage
Always on the quest for efficiency I reconsidered the usability of SWT FormLayout lately. Although it is one of my…
Read More » -
Core Java

Add Java 8 support to Eclipse Kepler
Want to add Java 8 support to Kepler? Java 8 has not yet landed in our standard download packages. But…
Read More » -
Software Development

Developers Are Lazy (And How To Use That To Your Advantage With Eclipse)
As I sat down to write this blog post, I thought through how many years I’ve been developing, and how…
Read More » -
Core Java

Official Eclipse Support for Java(TM) 8
Dani Megert, the project lead for the Java development tools (JDT) project made this announcement earlier today: The Eclipse top-level…
Read More » -
Core Java

Clean SWT Listener Notifcations with SWTEventHelper
Writing tests for SWT based UIs often requires to notify widget listeners programmatically. Unfortunately the code to create, initialize and…
Read More »

