Webinar Recording: Spring Boot and IntelliJ IDEA 14.1
A few days ago we had a pleasure to host a live webinar with Stéphane Nicoll of Pivotal, one of core Spring and Spring Boot developers. In this one hour hands-on coding session Stéphane gave an...
View ArticleIntelliJ IDEA 15.0.2 EAP Adds Kotlin Beta 2
Great news! Yesterday the Kotlin team released an update to Kotlin Beta, which brings several language improvements and library changes. Since IntelliJ IDEA 15 comes bundled with the Kotlin plugin,...
View ArticleIntelliJ IDEA 16 EAP: Better Spring Boot Support and Kotlin 1.0 RC
A new IntelliJ IDEA 16 EAP build is now available for download. Take a look at the release notes to see which bugfixes are included. Spring Boot Those who work with Spring Boot projects should give...
View ArticleWebinar Recording: What’s New in IntelliJ IDEA 2016.2 for Spring Developers
Last week a part of the IntelliJ team including Yann Cébron and myself had the pleasure of visiting the beautiful (and somewhat crazy) Las Vegas. No, we didn’t play at the casinos. Instead, we saved...
View ArticleIntelliJ IDEA 2017.2 EAP: Run Dashboard for Spring Boot
Last week we’ve published a new IntelliJ IDEA 2017.2 EAP build, which, among various bugfixes and improvements, brings a new experimental feature, we think you may find very interesting. Because it’s...
View ArticleIntelliJ IDEA 2017.2: Spring Boot Improvements
Endpoints Tab The Run/Debug tool windows for Spring Boot applications now contain an Endpoints tab which will include information retrieved from the application’s actuator endpoints Beans, Health, and...
View ArticleWhat’s new in IntelliJ IDEA 2017.3 for Spring Boot
In this post, we’ll give you a summary of the improvements we have made in our support for Spring Boot and the brand new Spring Boot MVC; all of which will be available and waiting for you in the...
View ArticleSpring and Spring Boot in IntelliJ IDEA 2018.1
IntelliJ IDEA 2018.1 comes, as usual, with a lot of features to support developers who use Spring and Spring Boot. We also now have an OpenAPI for Spring Boot, which allows third party plugins to...
View ArticleSpring and Spring Boot Improvements in IntelliJ IDEA 2018.2
As usual, the latest version of IntelliJ IDEA comes with even better support for developers using the Spring framework. Support for Spring Integration IntelliJ IDEA 2018.2 adds support for Spring...
View ArticleWhat’s new for Spring Boot in IntelliJ IDEA 2018.3
Spring Boot 2.1 Just released – the latest version of Spring Boot is already fully supported in your favorite IDE! Configuration values annotated with @DataSize are validated, using the default...
View ArticleFully Reactive: Spring, Kotlin and JavaFX playing together
Spring Framework 5 brings full reactive support to developers everywhere. What better way to demo reactive programming than to actually build something live? In this presentation, Trisha creates an...
View ArticleTutorial: Reactive Spring Boot Part 1 – A Kotlin REST Service
This is the first step in a new tutorial showing how to create a Reactive Spring Boot application: Creating a Reactive service with Kotlin. This month (October 2019) I presented a live demo at...
View ArticleTutorial: Reactive Spring Boot Part 2 – A REST Client for Reactive Streams
This second step shows how to create a Java client that will connect to an endpoint that emits a stream of server-sent events. We’ll be using a TDD-inspired process to create the client and test it....
View ArticleTutorial: Reactive Spring Boot Part 3 – A JavaFX Spring Boot Application
This is the third part in our tutorial showing how to build a Reactive application using Spring Boot, Kotlin, Java and JavaFX. The original inspiration was a 70 minute live demo. This third step shows...
View ArticleTutorial: Reactive Spring Boot Part 4 – A JavaFX Line Chart
In this step we see how to create a JavaFX application that shows a line chart. This application uses Spring for features like inversion of control. This is the fourth part in our tutorial showing how...
View ArticleTutorial: Reactive Spring Boot Part 5 – Auto-configuration for Shared Beans
In this lesson we look at how to use Spring beans from one module in a different module, using auto-configuration. This is the fifth part of our tutorial showing how to build a Reactive application...
View ArticleTutorial: Reactive Spring Boot Part 8 – Kotlin RSocket Server
In this lesson we add a new back end service in Kotlin, this time emitting the prices via RSocket, a protocol for reactive streams. This is the eighth part of our tutorial showing how to build a...
View ArticleTutorial: Reactive Spring Boot Part 9 – Java RSocket Client
In this lesson we add an RSocket client that can talk to the RSocket server we created in the last lesson. This is the ninth part of our tutorial showing how to build a Reactive application using...
View ArticleTutorial: Reactive Spring Boot
Our Reactive Spring Boot tutorial is finally complete! So our end-of-year gift to you is to wrap it all up into a single blog post, where you can easily find each of the tutorial steps, the code, and...
View ArticleAt Your Request: Use the HTTP Client in IntelliJ IDEA for Spring Boot RESTful...
Spring Boot is great for developing web services. A request handler (for example, a REST controller) is where you define methods that handle requests to specific endpoints. To test those requests, you...
View Article