Friday 22 May 2009

Eclipse's shortcuts inside the IDE

There are a too many useful shotcuts in Eclipse. When you don't remember "That One" you could see a list of them pressing " CTRL + SHIFT + L " inside the IDE.

Tuesday 19 May 2009

Java development productivity improvement with JavaRebel

At the end of April, ZeroTurnaround released a plugin for Eclipse. With this new plugin is quite easy to set up JavaRebel in your project.

JavaRebel is a JVM plugin (-javaagent) that enables you to see changes to your code immediately, without the need to redeploy an application or perform a container restart. I'm beginning to use it and it looks promising.