InfoQ Homepage Java Content on InfoQ
-
JVMs Across the Data Center and Twitter's JDK
The Twitter Sponsored Solutions track at QConSF2016 features an engineering talk on JVMs Across the Data Center and unveils an in-house OpenJDK fork, the Twitter-JDK, with noted potential open-sourcing or release to broader public.
-
Enterprise Development Trends 2016: A Survey of JVM Developers by Lightbend
Lightbend surveyed over 2100 JVM developers to study correlations between development and infrastructure trends. Their findings, published in a whitepaper, revealed that microservices and lightweight containers are challenging heavyweight J2EE application servers.
-
JAX London: Production Time Profiling Using Java Flight Recorder
During JAX London 2016, Ola Westin of Oracle provided an insight into Java Mission Control.
-
Proposed Consolidation of JDK 10 OpenJDK Mercurial Repositories
Joe Darcy, JDK Engineer at Oracle, proposed a consolidation of the Mercurial (Hg) repositories for JDK 10 OpenJDK to a single repository that sparked a debate over scalability, performance, and other difficulties.
-
Pivotal Releases Versions 1.3.8 and 1.4.1 of Spring Boot
Pivotal recently released multi-version updates of their Spring Boot project with version 1.3.8 and 1.4.1 featuring bug fixes and dependency upgrades. Version 1.4.1 is the first maintenance release since version 1.4.
-
Red Hat Releases WildFly Application Server Version 10.1
Red Hat has released version 10.1 of their WildFly application server, featuring full HTTP/2 support, automatic generation of TLS certificates, and improved load balancing.
-
Ahead-of-Time (AOT) Compilation May Come to OpenJDK HotSpot in Java 9
OpenJDK HotSpot may get Ahead-of-Time (AOT) compilation as early as Java 9. InfoQ covers the proposal submitted in September 2016.
-
JavaOne 2016: IBM’s Keynote – Accelerating Innovation with Java
IBM had many innovative news to share this year at their keynote at Java One. InfoQ was there to cover their keynote.
-
MicroProfile Group Holds Discussion Panel Event during JavaOne
On 22nd September, the MicroProfile group held a panel event in San Francisco to discuss the current and future situation. Albeit not being part of JavaOne, the fact that it coincided in time and city made it easy for conference-goers to attend. The panel included representatives from RedHat, Payara, SouJava, Tomitribe, IBM, and the LJC, and speculated about the shape of future Java development.
-
JavaOne 2016 - Day 2 "Thinking in Parallel"
InfoQ attends"Thinking in Parallel" session at JavaOne 2016,
-
JavaOne 2016 - Day 1 Highlights
Day 1 of JavaOne 2016 topics: learning about Java 8&9 features, Docker for Java developers, and development tools for Java EE 8. InfoQ highlights a few of the day's interesting sessions.
-
Gradle Releases Version 3.0 of Their Polyglot Build Tool
Gradle announced a milestone version 3.0 release of their polyglot build tool that offers Gradle Cloud Services, an improved Gradle Daemon, improved IDE support, and initial support for Java 9.
-
JavaOne 2016 Keynotes Cover the Future of Java Near and Far
JavaOne 2016 opened with reminiscence of the past 21 years of Java, with mentions of JavaSoft and Sun. From there on it was all about Java's future - near and far. In this article InfoQ summarizes the Keynotes by the industry leaders.
-
Spring Releases Versions 2.3.1 and 2.4.0 Web Services
Spring recently announced multi-version updates of their Web Services project with release version 2.3.1 featuring minor patches and a new version 2.4.0 rebased to run on Spring Framework 4.3 and Spring Security 4.1 and designed to be forward compatible with Spring 5.0.
-
JavaOne 2016 – Audience Gets a Glimpse of the Power of JShell
JShell brings about Read-Eval-Print Loop (REPL) to Java. REPL is an efficient, interactive way for developers to validate their code snippets without having to compile, run and then debug their entire program.