Introduction One of the cool specifications produced by the MicroProfile group is the Rest Client for MicroProfile available from MP release 1.3. It builds on top of the Client API of JAX-RS and a…
Category: dummyCategory
Why does Java 8 ZonedDateTime think 24:01 is a valid time string representation?
I need to get two ZonedDateTime instances representing the beginning and the end of the current week.ZonedDateTime currentDateTime = ZonedDateTime.now();ZonedDateTime startOfThisWeek = currentDa…
Devoxx Poland | Connecting the Dots
If you have any questions please contact us at [email protected] Our motto If you want to go fast, go alone. If you want to go far, g….
First MicroProfile.io application using Java Module System
Embrace the JPMS power with MicroProfile.io applications
ObjectOutputStream example: A Java object serialization tutorial – Coffee Talk: Java, News, Stories and Opinions
Java object serialization and deserialization is a neat feature of the SE platform that makes it easy to read and write instances of your JavaBeans to the file-system or across a network. In this ObjectInputStream and ObjectOutputStream example, we provide a quick tutorial to get you started with Java serialization.
Java 11 JDK roadmap: The new features you can expect
CORBA, Java EE, and JavaFX support will be removed, but several new features are under consideration in addition to the 12 confirmed new capabilities
Machine Learning in Java, part 2
Welcome to the second part of the tutorial for scoring your PMML files using LightningScorer, which…
FizzBuzz Solution in Java 8
FizzBuzz is one of the most famous programming question from interviews, which is generally used to weed out programmers who can’t program….
Implementing a FTP-Client in Java | Baeldung
Learn how to easily interact with an external FTP server in Java.
Be Reactive and Micro with a MicroProfile Stack
Be Reactive and Micro with a MicroProfile Stack
Java Base64 Encoding and Decoding | Baeldung
How to do Base64 encoding and decoding in Java, using the new APIs introduced in Java 8 as well as Apache Commons.
Convert String to Date in Java | Baeldung
Learn how to get an object representing a Date from a String in Java
JavaFX Daily
A selection of articles, blog posts, videos and photos recommended by Michael Heinrichs
JDK 8 BigInteger Exact Narrowing Conversion Methods
In the blog post “Exact Conversion of Long to Int in Java,” I discussed using Math.toIntEx…
How to Visualize Java Module Graphs – DZone Java
This tutorial demonstrates how to visualize a Jigsaw module graph in a Java application, which can be performed with a few basic commands.