Channel: IntelliJ IDEA

Syndicate content
4
02.07.12 17:07 | Andrey Cheptsov

Android UI Designer in IntelliJ IDEA Leda

 Quick overview of Android UI designer new feature in IntelliJ IDEA Leda.

English 6,737 Comments
Android, UI
5
02.07.12 15:07 | Yann Cebron

Struts 2 Validator Integration

Screencast demonstrating Validator-related features for Struts 2 plugin in IntelliJ IDEA Ultimate 11. For more information please visit http://confluence.jetbrains.net/display/CONTEST/Struts+2+Plugin+for+IntelliJ+IDEA

English 2,610 Comments
Struts 2, Validator
4.75
11.04.12 23:04 | John Lindquist

IntelliJ IDEA 11.1 Flex Features

English 7,115 Comments
Flex, John Lindquist
3.208335
09.09.11 13:09 | Egor Malyshev

Refactoring in IntelliJ IDEA, Live by Robert C. Martin (Uncle Bob)

Robert C. Martin (Uncle Bob) shows some refactoring techniques transforming a “large and ugly” function into a clean and readable piece of Java code, using IntelliJ IDEA and refactorings such as Rename, Extract Method, Inline Variable, Introduce Field, etc.

English 21,286 Comments
5
14.07.11 03:07 | Hamlet D'Arcy

Java 7 Small Language Changes

This screencast demonstrates the small language changes that are part of Open JDK 7, which is available from the Open JDK website. It demonstrates multi-catch, try with resources, strings in switch statements, underscores in literals, and the diamond operator.

English 20,663 Comments
hamlet, IDEA, Java, java7
4.9
13.07.11 03:07 | Hamlet D'Arcy

Spock and Mock Object Basics

This screencast demonstrates how to use Spock testing specifications and Groovy for mocking and stubbing behavior in unit tests. It covers creating the mock object syntax, setting expectations, verifying and spying on results, and argument matchers. 

 

English 14,128 Comments
Groovy, hamlet, IDEA, Spock
5
18.06.11 17:06 | Yann Cebron

Spring integration for Struts 2

Short showcase on setting up Spring integration for your Struts 2 web application.

English 10,906 Comments
5
17.05.11 21:05 | Yann Cebron

Struts 2: Navigation and Autocompletion

Apache Struts 2 support in IDEA: basic navigation and autocompletion showcase

English 12,149 Comments
5
15.04.11 19:04 | Hamlet D'Arcy

Getting Started with Spock and Groovy

This screencast demonstrates how to create Spock testing specifications. It covers creating basic when/then blocks, given/when/then blocks, expect/where blocks, and data tables. It explains how to create Spock file templates and Spock Live Templates for IDEA.




 

 

English 19,247 Comments
Groovy, hamlet, intellij, Spock
4.857145
29.03.11 12:03 | Hamlet D'Arcy

IntelliJ IDEA Static Analysis: Custom Rules with Structural Search & Replace

This screencast demonstrates IDEA's static code analysis features and how to write your own rule using Structural Search & Replace. I'll give you a quick overview of IDEA inspections, show you how to use Structural Search, and then demonstate creating a new inspection and quick fix based on this search.

English 15,275 Comments