Tips and Tricks

  • submit to reddit

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

Customizing EclipseLink JPA-RS Messages with MOXy

In a previous post I covered how EclipseLink JPA-RS can be used to expose a JPA persistence unit as a RESTful service.  In that example we interacted...

0 replies - 2953 views - 04/21/13 by Blaise Doughan in Articles

Introducing EclipseLink JPA-RS

In a previous series of posts I covered how to create a JAX-RS service that leveraged JPA for the persistence layer.  EclipseLink contains a component...

1 replies - 4695 views - 04/20/13 by Blaise Doughan 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 - 1729 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 - 1398 views - 04/10/13 by Dan Haywood 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 - 3006 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 - 1704 views - 03/29/13 by Achala Chathura... in Articles

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 - 2754 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 - 3261 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 - 2721 views - 03/12/13 by Erich Styger in Articles

Line Numbers in Eclipse

Either you hate it, or you love it: Line numbers in the Eclipse Editor: Line Numbers in Eclipse Editor View Personally, I love it! Not every Eclipse...

1 replies - 2508 views - 02/12/13 by Erich Styger in Articles

Eclipse Workspace Tips

Usually, one of the first things I see if I launch Eclipse is this dialog: Select a Workspace Dialog Actually, that ‘workspace’ thing is one of the most...

0 replies - 8782 views - 02/11/13 by Erich Styger in Articles

Top 10 Customization of Eclipse Settings

The great thing with Eclipse is that you can configure a lot. In general, I’m happy with most of the defaults in Eclipse and CodeWarrior. Here are my top...

0 replies - 8144 views - 02/10/13 by Erich Styger in Articles

Java Messaging Service (JMS) Point to Point w/ JBoss Tutorial

From  http://www.zaneacademy.com | 00:00 What is a JMs Point to Point example? | 01:21 How to create a JBoss server in eclipse? | 01:51 What...

0 replies - 3556 views - 01/27/13 by Mitch Pronschinske in Articles