HTML5 Mobile
Written by: Max Firtman
Featured Refcardz: Top Refcardz:
  1. Git
  2. Data Mining
  3. Spring Data
  4. Subversion
  5. HTML5 Mobile
  1. HTML5 Mobile
  2. HTML5
  3. Subversion
  4. Git
  5. Java

Link Details

Link 314861 thumbnail
User 56984 avatar

By ann
via jetbrains.dzone.com
Published: Dec 08 2009 / 16:47

Now also available in FREE and open-source Community edition, IntelliJ IDEA is much faster than before, with complete Java EE 6 support, new PHP editor with refactoring and debugging, improved Groovy support, free Scala and Clojure plug-ins, and much more!
  • 65
  • 0
  • 7891
  • 3

Comments

Add your comment
User 368023 avatar

yakkoh replied ago:

0 votes Vote down Vote up Reply

Once $JDK_HOME is setup, a charm.
Of course not as simple as leafpad or notepad.
Thanks Jetbrains.

User 320654 avatar

terrance.macgregor replied ago:

0 votes Vote down Vote up Reply

I am a huge fan of Netbeans. I like to try new things, but am not sure if IntelliJ is worth the transition. Curious if Netbeaners have tried this platform and what they think about it.

User 168129 avatar

romanstrobl replied ago:

0 votes Vote down Vote up Reply

Hi Terrance, I can tell you about the difference of IntelliJ IDEA and NetBeans, because I have used both in the past. Both are really nice IDEs but IDEA goes deeper in terms of understanding the languages. For example you get much more quick fixes and code quality related reports. Also many frameworks and technologies are well supported and you can use cross-technology refactorings. Imagine that you e.g. refactor the name of your bean in JSP and then also the Java class, XML and all queries (EJBQL, HQL, etc.) get refactored, too. Also your code never breaks when using refactorings in IDEA, which can't be guaranteed with other IDE's since they can't always refactor all related languages. There is also very nice support for new languages such as Groovy, Scala or Clojure, so if you like new languages, IDEA is ahead of the curve in supporting them. IDEA is also very keyboard-centric and editor-oriented. So once you get used to the shortcuts you'll be very productive and fast, sometimes in NetBeans the dialogs and wizards are a bit cumbersome. Finally memory consumption of IDEA is much lower than the memory consumption of NetBeans. If you have any specific questions, feel free to ask.
,
,

User 320654 avatar

terrance.macgregor replied ago:

0 votes Vote down Vote up Reply

Thanks Roman. I will give it a try.

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.