Channel: IntelliJ IDEA + IDEA

Syndicate content
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 14,219 Comments
hamlet, IDEA, Java, java7
4.857145
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 8,992 Comments
Groovy, hamlet, IDEA, 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 11,417 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 10,644 Comments
griffon, Groovy, hamlet, IDEA
5
02.03.11 17:03 | Hamlet D'Arcy

CDI Event Bus Basics

Java EE 6 ships with CDI, Contexts and Dependency Injection, and CDI is also available in Java SE using the Weld framework. This screencast is about CDI events and the event system. It briefly explains the benefits of an event system and then shows how easy it is to use from CDI.

English 9,263 Comments
4.714285
25.02.11 17:02 | Hamlet D'Arcy

GWT Event Bus Basics

Event buses reduce coupling, especially in MVC applications. This screencast explains the benefits and shows how to write one in Google Web Toolkit (GWT). 

English 14,401 Comments
GWT, hamlet, IDEA
4.5
12.10.10 15:10 | Ikryanov

JxBrowser & IntelliJ IDEA

 This video demonstrates how to download JxBrowser library, create a new project in IntelliJ IDEA IDE and configure it to use JxBrowser library.

English 2,494 Comments
IDEA
4
01.10.10 15:10 | Stefan Reich

Compiling Eye in IntelliJ IDEA

This is a screen capture showing how to compile the Eye project in IntelliJ IDEA 9 (using only free tools).

English 2,258 Comments
Eye, IDEA