Review: IntelliJ IDEA 5.0 Enhancements Must Compete with ‘Free’ IDEs

Review: IntelliJ IDEA 5.0 Enhancements Must Compete with ‘Free’ IDEs

earn my living as a Java consultant and have concluded that Java is far from a perfect programming language. For many applications, I prefer to use dynamic languages like Common Lisp, Ruby, or Python. However, I use Java for most of my work for two reasons:

  1. Freely available, high-quality infrastructure software for Web portals and services
  2. The high quality of Java IDEs

The only programming languages that have IDE support as good as or better than Java are Microsoft’s C# (and associated languages ASP.NET, C++, etc.) and Smalltalk. Smalltalk is a niche language that I avoid because finding experienced Smalltalk developers is difficult. I tend to stay away from Microsoft’s Visual Studio-supported languages as well, because I don’t want to be locked into Windows-only deliveries.

So, as a Java developer, my choice of IDE is important.

A No-Brainer for 4.x Users; A Choice for New Users

I use the IntelliJ IDEA Java IDE for many hours a day?it is my primary development tool. I think that version 4.5 of the product is close to perfection, but IntelliJ does have strong (and free!) competition: NetBeans (which I use for building JFC-based GUI Java applications) and Eclipse (which I sometimes use because no one IDE nicely handles Java, Ruby, C++, and Python projects). Yet JetBrains (the company that produces IntelliJ) seems to realize that they are their own best competitor, so they are offering registered users a special limited-time deal on upgrades to it’s new 5.0 version (released August 1, 2005). Until September 1, an upgrade is $149; after that, an upgrade from any previous version is $299.

If you have not tried IntelliJ before, you can always get a free 30-day evaluation license from JetBrains. Obviously, “free” evaluations aren’t really free: they require your time. If the cost of IntelliJ is not in your business’ budget, then you’re probably better off choosing one of the free Java IDEs rather than spending the time evaluating IntelliJ.

For current IntelliJ IDEA 4.x users, the 5.0 upgrade (especially with the discount offer) is an easy choice: do it. For Java programmers who use Eclipse or NetBeans, the buying decision is more difficult. In addition to the cost, they must consider the startup time for learning a new IDE. IntelliJ 5.0’s improved J2EE support (or more likely, a subset of J2EE) does make the purchase easier to justify though.

IntelliJ Version 5 Enhancements

I had been using version 5 for only about 10 days at the time of writing. I discuss only new features that I actually used (see JetBrain’s complete list of new features). JetBrains made a few menu changes to the new version, most notably:

  • The Tools menu has fewer items.
  • The Analyze menu has five additional items.
  • The View menu has a new “Recent changes” item.

The following sections describe new features that I consider to be the most useful.

JavaScript Support

Code completion is not automatic for JavaScript files like it is when you edit Java code. So when editing JavaScript source files with IntelliJ 5.0, it enables you to get help with local symbol completion by using the Control-Space keystroke.

My favorite JavaScript-handling improvement is that the editor correctly handles JavaScript that is embedded in JSPs. I know that it is best to include JavaScript code from separate source files, but I often find it handy to inline simple and single-use JavaScript.

CSS Styled Editing

The IntelliJ editor is now “CSS aware”. Text is color styled. Placing the cursor at the end of a block highlights the matching begin of block. A “CSS aware” editor finds syntax errors as I edit?a real time saver!

Support for JSP 2.0 Standard

Code completion seems to work better, and the editor now supports the newer JSP 2.0 standard?even referenced file paths support code completion. Version 4.x had no structure view for JSPs. Now, version 5 offers a reasonably useful structure view for them. You can also use the XML JSPX format. Personally, I am so used to the non-XML JSP format that I am unlikely to change to JSPX. The advantage of using the XML JSPX format is that you can process your page files with an XML parser, use XPATH for searching your pages, etc. In practice, I find the non-XML JSP format easier to use.

J2ME Support

I have not done any J2ME development for a few years, so I did not try the new J2ME project support. That said, the description of J2ME support on the JetBrains Web site looked interesting.

Refactoring

Version 5 supports the following three additional refactorings:

  • Moving a method between classes
  • Inline superclass
  • Moving fields to a local scope

Support for Subversion

I have been using CVS forever. In my work flow, I like to keep all code, design artifacts, documentation, etc. under source code control. Since I plan to move up to Subversion in the future, IntelliJ Subversion support will be useful.

Installing IntelliJ 5

The install was simple, and it preserved my 4.x settings. If you want to evaluate version 5 using the free 30-day trial, you can safely use your version JDK1.4 project files. They should still be usable later if you decide not to upgrade.

IntelliJ Still the Best?For Now

For now, IntelliJ is a more productive environment than Eclipse or NetBeans because it is less intrusive to my workflow?I don’t think about using IntelliJ, I just use it. For me, it is the best Java development system. Still, in the long term, I might switch to Eclipse for most of my development and use NetBeans only for its excellent visual JFC designer. Eclipse has the advantage of being an open development platform for plugins. For example, IntelliJ has great support for JBoss development, but the JBoss Eclipse plugin looks promising. Many good user-written IntelliJ plugins are available, but I believe that a free platform like Eclipse will generate more plugin developer interest.

devx-admin

devx-admin

Share the Post:
Apple Tech

Apple’s Search Engine Disruptor Brewing?

As the fourth quarter of 2023 kicks off, the technology sphere is abuzz with assorted news and advancements. Global stocks exhibit mixed results, whereas cryptocurrency

Revolutionary Job Market

AI is Reshaping the Tech Job Market

The tech industry is facing significant layoffs in 2023, with over 224,503 workers in the U.S losing their jobs. However, experts maintain that job security

Foreign Relations

US-China Trade War: Who’s Winning?

The August 2023 visit of Gina Raimondo, the U.S. Secretary of Commerce, to China demonstrated the progress being made in dialogue between the two nations.

Pandemic Recovery

Conquering Pandemic Supply Chain Struggles

The worldwide coronavirus pandemic has underscored supply chain challenges that resulted in billions of dollars in losses for automakers in 2021. Consequently, several firms are

Game Changer

How ChatGPT is Changing the Game

The AI-powered tool ChatGPT has taken the computing world by storm, receiving high praise from experts like Brex design lead, Pietro Schirano. Developed by OpenAI,

Apple Tech

Apple’s Search Engine Disruptor Brewing?

As the fourth quarter of 2023 kicks off, the technology sphere is abuzz with assorted news and advancements. Global stocks exhibit mixed results, whereas cryptocurrency tokens have seen a substantial

GlobalFoundries Titan

GlobalFoundries: Semiconductor Industry Titan

GlobalFoundries, a company that might not be a household name but has managed to make enormous strides in its relatively short 14-year history. As the third-largest semiconductor foundry in the

Revolutionary Job Market

AI is Reshaping the Tech Job Market

The tech industry is facing significant layoffs in 2023, with over 224,503 workers in the U.S losing their jobs. However, experts maintain that job security in the sector remains strong.

Foreign Relations

US-China Trade War: Who’s Winning?

The August 2023 visit of Gina Raimondo, the U.S. Secretary of Commerce, to China demonstrated the progress being made in dialogue between the two nations. However, the United States’ stance

Pandemic Recovery

Conquering Pandemic Supply Chain Struggles

The worldwide coronavirus pandemic has underscored supply chain challenges that resulted in billions of dollars in losses for automakers in 2021. Consequently, several firms are now contemplating constructing domestic manufacturing

Game Changer

How ChatGPT is Changing the Game

The AI-powered tool ChatGPT has taken the computing world by storm, receiving high praise from experts like Brex design lead, Pietro Schirano. Developed by OpenAI, ChatGPT is known for its

Future of Cybersecurity

Cybersecurity Battles: Lapsus$ Era Unfolds

In 2023, the cybersecurity field faces significant challenges due to the continuous transformation of threats and the increasing abilities of hackers. A prime example of this is the group of

Apple's AI Future

Inside Apple’s AI Expansion Plans

Rather than following the widespread pattern of job cuts in the tech sector, Apple’s CEO Tim Cook disclosed plans to increase the company’s UK workforce. The main area of focus

AI Finance

AI Stocks to Watch

As investor interest in artificial intelligence (AI) grows, many companies are highlighting their AI product plans. However, discovering AI stocks that already generate revenue from generative AI, such as OpenAI,

Web App Security

Web Application Supply Chain Security

Today’s web applications depend on a wide array of third-party components and open-source tools to function effectively. This reliance on external resources poses significant security risks, as malicious actors can

Thrilling Battle

Thrilling Battle: Germany Versus Huawei

The German interior ministry has put forward suggestions that would oblige telecommunications operators to decrease their reliance on equipment manufactured by Chinese firms Huawei and ZTE. This development comes after

iPhone 15 Unveiling

The iPhone 15’s Secrets and Surprises

As we dive into the most frequently asked questions and intriguing features, let us reiterate that the iPhone 15 brings substantial advancements in technology and design compared to its predecessors.

Chip Overcoming

iPhone 15 Pro Max: Overcoming Chip Setbacks

Apple recently faced a significant challenge in the development of a key component for its latest iPhone series, the iPhone 15 Pro Max, which was unveiled just a week ago.

Performance Camera

iPhone 15: Performance, Camera, Battery

Apple’s highly anticipated iPhone 15 has finally hit the market, sending ripples of excitement across the tech industry. For those considering upgrading to this new model, three essential features come

Battery Breakthrough

Electric Vehicle Battery Breakthrough

The prices of lithium-ion batteries have seen a considerable reduction, with the cost per kilowatt-hour dipping under $100 for the first occasion in two years, as reported by energy analytics

Economy Act Soars

Virginia’s Clean Economy Act Soars Ahead

Virginia has made significant strides towards achieving its short-term carbon-free objectives as outlined in the Clean Economy Act of 2020. Currently, about 44,000 megawatts (MW) of wind, solar, and energy

Renewable Storage Innovation

Innovative Energy Storage Solutions

The Department of Energy recently revealed a significant investment of $325 million in advanced battery technologies to store excess renewable energy produced by solar and wind sources. This funding will

Renesas Tech Revolution

Revolutionizing India’s Tech Sector with Renesas

Tushar Sharma, a semiconductor engineer at Renesas Electronics, met with Indian Prime Minister Narendra Modi to discuss the company’s support for India’s “Make in India” initiative. This initiative focuses on

Development Project

Thrilling East Windsor Mixed-Use Development

Real estate developer James Cormier, in collaboration with a partnership, has purchased 137 acres of land in Connecticut for $1.15 million with the intention of constructing residential and commercial buildings.

USA Companies

Top Software Development Companies in USA

Navigating the tech landscape to find the right partner is crucial yet challenging. This article offers a comparative glimpse into the top software development companies in the USA. Through a

Software Development

Top Software Development Companies

Looking for the best in software development? Our list of Top Software Development Companies is your gateway to finding the right tech partner. Dive in and explore the leaders in

India Web Development

Top Web Development Companies in India

In the digital race, the right web development partner is your winning edge. Dive into our curated list of top web development companies in India, and kickstart your journey to

USA Web Development

Top Web Development Companies in USA

Looking for the best web development companies in the USA? We’ve got you covered! Check out our top 10 picks to find the right partner for your online project. Your

Clean Energy Adoption

Inside Michigan’s Clean Energy Revolution

Democratic state legislators in Michigan continue to discuss and debate clean energy legislation in the hopes of establishing a comprehensive clean energy strategy for the state. A Senate committee meeting

Chips Act Revolution

European Chips Act: What is it?

In response to the intensifying worldwide technology competition, Europe has unveiled the long-awaited European Chips Act. This daring legislative proposal aims to fortify Europe’s semiconductor supply chain and enhance its