Tools

You are currently browsing the articles from Java Blog - Java, J2EE, SOA, Spring and Hibernate matching the category Tools.

IntelliJ Plugin TddTracker

This is one of those plug-in which a developer would love to have in the development environment, the main purpose of this plug-in is report the time taken to execute a JUnit.

Highlights (release 0.4)

Usage

Favorable

Unfavorable

For more information about this tool, IntelliJ plug-in repository here and user documentation here

Written by Ravi Nallakukkala on April 16th, 2007 with no comments.
Read more articles on Tools.

UnitTest IntelliJ plugin

A tool for creating JUnit tests (class/ methods).

Highlights (based on release 0.303)

Usage

Favorable

Unfavorable

For more information on this tool here and User guide available here

Written by Ravi Nallakukkala on April 16th, 2007 with no comments.
Read more articles on Tools.

Fireworks IntelliJ plugin

This is a plugin meant for running all JUnits as a single test suite.

Highlights

Usage

Favorable

Unfavorable
NA

For more information on this tool here.

Written by Ravi Nallakukkala on April 16th, 2007 with no comments.
Read more articles on Tools.

JUnitGenerator IntelliJ plugin

Continuing the quest for a JUnit generator tool, my next stop was with JUnit Generator – IntelliJ Plugin. Lets look at features and the fitments of this tool towards my requirement (Junit Generation for a given source code).

Highlights (based on 1.1.7 release)

Usage

Favorable

Unfavorable

For more information about this tool, go from here

Written by Ravi Nallakukkala on April 16th, 2007 with no comments.
Read more articles on Tools.

JUnit 4 Synchronizer IntelliJ plugin

I started a searching for a free tool (which hopefully) will generated some JUnit test code for a given source code. In process of this search, as a first start point I started evaluating the plug-ins which are available for IntelliJ; JUnit 4 Synchronizer is my first stop in the evaluation process.

Highlights (based on release 0.1.1)

Usage

Favorable

Unfavorable

For more information about the plugin, go here

Written by Ravi Nallakukkala on April 16th, 2007 with no comments.
Read more articles on Tools.

Dozer - DTO to Business object (Bo) data transfer

Dozer is a powerful, but simple Java Bean to Java Bean mapper that recursively copies data from one object to another.
Dozer supports simple property mapping, complex type mapping, bi-directional mapping, implicit-explicit mapping, as well as recursive mapping. This includes mapping collection attributes that also need mapping at the element level.

This is different from Bean utils, which copies the data recursively for the object which has the same property names. Bean-Utils has a restriction for working with complex data types.

Dozer tool can be found here

here’s some of the key advantages found on Dozer

Recommanded Usage Scenario:

Disadvantages for Dozer

Written by Ravi Nallakukkala on March 25th, 2007 with no comments.
Read more articles on Spring and Tools.