Eclipse

  • submit to reddit

Eclipse Problems View: Only Show Problems for Project

Having many projects open the same time, and working on them in parallel is a challenge. Ok, the human brain is not built for multitasking, but I still try ....

0 replies - 681 views - 06/15/13 by Erich Styger in Articles

Code Quality Tooling: Pure Player vs All-in-One?

When talking about equipping developers to control code quality, we often enter a passionate discussion between operationals and managers: should we deploy a...

0 replies - 3744 views - 06/01/13 by Michael Muller in Articles

Did My Plug-in Load?

One of the most frequent question I get asked is 'How to check if my plug-in is getting picked up properly?' The easiest way to verify is by using Host...

0 replies - 3401 views - 05/26/13 by Ankur Sharma in Articles

How to Create a Web Service Using Java, Eclipse, and Tomcat

This tutorial runs through a method for building a Java web service in Eclipse using Apache Tomcat and Apache Axis.  The process takes under ten...

0 replies - 4499 views - 05/07/13 by Mitch Pronschinske in Articles

m2eclipse Doxia editor

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 - 1911 views - 04/30/13 by Dan Haywood in Articles

Show it Again! (How to Re-enable Hidden Dialogs in Eclipse)

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 - 2347 views - 04/20/13 by Erich Styger in Articles

Eclipse Tips: Using the Source Menu

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 - 1794 views - 04/10/13 by Dan Haywood in Articles

Eclipse at GitHub

Almost all Eclipse Git repositories are mirrored at GitHub. The mirrors were initially set up two years ago by the nice folks at GitHub with relatively...

0 replies - 4469 views - 04/05/13 by Wayne Beaton in Articles

Eclipse Tips: Quick Fix to Generate Code

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 - 3303 views - 03/30/13 by Dan Haywood in Articles

How to Validate WSDLs with Eclipse

Create a new project and add the necessary resources which you need to validate. Then right click on the file and click "validate". This will detect errors...

1 replies - 1907 views - 03/29/13 by Achala Chathura... in Articles

Codenvy Beats Desktop With a 10 Point Lead

How long does it take to do Hello World on Eclipse, provided that you have a clean Linux machine? I was curious enough to start an experiment and record it....

2 replies - 1417 views - 03/28/13 by Eugene Ivantsov in Announcements

Eclipse Tips: Extract Local Variable

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 - 2931 views - 03/23/13 by Dan Haywood in Articles

Quick Switch Editor in Eclipse

Probably I need to add 3rd monitor to my laptop system, or maybe I’m not organized enough. But as a matter of fact: I want to have as many source files...

2 replies - 3421 views - 03/14/13 by Erich Styger in Articles

Editor Templates in Eclipse

Eclipse is a good IDE. At a first glance, it does the job. Good enough. At least for myself, I was not that much excited when I used it the first time. I...

0 replies - 2939 views - 03/12/13 by Erich Styger in Articles

When to Extend Which Extension Point in Eclipse Plugin

There’s no need to tell how much popular and widely used the Eclipse platform is. And the huge success of it lies in its extensibility.It is extensible...

0 replies - 2334 views - 03/03/13 by Vishal Jain in Articles