IntelliJ IDEA is a commercial Java IDE by JetBrains, often referred simply as IntelliJ.

The latest version of IntelliJ (11.1) includes a number of advanced features such UML-like class diagrams, visual Hibernate modeling, Spring 3.0 and Play Framework support, Dependency and Data Flow Analysis, Apache Maven support, Intelligent Coding Assistance and On-the-fly Code Analysis. A complete list can be found at their features page.

Jetbrains provides a fully functional 30-day trial version of the commercial edition for various platforms. Also available is an open source Community Edition. Check the differences between commercial and community versions here.

You can extend IntelliJ default features by installing plugins. Right now their Plugin Repository lists more than 500 plugins, both freeware and commercial.

Here you can find more information about how Using IntelliJ with Liferay

0 添付ファイル
73502 参照数
平均 (2 投票)
平均評価は5.0星中の5です。
コメント
コメント 作成者 日時
What are your recommended memory settings for... David Truong 2008/08/28 8:48
That depends on what are you working on, how... Igor Spasić 2010/06/21 2:13
Any plan to update this for Intellij 10? Also,... Jeff c 2011/03/30 3:57
I'd like to see some consideration for moving... Kirk Stork 2011/09/23 18:22

What are your recommended memory settings for IntelliJ
投稿日時:08/08/28 8:48
That depends on what are you working on, how much RAM do you have, what plugins are installed and so on. I have, for now: -Xmx1024m and it is working (intellij 9). I would recommend you simply start with one value and raise it when required.
David Truongへのコメント。投稿日時:10/06/21 2:13
Any plan to update this for Intellij 10?

Also, any plans to migrate liferay to maven modules?
(would be tons easier to import, manage, etc.)
投稿日時:11/03/30 3:57
I'd like to see some consideration for moving to Gradle as the build system. It is like getting everything you love about Maven without, <snip> -- all while keeping what you love about Ant without all the XML.

Intellij understands Groovy and Gradle, so it might be a nice set-up for IntelliJ users.
投稿日時:11/09/23 18:22