InfoQ

News

IntelliJ IDEA 7.0 Adds Spring/Hibernate Support, Eclipse Interoperability, and Maven Integration

Posted by Scott Delap on Oct 15, 2007 03:29 PM

Community
Java
Topics
Artifacts & Tools
Tags
IntelliJ IDEA
Jetbrains has released IntelliJ IDEA 7.0. This version rounds out support for many popular Java technologies while adding support for additional languages such as Groovy and Ruby. Among its highlights:

  • Spring and Hibernate Support
  • Improved Performance on Multi-Core CPU's
  • Eclipse and Maven Integration
  • Improved Version Control Support Including ClearCase
  • Ruby/Rails Support
  • Groovy/Grails Support
  • Debugger Enhancements
  • Dependency Structure Matrix

InfoQ talked with Ann Oreshnikova of Jetbrains about the release. Oreshnikova was first asked about how Jetbrains views the Java IDE market and the competition of the products in it:

 

Java IDE market keeps evolving, and this is the most pleasant thing about it. We all know that evolution is a natural result of competition. With regard to it, the Java market today is indeed very special. Competition here is not even because of slightly different audience segments targeted by different vendors. To tell the truth, we believe that competition between the 2 free tools is much tougher that between any one of them and IntelliJ IDEA. As for the segments where we might compete, our main weapons are: innovation, highest quality, productivity that we ensure and pleasant development on top of that. These are actually the main reasons why the number of our customers is not just enviably stable, but keeps growing.

The topic then shifted language support including Groovy, Ruby, and Flex:

 

Ruby and Groovy are gaining more and more popularity in the development world. Among IntelliJ IDEA users there are many followers of these new technologies, and their requests for support have played a decisive role in adding Ruby and Groovy to this new version. Getting back to your question about the trend, I would say that yes, IntelliJ IDEA is already a cross-language IDE, and is going to continue being such.

InfoQ then asked Oreshnikova about the fact that IntelliJ IDEA 7 includes a number of "why now" features in 7 such as Hibernate, Spring, and Maven support. All of these projects have been around for several versions of IntelliJ:

 

At first glance, this is a reasonable question, but on the other hand we have to admit that even being around for several years Spring and Hibernate have become the de facto standard not longer than a year/year-and-a-half ago. So, when it happened, it was a sign for us to include them into our roadmap. One can say that they appeared too late in IntelliJ IDEA, but it’s better to be a bit late and bring the best in the market support.

The conversation then shifted to the most difficult feature to develop:

 

Hmmm. This is a tough question. Many of them were rather difficult and challenging, just from different aspects. If I had to pick one that was technically especially hard to solve, it would be multi-core/CPU support. We had to really fight with it, but the performance leap that we achieved in the IDE editor is definitely worth all those efforts.

Finally, Oreshnikova was asked about the next evolutionary change coming for IDE's:

 

It’s true. Development tools not only reflect the existing development trends but also form them. As for the next evolutionary change, we believe that it’s going to be the so-called polyglot programming (I have borrowed this term from Neal Ford as it nicely applies to the modern trends). When widely adopted, the polyglot approach may even affect architectural decisions, not only everyday programming techniques. Thus an IDE capable of supporting productive multi-language development, through seamless language and framework integration, should become the best developers’ friend.
Perfromance and libraries dependencies. by Zmicer Harachka Posted Oct 16, 2007 3:59 PM
  1. Back to top

    Perfromance and libraries dependencies.

    Oct 16, 2007 3:59 PM by Zmicer Harachka

    Hi, Scott! Thank you for sharing this interview with us! Do you know if some issues with the performace were fixed in general? I have used IDEA and noticed it could hang on time to time. I believe it could be adjusted, and I feel the progress of the IDEA team form the 3rd version till the 6th. It is great progress, but the computers also becomes faster... Still seeing at the release notes on perfomance I believe they did it better: IDE startup speed greatly improved JSP editing speed accelerated More operations performed in background (Find Usages, VCS update etc.) Improved performance on multi-core CPUs Faster XML reformatting Faster project loading Improved files synchronization speed Revamped Local History engine Thanks.

Educational Content

Bindings, Platforms, and Innovation

This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.

Orchestrating Long Running Activities with JBoss / JBPM

This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.

Neo4j - The Benefits of Graph Databases

This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.

Realistic about Risk: Software development with Real Options

This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.

Communication Flexibility Using Bindings

This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.

Writing DSLs in Groovy

After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.

Scaling Agile with C/ALM (Collaborative Application Lifecycle Management)

IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.

Concurrent Programming with Microsoft F#

Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.