IntelliJ IDEA – the IDE for Professional Development in Java and Kotlin
The long-awaited Java EE 8 is here, and it adds many new capabilities to the platform: Multiple CDI enhancements, including support for asynchronous events, HTTP/2 support in Servlet 4.0, and more. The IntelliJ IDEA 2017.3 EAP build expands support for Java EE 8 key features. We recently briefly ann…
Earlier today we’ve published the first IntelliJ IDEA 2016.3 RC. Now it is a good timing to give you an update on what’s been improved in this release with regard to supported frameworks, application servers and clouds. Spring Performance. Better performance of handling large projects with nu…
Join us Wednesday, June 25, 16:00 – 17:00 GMT (09:00 – 10:00 AM PDT) for a free live webinar with Bruno Borges, Developing Java EE Apps for WebLogic 12c with IntelliJ IDEA. In this webinar you will get an introduction to WebLogic 12c and learn how to develop Java EE 6 applications using IntelliJ IDE…
Last year was so busy with conferences and the major release of v13 that at some point we stopped publishing new articles from the 30 Day Guide. But we're back on track now! The new year always means new tips and tricks for your favorite IDE. The good news is that the new article is already awaiting…
We hope you are excited to try the freshly released IntelliJ IDEA 13 if you haven't already. As announced, the new release comes with support for Java EE 7, the new version of Java enterprise platform released this year by Oracle, along with GlassFish 4.0, an update to the popular open-source applic…
IntelliJ IDEA 13 will be released in early December, bringing changes to every part of the IDE. One of the key new features is support for Java EE 7, the cutting-edge version of Oracle's enterprise Java platform, along with support for top enterprise application servers such as GlassFish 4 and WildF…
One of the notable changes coming in IntelliJ IDEA 13 is the developer tool set for Java EE 7, the cutting-edge version of Oracle's enterprise Java platform. IntelliJ IDEA will offer support and productivity-boosting features for all Java EE specifications, including JSF 2.2, CDI 1.1, Batch Processi…
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 c…
If you are developing an application for Spring tc Server, you may be interested in tc Server Support plugin for IntelliJ IDEA. (more…)…
IntelliJ IDEA 10 includes an option to setup an application server right in the New Project Wizard. You only need to specify a directory where the server is installed: IntelliJ IDEA will create a sample application, setup it accordingly for the selected server and will add a corresponding Run Confi…
Next Maia EAP build includes new action that lets you quickly update a running JavaEE application after you changed its code. To invoke it, either press Ctrl+F10, or click this button on the Run tool window bar: IntelliJ IDEA will allow you to select what to update in application: Settings are…
Maia supports Servlet 3.0 specification (JSR 315). You can now create a Web application without a web.xml descriptor: Now, configure your servlets and filters with @WebServlet and @WebFilter annotations: Everything is recognized by IntelliJ IDEA, as well as Web fragment descriptors and static …