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: Articles
Hibernate and Java Persistence API (JPA) Fundamentals
Get smarter about how you work with Java and databases in this thorough hands-on course.
Developing OpenJDK Mission Control – Marcus Hirt
– By Marcus The last blog (about Fetching and Building OpenJDK Mission Control ) earned me questions on how to get the source into….
10 Examples of Converting a List to Map in Java 8
Suppose you have a List of objects, List and you want to convert that to a Map , where a key is obtained from the object and value is the …
JavaFX Tip 30: ScrollPane with DropShadow
In one of my projects I recently noticed that it was hard for the user to see whether the content of…
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.
JavaFX Tip 29: Make Layouts Ignore Invisible Nodes
Back in the days when I was still implementing UIs in Swing I used to be a big fan of MigLayout (“on…
Java 8 Generics: Reducing a Stream of Consumers to a single Consumer
Join Stack Overflow to learn, share knowledge, and build your career. Google Facebook Home Public 2 How can I write a method for c….
Functional Java by Example | Part 4 – Prefer Immutability
This is part 4 of the series called “Functional Java by Example”.In previous part we talked a bi…
Java JDBC PostgreSQL Connection Example
This article is a Java JDBC PostgreSQL Connection Example. PostgreSQL is an object-relational databa…
Java Weekly, Issue 233 | Baeldung
Interesting Java 10 functionality as well as notes on what’s happening with Jakarta EE, plus Zuul 2 finally being open sourced. A good week all around.
Peeking Inside Java Streams With Stream.peek – DZone Java
This tutorial demonstrates how the Stream interface can be a useful took to help visualize how stream operations behave using the Stream.peek(Consumer).
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