Skip to content
  • Twitter

Your daily dose of community recommended contents for Java!

{ javaReads }

  • Articles
  • Videos
  • Open Source Projects
  • Events
  • Presentations

Category: Articles

Articles, dummyCategory

MicroProfile Rest Client for Java SE

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…

by adminJune 21, 2018
Articles, Home

Hibernate and Java Persistence API (JPA) Fundamentals

Get smarter about how you work with Java and databases in this thorough hands-on course.

by adminJune 21, 2018
Articles, Home

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….

by adminJune 21, 2018
Articles, Home

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 …

by adminJune 21, 2018
Articles, Home

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…

by adminJune 21, 2018
Articles, dummyCategory

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….

by adminJune 20, 2018
Articles, dummyCategory

Implementing a FTP-Client in Java | Baeldung

Learn how to easily interact with an external FTP server in Java.

by adminJune 20, 2018
Articles, Home

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…

by adminJune 20, 2018
Articles, Home

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….

by adminJune 20, 2018
Articles, Home

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…

by adminJune 20, 2018
Articles, Home

Java JDBC PostgreSQL Connection Example

This article is a Java JDBC PostgreSQL Connection Example. PostgreSQL is an object-relational databa…

by adminJune 20, 2018
Articles, Home

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.

by adminJune 20, 2018June 20, 2018
Articles, Home

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).

by adminJune 20, 2018June 20, 2018
Articles, dummyCategory

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.

by adminJune 20, 2018
Articles, dummyCategory

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

by adminJune 20, 2018

Posts navigation

Older posts
Newer posts

© 2021 JavaReads.com. ALL RIGHTS RESERVED.

  • Articles
  • Videos
  • Open Source Projects
  • Events
  • Presentations
Powered by Akka