As you should already know, the Java SE Platform and the JDK have moved to a rapid, six-month release cadence, with Java 12 launching on March 19, 2019. Come celebrate this release with an overview of what’s new, and see a deeper dive on some of the new features such as switch expressions and the new GC enhancements. We’ll also take a peek at some of the features under development at OpenJDK for future releases and discuss when we might see them in production!Photo by Christopher Czermak on Unsplash
Category: Home
Top 5 Java testing tools – JAXenter
Testing is an integral part of the development process. We’re taking a look at 5 of our favorite open source Java testing tools for unit tests and more!
Understanding Builder Design Pattern
In my previous article, we have discussed about Singleton Design Pattern.
Devnexus 2019 : kotlin, micronaut, security and kubernetes | Anthony Dahanne’s blog
Just got back from DevNexus 2019 (March 6th – 8th in Atlanta, GA) and the title I chose sum up the most frequent themes of this edition ! Security Workshop
The best new features in the Java programming language: Reasons to upgrade from Java 8
The most useful new language features in Java 9, 10, 11 and 12.
Kenji Hasunuma’s talks from KanJava
This post features several talks from Kenji Hasunuma presented at a KanJava event. Including: Jakarta EE, MicroProfile and the Payara Platform release.
Java 8 Functional Programming: Lambda Expressions Quickly
Get up and running with Java lambdas confidently – in conceptual, practical and intuitive manner – in 30 minutes – Free Course
Meet Spincast – A flexible Java web framework – JAXenter
Sometimes, all you need is a simple tool that gets the job done. Spincast was created exactly for that! Let’s have a closer look at this framework.
Java 12 String API Updates – DZone Java
This post explores the newest feature updates to string APIs in Java 12, String#indent(int), String#transform(function), String#describeConstable, and more.
4 Reasons Java EE 7 Application Developer is Important
1. Streamlined Certification PathOracle Certification streamlined this certification path,removing prerequisites that may have been a barrier to pursuingthis…
Red Hat Launches Quarkus Project to Advance Java on Kubernetes – Container Journal
Red Hat has launched a Quarkus project that makes available a Java framework optimized to run on top of Kubernetes.
Building Self-Contained, Installable Java Applications with JEP 343: Packaging Tool
The OpenJDK community has released an early access build of JEP 343: Packaging Tool. JEP 343: Packaging Tool, also known as jpackage, is a new tool for packaging self-contained Java applications along with a Java Runtime Environment.
Serverless Java Functions with Quarkus and OpenWhisk
Serverless Java Functions with Quarkus and OpenWhisk
Super Charge the Module Aware Service Loader in Java 11
Uday Tatiraju describes the service loading mechanism in Java and the changes made to it in order to support the native Java module system. Tatiraju also discusses an experimental library called Susel that can assist developers in building modular and extensible applications that leverage the native Java module system. The library removes the boilerplate code required to locate and load services.