Syndicate content
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,494 Comments
Struts 2, Validator
4.75
11.04.12 23:04 | John Lindquist

IntelliJ IDEA 11.1 Flex Features

English 6,943 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 20,763 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,364 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 13,913 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,734 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 11,907 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 18,826 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,057 Comments
4.857145
04.03.11 10:03 | Hamlet D'Arcy

Griffon MVC Groups and Event System

 How to create a Griffon app, how to create several MVC groups, and how to communicate between MVC groups using the Griffon event bus. All in under 7 minutes. All done live in IntelliJ IDEA.

English 14,652 Comments
griffon, Groovy, hamlet, IDEA