Eclipse MicroProfile 2.2 updates the Fault Tolerance, Open Tracing, Open API, and Rest Client APIs and continues to align itself with Java EE 8.
Category: Articles
Controlling Your Cloud – A Look At The Oracle Cloud Infrastructure Java SDK
In this post we take a look at the Java SDK for interacting with various elements within the Oracle Cloud Infrastructure. Specifically, we’ll look at authentication and basic object storage APIs.
JavaEE 8 + Payara 5 + MicroProfile 2.1 + Docker in About a Minute – DZone Microservices
A software architect gives a tutorial on how to quickly set up a Java-based microservices application using JavaEE 8, MicroProfile, and a Docker container.
Run an Open Liberty server on Java 11
In Open Liberty 19.0.0.1 we are officially supporting running on Java 11! Many of us are still running on Java 8, since that was the most recent long-term supported release of Java. Let’s catch up a bit and review the new features introduced in Java 9, 10, and 11, then look at what it takes to build and run an application on Open Liberty and Java 11.
In-demand programming language Java scores another win as DevOps turn to its Groovy spin-off
TIOBE attributes Groovy’s resurgence to its use by DevOps engineers.
JDK 12: The new features coming to Java 12
Beta builds are available, with switch expressions to improve coding and allow pattern matching, and raw string literals to simplify multiline expressions
Google’s Java Containerization Tool ‘Jib’ Goes GA — ADTmag
Jib is a fast and simple container image builder that consolidates all the steps involved in packaging an app into a container image, and allows developers to build containers using familiar Java tools.
Clojure devs are all about Java 8 and functional programming – JAXenter
What’s the state of the Clojure ecosystem in 2019? It turns out that Clojure devs are still in love with Java 8 and use it for web development.
A Step-by-Step Migration to Reactive Microservices in Snowy Stockholm
I have written and talked a lot about why reactive programming matters at Jfokus. In my tutorial, I explain where it makes sense to apply reactive principles in existing business applications and where it’s better to leave things as they are.
5 Spring Cloud Annotations Java Programmers Should Know – DZone Java
This post focuses on the top five Spring Cloud annotations that you must know for developing cloud-native Java applications.
On-demand Webinar: Migrating beyond Java 8
Help your team keep up with the pace of change. Sander Mak SHARE Oracle ends public updates for Java 8 beginning January 2019. And….
Map Reduce Example in Java 8
The map-reduce concept is one of the powerful concepts in computer programming, particularly on functional programming which utilizes the p…
Tackling RESOURCE_LOCAL Vs. JTA Under Java EE Umbrella and Payara Server – DZone Java
In this tutorial, we take a closer look at how to tackle the RESOURCE_LOCAL and JTA features under the Java EE umbrella and Payara Server.
10 Examples of Collectors and Stream in Java 8
As the name suggests, Collectors class is used to collect elements of a Stream into Collection. It acts as a bridge between Stream and Coll…