InfoQ Homepage Java Content on InfoQ
-
Handy Improvements in JPA 2.2
Oracle has released version 2.2 of the Java Persistence standard (JPA). This release updates Java EE 8 to use all the benefits of Java 8.
-
Hazelcast Joins the Eclipse Foundation
Hazelcast, a provider in open source In-Memory Data Grid (IMDG), recently joined the Eclipse Foundation to work with the other members of the Eclipse community to mainly focus on JCache, Eclipse MicroProfile, and EE4J. Greg Luck, CEO at Hazelcast, spoke to InfoQ about Hazelcast joining the Eclipse Foundation.
-
Visual Studio Code Announces JUnit Support
The team at Microsoft which supports Visual Studio Code (better known as VS Code) has announced the release of an extension to run and debug Java JUnit test cases. The extension works with the Java Language Support extension provided by Red Hat and the Debugger for Java to complete the end-to-end development experience for developers working in the Java language in the editor.
-
Facebook Open-Sources RacerD - Java Race Condition Detector
Facebook’s open-source static analysis tool, Infer, now ships with support for detecting race conditions in Java code via RacerD.
-
Oracle Announces New Java Champions
Oracle has published a roundup of all new Java Champions accepted in 2017.
-
Looking Forward to Java in 2018
A look forward at the two new releases of Java that are expected in 2018.
-
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.