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

How to create a map of maps from a list of maps with Java 8 streaming api

BackgroundI have a list of maps that looks something like this:[ { “name”: “A”, “old”: 0.25, “new”: 0.3 }, { “name”: “B”, “old”: 0.3, “new”: 0.35 }, { “nam…

by adminOctober 8, 2018
Articles, Home

Apache Ignite made easy: first Java application

In this article, we take a one step further and let you through the creation of the first Ignite app…

by adminOctober 8, 2018
Articles, Home

Starting Flows with trackBy

Still continuing my trend of looking at Corda Services, I have some more tips to help your CorDapp w…

by adminOctober 8, 2018
Articles, Home

Top 5 Books to Learn Hibernate for Java Developers – DZone Java

This post takes a look at the top five books and/or courses for learning HIbernate as a Java developer, focusing specifically on beginner level knowledge.

by adminOctober 7, 2018
Home, Videos

1 – Push Up Fundimentals

by adminOctober 7, 2018
Articles, Home

Java EE Guardians

Safeguarding the Future of the Java EE Community

by adminOctober 7, 2018
Articles, Home

In Java, How much memory is allocated on stack and heap for “new Object()”

This was one of my interview question but I am still trying to get my head around it. If I create “new Object()”, the reference to this object will be on the stack, which will be 8 bytes on 64 bit….

by adminOctober 7, 2018
Articles, Home

Top 5 Kotlin Programming Courses for Java and Android Programmers – DZone Java

Since Kotlin is 100 percent Java compatible and the official Android development language, it’s a great time to learn Kotlin with these top five courses.

by adminOctober 7, 2018
Articles, Home

Java 11 and IntelliJ IDEA – DZone Java

In this post, we take a look at the latest release from the JDK — Java 11 — as well as IntelliJ’ IDEA’s support and new features announced in this release.

by adminOctober 7, 2018
Articles, Home

Recap: Java influencers weigh in on Java 11 and the state of the JDK – JAXenter

Is it September 25th yet? Java 11 is coming and it’s coming soon. As we approach the newest chapter, let’s have a quick recap about what influencers say.

by adminOctober 7, 2018
Articles, Home

#HOWTO: Bootstrap a Java EE 8 and Microprofile 2.0 Maven project in seconds | Philip’s Homepage

#HOWTO: Bootstrap a Java EE 8 and Microprofile 2.0 Maven project in seconds October 6, 2018 0 Comment #HOWTO Java EE Maven Manuall….

by adminOctober 7, 2018
Articles, Home

Blow up Your JUnit5 Tests with Permutations

Writing JUnit tests can be a tedious and boring process. Learn how you can improve your tests classe…

by adminOctober 7, 2018
Home, Open Source Projects

elopteryx/bean-mirror

Modern reflection library. Contribute to Elopteryx/bean-mirror development by creating an account on GitHub.

by adminOctober 7, 2018
Articles, Home

Java 11: a New Way to Handle HTTP and WebSockets in Java! – DZone Java

This article demonstrates how to implement the new API in Java 11 by performing a REST API call using OpenJDK 11, focusing on HTTP Clients and WebSockets.

by adminOctober 6, 2018
Articles, Home

Best Way to Append Data to File in Java – Apache commons.io.FileUtils and java.io.BufferedWriter Approach • Crunchify

What is the best way to append live data to a file in Java? It’s very easy for developer to print output or some debug data to Eclipse Console using

by adminOctober 6, 2018October 6, 2018

Posts navigation

Older posts
Newer posts

© 2021 JavaReads.com. ALL RIGHTS RESERVED.

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