Archive for the ‘Demos’ Category

IntelliJ IDEA is getting ready for Java EE 7 Launch

Tuesday, June 11th, 2013

No doubt you’ve heard about Java EE 7 Launch this Wednesday, Jun 12th. Do you plan to attend the Java EE 7 launch webinar to learn the latest improvements in the platform? If you do Java EE then it probably makes sense.

We, in out turn, would like to give you a sneak peak of the Java EE 7 support coming in IntelliJ IDEA 13 later this year. We’ve been watching the JSR progress and working on it for some time.

Below is a number of short videos demoing our forthcoming support for different JSF 2.2 (JSR-344) features. Check them out and let us know what you think. We’ll be posting more Java EE 7 support details in the coming months.

Note that everything you see, and even more, is already available in IntelliJ IDEA 13 EAP, so you can do more than just watch.

1. Pass Through Attributes

2. Support for new namespaces (0:43)

3. Flows

Stay tuned for more details in future posts.
And we look forward to your feedback on these videos and features.

Develop with pleasure!

Webinar Recording. Live Coding a Plugin From Scratch

Thursday, December 6th, 2012

As you remember last week, on November 29 we organized a webinar «Live Coding a Plugin From Scratch» with Dmitry Jemerov, the CTO of JetBrains. In this webinar Dmitry was building an IntelliJ IDEA plugin and discussing the ins and outs of the plugin development.

You can grab the demo code from the GitHub repository.

Please enjoy the recording!

Develop with Pleasure!

IntelliJ IDEA Productivity Tips. Part 1

Wednesday, October 31st, 2012

People unfamiliar with IntelliJ IDEA keep always asking me, why it’s better than other products. Today we have decided to make a short overview of some very basic features, that let developers be more productive every day.

In this episode we will show you some of the basic shortcuts for test-driven development. The video comes with transcription in subtitles. Check it out. See if you know and use all these basic features.


(more…)

MPS-designed Languages in IntelliJ IDEA

Tuesday, July 10th, 2012

Have you ever thought about using some custom DSLs for your tasks? Great news! With the new MPS 2.5 feature you can use DSLs created in MPS in your projects within IntelliJ IDEA with amazing special code editors and all the stuff. Once you create your language in MPS, to enable them in IntelliJ IDEA you just need to install core MPS plugins and plugins with your languages, add MPS facet to your project and select the languages.

(more…)

Spring Web Flow Support in IntelliJ IDEA 12

Wednesday, July 4th, 2012

One of the features added in the last IntelliJ IDEA 12 EAP is Spring Web Flow support. This post is a quick overview of the enhancements.

Watch Spring Web Flow Support in Action


(more…)

Android UI Designer Coming in IntelliJ IDEA 12

Tuesday, June 26th, 2012

Today we have exciting news for all Android developers who use IntelliJ IDEA Ultimate or IntelliJ IDEA Community Edition as their IDE of choice — Android UI Designer, one of the most desired features, is finally coming with the release of IntelliJ IDEA 12.

Once IntelliJ IDEA 12 EAP opens later this week, you can start playing with it. Those who want to get it sooner may build IntelliJ IDEA Community Edition from the source code right now.

Here we would like to highlight the major features of Android UI Designer you will get with the new release:
(more…)

AnnotationConfig*ApplicationContext support in IntelliJ IDEA 11.1

Friday, February 24th, 2012

From this short post you’ll find out (and see) how to:

  • configure your non-XML Spring contexts using @Configuration classes, AnnotationConfigApplicationContext or AnnotationConfigWebApplicationContext
  • set-up “active” profiles for annotation-based configurations
  • If you use AnnotationConfigWebApplicationContext then simply add your configurations or packages-to-scan to “contextConfiguration” context-param of your web.xml and these files will be autodetected by IntelliJ IDEA.

    or add your @Configuration classes to a new annotation-based fileset if your application uses AnnotationConfigApplicationContext.

    So, what do you think?

    IntelliJ IDEA for Spring Integration 2.0 Patterns

    Tuesday, December 27th, 2011

    Spring Integration extends Spring to support the well-known Enterprise Integration Patterns via lightweight messaging within Spring-based applications and supports integration with external systems via declarative adapters.

    Just wanted to let you know that in IntelliJ IDEA 11 we’ve added support for all 21 integration schemes with code analysis, completion, usages search and basic refactorings.

    Spring 3.1: Testing with @Configuration classes and profiles

    Friday, December 16th, 2011

    Latest Spring 3.1 features can be easily found in IntelliJ IDEA 11 release.

    If you’ve already started testing your applications with @Configuration classes and environment profiles, tell us how it works for you in IntelliJ IDEA.

    NavBar improvements in IntelliJ IDEA 11

    Tuesday, November 29th, 2011

    We’ve slightly redesigned Navigation Bar and added some new sweet features. Watch this short demo for the details and a general overview of NavBar abilities.