Skip to content
  • Twitter

Your daily dose of community recommended contents for Java!

{ javaReads }

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

Category: Home

Articles, Home

Java 8 list processing – add elements conditionally

by adminDecember 29, 2018December 29, 2018
Articles, Home

Java Magazine New Edition: Java Present and Future

This blog is the source for news about major Java announcements and the Java community.

by adminDecember 29, 2018
Articles, Home

Avoid boilerplate code with this typable Spring beans tutorial

When you leave a matrix of possibilities in your application, you exponentially increase the number of classes you need. This typable Spring beans tutorial demonstrates a simple and extensible way to minimize the multiplicity.

by adminDecember 28, 2018December 28, 2018
Articles, Home

Java Eclipse Code Refactoring Shortcuts and Tips – DZone Java

Time to get more productive when writing Java code using Eclipse! We take a look at some handy refactoring shortcuts that will make your life easier.

by adminDecember 28, 2018December 28, 2018
Articles, Home

Bootiful GCP: Spring Cloud Stream with Google Cloud Pub/Sub

I’ve recently read Josh Long‘s Bootiful GCP series on Sprint Central’s engineering blog and especia…

by adminDecember 28, 2018
Articles, Home

Java 11: New HTTP Client API

In Java 11, the incubated HTTP Client API first introduced in Java 9, has been standardised. It make…

by adminDecember 28, 2018
Home, Videos

2018 Oracle Code One – Java – YouTube

by adminDecember 28, 2018
Articles, Home

Automating Docker Deployments Using Jib and Payara Micro

If you are like me, you spend most of your day developing applications.  During that time, it is difficult to carve out the time to manage c…

by adminDecember 27, 2018
Articles, Home

Java: Aggregate Data Off-Heap

Explore how to create off-heap aggregations with a minimum of garbage collect impact and maximum …

by adminDecember 27, 2018
Articles, Home

Generic Search in MongoDB With Java – DZone Java

In this post, we will learn how to create a generic method to search data in the MongoDB database via the MongoDB driver API.

by adminDecember 27, 2018
Articles, Home

Installing OpenJDK 11 on Ubuntu 18.04 for real

OpenJDK 11 was released on the 25th of September, 1018. As this is the first LTS release after versi…

by adminDecember 27, 2018
Articles, Home

Who’s Been Naughty, Who’s Been Nice? Santa Gives You Java 11 Advice!

Ever wondered how Santa can deliver holiday gifts to all kids around the world? There are 2 billion…

by adminDecember 27, 2018
Articles, Home

A guide to accessing databases in Java

Developers can use this guide to discover, understand, and select the right Java library to access their database, like MySQL, Postgres, Oracle and all others.

by adminDecember 26, 2018
Articles, Home

Java convert byte[] to int[] by concatenate every two bytes

I have a byte[ ] array. How can i concatenate every 2 byte ( get 16 bit short sized value for everyone ) and convert to int?I am converting by using a for loop, but my byte array is long, so for …

by adminDecember 26, 2018
Articles, Home

Java Abstract Factory Design Pattern Example

1. IntroductionIn this article, we will depict Java Abstract Factory Design Pattern in detail. …

by adminDecember 26, 2018

Posts navigation

Older posts
Newer posts

© 2021 JavaReads.com. ALL RIGHTS RESERVED.

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