The Java Development Environment

Well, you can call me nostalgic, but I really miss it :)

What I miss in Java development environment is a tool or a set of tools that makes easy to develop and provide a good workbench for developers, just like the old Delphi or nowadays Visual Studio .NET.

Just to clarify I am not an IDE addicted and I like to perform some manual tunnings in the application as well, but as JEE development gets more complex, like using Spring, Hibernate, EJB 3, WebServices, JSF, and a huge stack of frameworks sometimes it’s difficult to get everything configured, setup, tested and validated quickly.

There are plugins for eclipse, IntelliJ that helps a lot, and NetBeans is doing a great job on this direction trying to build a unified environment ( NetBeans IDE + GlassFish + Frameworks support and so on ) to help developers to have a more consistent environment.

One hard to goal to achieve to bring a good level of productivity to the development team with the tools they are using, I mean, we always have to use lots of things, such as eclipse, maven, and so on, and sometimes the time spent struggling to some problem because they don’t have the right tool. But, I am confident we are getting better with out tools.

3 Comments

  1. Leo Gomes:

    I’ve done some .NET development recently and found Visual Studio to be really poor compared to Eclipse, except for graphical languages (by that I mean, graphical representations of programming languages). NetBeans problem is the fact that it uses Swing/AWT. I’m still a Eclipse fan and believe that, with the current set of plugins, you can get the workbench you’re looking for using Eclipse :)

    Abraço,
    Léo.

  2. admin:

    Hhmmmm I’ve been working also on an aplication in .NET and I found VisualStudio very helpful with it’s wizards and facilities. I agree eclipse has nice tools, but try NetBeans out to see what I mean ;)

  3. Carolina Mourao:

    “huge stack of frameworks sometimes it’s difficult to get everything configured, setup, tested and validated quickly.”

    I so agree with you, as in now I’m going through the same issue. I have two versions of eclipse in my machine, two jdk’s and one tomcat. I don’t know which points to which…so confusing…
    Tmrw I’ll just uninstall and try it over again…

Leave a comment