The Artima Developer Community
Sponsored Link

Java Buzz Forum
IDEA 4.0 - Projects and Classpaths

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Marc Logemann

Posts: 594
Nickname: loge
Registered: Sep, 2002

Marc Logemann is founder of www.logentis.de a Java consultancy
IDEA 4.0 - Projects and Classpaths Posted: Feb 15, 2004 2:24 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Marc Logemann.
Original Post: IDEA 4.0 - Projects and Classpaths
Feed Title: Marc's Java Blog
Feed URL: http://www.logemann.org/day/index_java.xml
Feed Description: Java related topics for all major areas. So you will see J2ME, J2SE and J2EE issues here.
Latest Java Buzz Posts
Latest Java Buzz Posts by Marc Logemann
Latest Posts From Marc's Java Blog

Advertisement

Note: IDEA EAP testers should skip this blog.

This is my first blog of the "what i like most in IDEA 4" series. After getting the long awaited final version, i installed it right on and was very confident with the results. I have only tested VERY early EAP versions of IDEA, so most of the features were absolutely new to me. One note before i step into todays topic: What the hell have they done to get the UI so damn responsive, this really feels like a native app.

IDEA now supports the concept of modules inside projects, giving us the ability to really do some code re-usage. And with the complete rewrite of the project handling, they also tackled the classpath issue. You can now configure "global Libraries" which can be seen in every project or module. The best of it all, you can also attach Javadocs and Sources to the libraries. Setting up a project can be done in a few seconds now and this is very desireable, because when working with many revisions of the same project (CVS), you really need to create a project quickly, after checking out a new revision. This was ok in version 3 of IDEA, but is beaten by the new Version in any way.

The same goes for JDK definitions. IDEA 3 was quite good at this, because it was very intuitive. With 4, you can specifiy wether you want to use your "Project-JDK" or a custom "Module-JDK". Nice. Furthermore "dependencies" gives you the ability to use classes from other modules without referencing them as Library jar or something.

Without doubt, the complete rewrite of the project handling was worth the effort by the Jetbrains guys. And there is so much more to explore, but this will be covered later.

Read: IDEA 4.0 - Projects and Classpaths

Topic: Pocket WiFi Access Point Previous Topic   Next Topic Topic: Exploiting Software: How to Break Code

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use