Live demos
IntelliJ IDEA 8 Refactorings
Shows new IntelliJ IDEA 8 refactorings in action. Also demonstrates the improved Smart Code Completion and some other coding assistance improvements introduced in IntelliJ IDEA 8.
Using UML Class Diagrams
Shows how to use the UML Class diagrams for creating the code, viewing hierarchy, refactoring, etc.
IntelliJ IDEA 8 Spring Support
Shows some of the new Spring support features of IntelliJ IDEA 8.
Seam Development
This tutorial demonstrates the use of IntelliJ IDEA 8 productivity-boosting features for all aspects of developing Seam-based application.
JavaScript Debugger
This demo shows how to debug JavaScript code with IntelliJ IDEA 8.
IntelliJ IDEA Overview
This demo shows you how to work with code productively, quickly navigate in projects, automate static code analysis, refactor code effectively, use integrated technologies, right from the IDE.
Hello, IntelliJ IDEA!
In this short screencast, we'll cover all the basics you'll need to get started using IntelliJ IDEA.
The
last demo was shot by Rob Harwood for his personal weblog.
Thanks, Rob!
Intelligent Groovy
Demonstrates IntelliJ IDEA support for Groovy and Grails, via JetGroovy plugin.
Building Swing UI with Groovy in IntelliJ IDEA
Building Swing UI for your Groovy applications is easy — with IntelliJ IDEA Groovy-aware productivity-boosting features.
Groovy Advanced Coding Concepts
Groovy coding is quick and productive — with IntelliJ IDEA Groovy-aware code editor. Coding assistance — completion, syntax and error highlighting, refactorings, all at your fingertips, completely following the dynamic nature of Groovy.
IntelliJ IDEA on Rails
Creating a Rails based Web application with IntelliJ IDEA.
Productive Ruby Development with IntelliJ IDEA
The demo shows how to create a sample Ruby script and demonstrates the variety of Ruby-aware features built into IntelliJ IDEA.
I18N Demo
In this short screencast, we'll cover all the basics you'll need to get started using I18N support in IntelliJ IDEA.
Debugger enhancements
An overview of IntelliJ IDEA 7 debugger features
Using Dependency Rules
A tutorial on how to manage project class dependencies with IntelliJ IDEA.
New approach to analyzing project class dependencies
Demonstration of the new technology for analyzing the project class dependencies - Dependency Structure Matrix, introduced in IntelliJ IDEA 7.
Managing Inspection Profiles in IntelliJ IDEA
Tutorial on using the advanced IntelliJ IDEA code inspection features to effectively maintain the project code quality.
Version Control with Shelved Changes
Tutorial on how to use one of the new IntelliJ IDEA 7 Version Control support features
Improved debugger user interface
This demo highlights the debugger usability and user interface improvements introduced in IntelliJ IDEA 7.
IntelliJ IDEA 7.0 New Features
This voice demo shows you the new and improved IntelliJ IDEA Spring and Hibernate support features.
Local History
This demo shows how to use the Local History feature which improves the code changes management, no matter whether you are working standalone or using a VCS.
Java Development with IntelliJ IDEA: Hello in 60 Seconds
This movie actually shows you how you can write "Hello, World!" in Java in less than sixty seconds, from start to finish, using IntelliJ IDEA.
This demo were shot by Rob Harwood for his personal weblog. Thanks, Rob!
Java EE: Spring & Hibernate
This demo shows the new features in Java EE support, including Spring and Hibernate during a tutorial on building Web application from scratch.
HTML Coding assistance in IntelliJ IDEA
An overview, showing how advanced IntelliJ IDEA coding assistance features help Web developers with HTML, JavaScript and CSS code.
Bindows demo
This demo shows the enhanced Bindows plugin features that help you productively develop AJAX
applications with Bindows framework. Demo is provided by our partners, MB Software,
creators of the
Bindows framework.
IntelliJ IDEA 7.0 Milestone 1
This demo shows the new features in Java EE support, including Spring and Hibernate during a tutorial on building Web application from scratch.
Struts Application From Scratch in Less Than Ten Minutes
This demo shows how to rapidly create and deploy a Web application based on the Struts framework with IntelliJ IDEA.
Deploying Web Application to JBoss Server with IntelliJ IDEA
This demo shows how to create and deploy Web application for JBoss server from scratch. Demonstation covers creating of required modules and setting up the run configuration.
Google Web Toolkit as 1-2-3
This demo shows you how to configure IntelliJ IDEA for GWT and write a small GWT image viewer.
Creating GWT Application from a Web Module
This demo shows how to create and deploy GWT application from IntelliJ IDEA Web Module.
Web and Enterprise Development with IntelliJ IDEA
IntelliJ IDEA provides EJB support for enterprise development, code assistance for HTML/XHTML, CSS, JavaScript, XML, and JSP/JSPX, quick deployment of J2EE applications, integration with different servers.
Creating AJAX Page Counter in 5 Minutes
This demo shows how to create a simple AJAX page counter in a few minutes, using IntelliJ IDEA.
GoogleSearch Plugin for IntelliJ IDEA
This demo shows how to create and publish IntelliJ IDEA plugin that searches the word under caret in Google.
Introduction to Refactoring
Explains the various ways you can invoke IntelliJ IDEA's Refactoring feature and locate Help for the available refactorings.
Anonymous to Inner
You may implement an anonymous inner class just to get some code working. Using IntelliJ IDEA's Anonymous to Inner refactoring to create a named inner class from the anonymous class makes the code easier to read and understand.
Extract Interface
See how this refactoring creates a new interface based on a class's members, and updates a client class to use the interface.
Extract Method
Shows how to use IntelliJ IDEA's Extract Method refactoring to make code more modular, and more understandable.
Introduce Field
In this lesson you will observe how IntelliJ IDEA's Introduce Field refactoring replaces an expression with a field introduced into the class according to options you specify.
GUI Designer
This online demo will help you quickly start using the new GUI Designer features.
Sample project that demonstrates how to build a simple Swing application using IntelliJ IDEA Visual Swing GUI Designer.
