Useful tools when building a j2ee project
Tech-Today

Useful tools when building a j2ee project


Below are the tools I commonly use when setting up my eclipse and before creating a new project.

JBoss Tools - http://download.jboss.org/jbosstools/updates/nightly/trunk/
TestNG - http://beust.com/eclipse
FindBugs - http://findbugs.cs.umd.edu/eclipse/
PMD - http://pmd.sf.net/eclipse
Subclipse 1.6.x Update Site - http://subclipse.tigris.org/update_1.6.x/
Maven - http://download.eclipse.org/technology/m2e/releases/
http://cobertura.sourceforge.net/




- How To Install Eclipse Plugin Using Available Sites And Eclipse Marketplace
This tutorial will teach us how to install eclipse plugins such as svn, egit, etc using available sites and eclipse marketplace. Note that I've done this on windows using eclipse-jee-juno. Installing eclipse plugins using available sites: 1.) To install...

- How To Setup Findbugs With Maven On Eclipse
Before you proceed with this exercise, it's required to check my blog on how to create a modular maven project. http://czetsuya-tech.blogspot.com/2012/04/how-to-create-modularized-maven-project.html 1.) In this link you will...

- How To Create A Modularized Maven Project In Eclipse
I've just noticed that it's easier to do this now on eclipse-jee-indigo, no need to use the console :-) I'll try to make this write up short, but I guess it will not be. So first, you should have the ff installed (if you don't know how...

- How To Use Pmd With Eclipse
This tutorial will explain how to use PMD (http://pmd.sourceforge.net/) with eclipse. What you need: 1.) eclipse-java-helios 2.) PMD (download the latest version here: http://pmd.sourceforge.net/). Extract in c:\java a.) From here you can download a zipped...

- Setting Up Eclipse, Subclipse And Visual Svn Server
If you are tired of the usual copy all, zip backup your application files then I suggest you try using SVN. But let me clarrify, SVN is not a backup management tool. Instead it's a way of properly tagging each file, fix/update wherein you can put...



Tech-Today








.