InfoQ Homepage Java Content on InfoQ
-
IntelliJ IDEA 2017.3: Enhanced Support for Java EE 8, Spring Boot, and JUnit
Just three months after their last release, JetBrains recently released version 2017.3 of their flagship product, IntelliJ IDEA, with a host of new features including enhanced support for Java, Java EE 8, Spring Boot, Kotlin, and Docker.
-
Spring Security 5.0.0 Released
Pivotal has released Spring Security 5.0.0, the first major release since 4.0.0, featuring OAuth support and support for project Reactor and WebFlux.
-
The First Nine Projects Proposed for EE4J
As part of the process to transition Oracle Java EE 8 and GlassFish technologies to the Eclipse Foundation, the first nine projects have been proposed to ultimately be included in the Eclipse Enterprise for Java (EE4J). Dmitry Kornilov, senior software development manager at Oracle, and Michael Milinkovich, executive director at the Eclipse Foundation, spoke to InfoQ about these new projects.
-
SpringOne 2017 - Chat with Pivotal about the Conference, Spring, Reactor, WebFlux and Other Goodies
InfoQ speaks to Pieter Humphrey and Simon Basle about the SpringOne Platform 2017 conference, Project Reactor, WebFlux, and general Spring things.
-
SpringOne 2017 - Day 2 - Juergen Hoeller on Spring's Mission
The SpringOne Plaform Conference Day 2 keynote was well organized and replete with surprises, including keynotes by SpringFramework lead Juergen Hoeller and Microsoft Distinguished Engineer - one of the Gang of Four - Dr. Erich Gamma, among many notable others.
-
SpringOne 2017 Key Announcements
The second annual SpringOne Platform conference had dozens of major announcements in the areas of Spring and Pivotal CloudFoundry. In this article we cover the major announcements from the keynote address by Pivotal head of cloud research, Onsi Fakhouri.
-
SpringOne 2017 Platform Conference - Day 1
The second annual SpringOne Platform Conference has kicked off in San Francisco. This is a no-nonsense event with roughly 10 parallel tracks, celebrity speakers, food, drink, and lots of technology.
-
Servlet vs. Reactive: Choosing the Right Stack - Rossen Stoyanchev Presents at QCon SF 2017
Spring Framework 5 introduced a brand new reactive web framework spring-webflux, which resides alongside the traditional servlet based web framework spring-mvc.In his presentation, Rossen Stoyanchev talked about the differences in these two frameworks’ execution models, and how to decide when to select spring-webflux over spring-mvc.
-
Kotlin 1.2 Introduces Multi-Platform Projects
The latest version of Kotlin makes it possible to share code for the JVM and the JavaScript platform using multi-platform projects. Additionally, it includes a number of language and library improvements, and better compiler performance.
-
What's New in MicroProfile 1.2
The Eclipse Foundation recently released MicroProfile version 1.2. New APIs added to this release include improved communications among microservices, response to system faults, and the JSON Web Toolkit (JWT). Emily Jiang, CDI and MicroProfile development lead at IBM, and Michael Croft, Java middleware consultant at Payara, spoke to InfoQ about this latest release.
-
Design of Java Value Types Makes Progress
Project Valhalla has posted a major update and has announced some initial, very early-stage design concepts for value types in the JVM.
-
Oracle Joins Eclipse MicroProfile Project
Following its decision to move stewardship of the Java EE technologies to the open-source Eclipse Foundation, creating the EE4J project, Oracle has now joined IBM, Red Hat and others in the Eclipse MicroProfile project.
-
Java 10 - The Story So Far
Java 10 is now only four months away. This article examines the currently known and expected features of Java 10.
-
Fresh Async with Kotlin: Roman Elizarov Presents at QCon SF
Roman Elizarov, team lead in Kotlin libraries at JetBrains, presented “Fresh Async with Kotlin” at QCon San Francisco. Elizarov demonstrated how Kotlin addresses the difficulties faced in writing asynchronous code in languages such as Java, C# and Javascript. Async code in Kotlin looks very much like the normal synchronous code that most developers are used to writing in languages such as Java.
-
Microsoft Open Sources Java Debugger for VS Code
Visual Studio Code has made the code for the Java Debugger it released in September open source.