Click Here Login to the Grey Matter web site
Sign up to the Grey Matter web site
Call Me  |  Email Us  |  Help
Search:
Tel: +44 (1364) 654100

Categories

Popular Publishers

Buyers Guides

Information

Home

 » 

Catalogue

 » 

Development & Testing

 » 

IDEs

 » 

Java Tools

 » 

IntelliJ IDEA

IntelliJ IDEA boxshot.

IntelliJ IDEA

The most intelligent Java IDE, intensely focused on developer productivity, IntelliJ IDEA has been consistently called the best Java IDE in the industry.


Published By: 

JetBrains

Please see below for licensing options, pricing and availability. Shipping is free within mainland UK (next working day subject to availability).


Information on this page:

» Product Variants

» New Features

» Features

Other Information:

» Call me about this product

» Similar products

» Use our sourcing request service



Product Information

IntelliJ IDEA is a powerful IDE (Integrated Development Environment) for the Java programming language. The IDE is feature packed with tools to enhance developer productivity including options for code refactoring, duplicate code search, code generation and code coverage. IntelliJ IDEA includes comprehensive support for Java frameworks, including Spring, JSP, JSF, Google Web Toolkit, Struts, Google App Engine, includes a Swing GUI designer for your Swing-based applications and can generate a UML Class Diagram to examine your application structure.

IntelliJ IDEA also supports code editing of HTML, XML, CSS, JavaScript (with debugger support) PHP, SQL, ActionScript, Groovy and more.




Product Variants - IntelliJ IDEA

   -   Back to top

Variant

 

Price
(Ex. VAT)

 

Man Part#

 

Availability

   
9.x Commercial, Competitive Upgrade - ESD 1-19 Licences (Price Per) Win/Mac/Linux   £304.07   II90COM-1-19   2 working days   Add to Basket
9.x Commercial, Competitive Upgrade - ESD 20-49 Licences (Price Per) Win/Mac/Linux   £293.58   II90COM-20-49   2 working days   Add to Basket
9.x Commercial, Competitive Upgrade - ESD 50+ Licences (Price Per) Win/Mac/Linux   £286.59   II90COM-50+   2 working days   Add to Basket
9.x Commercial, New Licence - ESD 1-19 Licences (Price Per) Win/Mac/Linux   £456.68   II90CL-1-19   2 working days   Add to Basket
9.x Commercial, New Licence - ESD 20-49 Licences (Price Per) Win/Mac/Linux   £440.37   II90CL-20-49   2 working days   Add to Basket
9.x Commercial, New Licence - ESD 50+ Licences (Price Per) Win/Mac/Linux   £429.89   II90CL-50+   2 working days   Add to Basket
9.x Commercial, Subscription Licence Upgrade (1-Year) (For v's 10.0 and 11.0) - ESD 1-19 Licences (Price Per) Win/Mac/Linux   £343.68   II90US-1-19   2 working days   Add to Basket
9.x Commercial, Subscription Licence Upgrade (1-Year) (For v's 10.0 and 11.0) - ESD 20-49 Licences (Price Per) Win/Mac/Linux   £330.86   II90US-20-49   2 working days   Add to Basket
9.x Commercial, Subscription Licence Upgrade (1-Year) (For v's 10.0 and 11.0) - ESD 50+ Licences (Price Per) Win/Mac/Linux   £322.71   II90US-50+   2 working days   Add to Basket
9.x Commercial, Upgrade - ESD 1-19 Licences (Price Per) Win/Mac/Linux   £228.34   II90CUP-1-19   2 working days   Add to Basket
9.x Commercial, Upgrade - ESD 20-49 Licences (Price Per) Win/Mac/Linux   £220.19   II90CUP-20-49   2 working days   Add to Basket
9.x Commercial, Upgrade - ESD 50+ Licences (Price Per) Win/Mac/Linux   £214.36   II90CUP-50+   2 working days   Add to Basket
9.x Personal, New Licence - ESD 1-19 Licences (Price Per) Win/Mac/Linux   £189.90   II90PL-1-19   2 working days   Add to Basket
9.x Personal, New Licence - ESD 20-49 Licences (Price Per) Win/Mac/Linux   £182.91   II90PL-20-49   2 working days   Add to Basket
9.x Personal, New Licence - ESD 50+ Licences (Price Per) Win/Mac/Linux   £178.25   II90PL-50+   2 working days   Add to Basket
Commercial, Maintenance Only (1-Year) - ESD 1-19 Licences (Price Per) Win/Mac/Linux   £189.90   IIAM-1-19   2 working days   Add to Basket
Commercial, Maintenance Only (1-Year) - ESD 20-49 Licences (Price Per) Win/Mac/Linux   £182.91   IIAM-20-49   2 working days   Add to Basket
Commercial, Maintenance Only (1-Year) - ESD 50+ Licences (Price Per) Win/Mac/Linux   £178.25   IIAM-50+   2 working days   Add to Basket

Other product variants may be available, please contact us or request a call back if you cannot see what you are looking for.



New Features

   -   Back to top

New features in IntelliJ IDEA 9

Enhanced Coding

  • Enhanced automatic code folding for more Java constructs
  • New inspections help to improve code quality, e.g. ensure conditions of assert statements have no unintended side effects
  • Built in spell checker can check comments, literals and identifiers
  • Updated data flow analysis displays all distinct values that can reach the selected method parameter or field and you can now explore where a certain value or expression is passed through the method call chains
  • Assign custom colours to code files for easy identification in the Editor tabs or Navigation lists of what you are looking at
  • New intention actions help write code multithreaded code

Updated Technology and Framework Support

  • Java EE 6 support including support for GlassFish 3 Preview integration, EJB 3.1, JPA 2.0, Servlet 3, JSF 2, Web Beans, Bean Validation and more
  • Preliminary support for Java 7 features, e.g. JSR 308 type annotations
  • Updated Groovy support including support for Gradle and Griffon, new inspections and simplified project configuration
  • Enhanced Maven support
  • Included Android plugin for Android development
  • Updated Flex support includes support for Adobe AIR, FlexUnit and more
  • New web framework support including Google App Engine, Tapestry, Spring 3.0 and more

General

  • Enhanced performance enables you to edit code almost immediately after opening the application and the UI responsiveness has also been improved
  • Start Run and Debug configurations using only the keyboard
  • Drag and drop, copy and paste files between IntelliJ IDEA and your OS native shell
  • Updated UML Support shows changed classes and updates UML popups
  • And much more



Features

   -   Back to top

Code Editing

  • Coding Assistance - Intelligent coding assistance features save your time and spare you from tedious routine, keeping your focus on the code, not its syntax
  • Code Generation - Easily create classes, interfaces, methods etc. Surround code with try/catch or if/else statements and more
  • Code Documentation - Helps automatically generate code documentation
  • Swing GUI Designer - create a form using the JGoodies layout manager, quickly add listeners, navigate between the form and Java code, internationalise UI, and migrate hand-written UI or forms created in other UI designers to IntelliJ IDEA's GUI designer
  • UML Class Diagram - IntelliJ IDEA features the UML class diagram which lets you quickly examine your application structure either on class or package level

Code Quality

  • Over 60 cross-language code refactorings
  • Code duplicate detection
  • Dependancy Analysis to analyse the dependencies between project classes
  • Code coverage support and support for JUnit and TestNG

Supported Languages

  • Java - Comprehensive support for the Java programming language
  • Javascript/Flex - JavaScript editor for productive JavaScript programming. All of its features including code completion, error highlighting and refactoring, quick fixes and intention actions are JavaScript aware and let you productively create efficient JavaScript code
  • HTML - Powerful HTML, XHTML and CSS editors, with support for code formatting, highlighting, validation, refactoring and more
  • XML - IntelliJ offers an XML viewer, XML parser and even XSL/XSLT editor
  • Ruby and JRuby - IntelliJ IDEA supports Ruby, JRuby and Ruby on Rails, the open source Ruby framework, for productive Ruby on Rails application development
  • Groovy - intelligent Groovy IDE, which enables productive Groovy programming
  • SQL - IntelliJ IDEA supports SQL scripts with the complete range of its coding assistance features
  • FreeMarker/Velocity - IntelliJ IDEA completely supports FreeMarker and Velocity through all of its productivity-boosting features
  • PHP - Supports PHP debugging, PHPDoc, Refactoring and PHPUnit

Technologies and Frameworks

  • JSP - Being an intelligent JSP source code editor for JSP development, IntelliJ IDEA provides an unparalleled set of productivity aimed features for editing JSP source code
  • JSF - JavaServer Faces (JSF) technology leverages existing, standard UI and Web-tier concepts without limiting developers to a particular mark-up language, protocol, or client device through custom tag library for expressing a JavaServer Faces interface within a JSP page
  • EJB - IntelliJ IDEA features rich support for EJB development
  • AJAX - includes an AJAX-aware JavaScript editor and the best JavaScript debugger, combined with the power of advanced XML and XSL processing
  • GWT - Google Web Toolkit (GWT) is a framework for simple and effective creating AJAX applications
  • Struts - IntelliJ IDEA includes the Struts Assistant plugin that provides the native support for Struts framework
  • JBoss Seam - You can use IntelliJ IDEA for the for full-cycle development of Seam applications
  • Sping - IntelliJ IDEA provides excellent support for Spring Framework (up to its latest version 3.0)
  • JPA/Hibernate - IntelliJ IDEA includes the complete JPA/Hibernate support
  • Web Services - take the full advantage of smart, productivity-boosting, developer-assisting features while developing the Web Services applications
  • Rails - IntelliJ IDEA supports Ruby, JRuby and Ruby on Rails, the open source Ruby framework, for productive Ruby on Rails application development
  • Groovy and Grails - IntelliJ IDEA is an intelligent Groovy IDE, which enables productive Groovy programming
  • Java ME MIDP/CLDC - IntelliJ IDEA provides integrated support for productive development of Java ME DoJa/MIDP/CLDC application development
  • Tapestry
  • Google App Engine
  • Android - Supports creation of Android applications

Team Integration

  • Supports numerous version control systems including Perforce, ClearCase, Subversion, CVS, SourceSafe, StarTeam, TFS and GIT
  • TeamCity integration
  • IDE Talk for communication between team members, using instant messaging, from within the IDE
  • Shareable IDE configurations
  • Ant and Maven support



Shopping Basket

    0 Item(s)

    Total:

    0.00



    View and amend your basket
      Currency is set to Sterling   Change currency to Dollars   Change currency to Euros
    CBuilder XE
    FreeDelivery
    Copyright © Grey Matter Ltd. 1983 - 2010. Registered office: 2 Prigg Meadow, Ashburton, Devon, TQ13 7DF. Registered in England. Company no: 1671407. VAT no: GB 384904621.    Powered by Unipower