Quicker Java and JDK 16 compatibility - Inside Java Newscast #3
Java Newscast covering recent OpenJDK developments, focusing on making Java quicker to use and JDK 16 compatibility.
Java Newscast covering recent OpenJDK developments, focusing on making Java quicker to use and JDK 16 compatibility.
GlassFish, the Jakarta EE implementation, now successfully compiles and runs on JDK 16, marking a major milestone for compatibility with modern Java versions.
A proposal for aligning Jakarta EE and MicroProfile via a shared 'CN4J' profile to break circular dependencies and unify cloud-native Java efforts.
Overview of Java 16 features and early proposals for Java 17, including sealed classes and API deprecations.
An iOS developer shares his journey from childhood gaming to Java programming and finally to iOS development with Objective-C.
A comprehensive guide to Java 16 features, including records, sealed classes, and tooling requirements for developers.
A tutorial on building and deploying a basic Java Spring API using VSCode, from project setup to deployment on Heroku.
Exploring Java 16's incubating Vector API to implement FizzBuzz using SIMD instructions for performance gains.
Explores upcoming Java features like pattern matching in switch, array/record patterns, and primitive objects from projects Amber and Valhalla.
A hands-on tutorial demonstrating how to use Unix Domain Sockets with Java's SocketChannel API, covering setup for inter-process communication.
Explains Java's type pattern matching with instanceof, a feature from recent Java versions, using examples to simplify type checking and casting.
Introducing jMolecules, a Java library that uses annotations to make architectural patterns like DDD evident in code, reducing boilerplate.
An in-depth look at pattern matching in Java, explaining its general principles and future possibilities beyond current type patterns.
Brian Goetz discusses Java's design quirks, problematic defaults like serialization and null, and historical trade-offs in its evolution.
Exploring how to use Java 16's new Unix-domain socket support to connect to a PostgreSQL database for improved security and performance.
Explores using Java 16's new Unix-domain socket support to connect to a PostgreSQL database, covering setup, the JDBC driver, and alternative clients.
Overview of recent JDK development discussions, focusing on four pattern matching proposals: documentation, array patterns, destructuring, and for-each loops.
A speaker's report on JConf Peru 2020, covering talks on Java, Jakarta EE, and Microsoft Azure services for developers.
A beginner's guide to Velocity Template Language (VTL) covering variables, directives, loops, and conditionals for dynamic content generation.
Explains a Java NoSuchMethodError with ByteBuffer.position() when code compiled with JDK 9+ runs on Java 8, and how to prevent it.