
Tonight I decided my study time would be to sit down and implement Djikstra’s algorithm in Python to help me understand it. When coding up a solution to a...
0 replies - 5170 views - 05/07/13 by Justin Bozonier in Articles

Just rebuilding Eclipse and thought I’d upgrade to the latest version of m2eclipse.
However, it would seem like the latest version has dropped support...
0 replies - 1433 views - 04/30/13 by Dan Haywood in Articles

IntelliJ IDEA keeps amazing me. Last week I learned the code formatter of IntelliJ IDEA 12 supports Spock specific where:
block formatting. Spock has...
0 replies - 1869 views - 04/22/13 by Hubert Klein Ikkink in Articles

Eclipse has a nice feature to ‘shut up’ dialogs: In many dialogs I can select an option so that dialog does not show up again:
‘Dont’ show Again’ in...
0 replies - 1737 views - 04/20/13 by Erich Styger in Articles

Everyone knows – or at least suspects – that most of the Eclipse goodies live under the Refactoring menu. However, there’s also a lot of goodness under...
0 replies - 1403 views - 04/10/13 by Dan Haywood in Articles

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...
0 replies - 709 views - 04/08/13 by Dustin Marx in Articles

JetBrains's IntelliJ IDEA has a lot shortcut keys to increase your
development productivity. I always prefer to leave my hands on the
keyboard when...
0 replies - 843 views - 04/02/13 by Hubert Klein Ikkink in Articles

Here’s another in my nascent series of quick tips for Eclipse. This one shows how you can use Eclipse’s quick fix feature (ctrl+1) to quickly generate...
0 replies - 3013 views - 03/30/13 by Dan Haywood in Articles

Well, NetBeansIDE 7.3 is out with plenty of new features, tremendous performance improvements.
In addition to the great support for Java/JavaEE technologies,...
7 replies - 3905 views - 03/25/13 by Sivaprasadreddy... in Articles

When I teach my little Java TDD course, I quite often do live coding demos …especially if we’re running behind schedule and I want to catch up; I’ll skip...
0 replies - 2755 views - 03/23/13 by Dan Haywood in Articles

While I was working on the samples for this post using the Nebeans nightly builds with support for Lambda Expressions downloaded from here.
I found that the...
0 replies - 1261 views - 03/22/13 by Mohamed Sanaulla in Articles

If we copy or cut a text selection in IntelliJ IDEA we can paste it directly from the clipboard with Cmd + V (Ctrl + V
for Windows or Linux), just like in...
0 replies - 1632 views - 03/21/13 by Hubert Klein Ikkink in Articles

As part of JSR 335 Lambda expressions
are being introduced to the Java language from Java 8 onwards and this
is a major change in the Java language. If you...
0 replies - 3192 views - 03/21/13 by Mohamed Sanaulla in Articles

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...
1 replies - 3503 views - 03/19/13 by Jamie Craane in Articles

When we develop an application
we usually work on multiple files at the same time. With IntelliJ IDEA
it is easy to switch between changed files in the...
2 replies - 1759 views - 03/17/13 by Hubert Klein Ikkink in Articles