views:

228

answers:

4

Hey Guys,

I want to start working with J2EE, used to .NET

What plugins do you use for java&j2ee on eclipse?

Interesting things would be,

  • Database
  • Javascript
  • UML
  • UI
  • Hibernate(are there plugins to work with hibernate?)
  • Anything else that you use that helps your work.

Cordially,

+1  A: 

Download, Eclipse IDE J2EE Edition.

Artem Barger
+1  A: 
  • Database - Quantum DB
  • Javascript - Spket
  • UML - eUML
  • UI - WindowBuilder
  • Hibernate - Hibernator

You can find all that you need at EclipsePluginCentral.com

Rusty
+3  A: 

You can use Yoxos
It does dependency management of Plugins quite well.For a newbie eclipse plugins management can be bit cumbersome especially those which are dependent on other eclipse framework like EMF etc.

My List of Plugins:
a)eUML2: For UML and Reverse engineering Code.
b)TestNG:For TestNG framework(Its like Junit but much better).
c)EMMA:Code Coverage.
d)FindBugs and CheckSTyle:For Source Code analysis.
e)CAP and Jdepend:Dependency Analysis in your code.
f)Quantuam DB:for Database access.
g)Spring IDE:If you use Spring in your app.
h)Hibernate Tools:If you use Hibernate.

Khangharoth
A: 

Yes,

What about tests?

Tests are really easy in .NET with visual studio, hows it in java?

What about jSeam vs Spring?