Human Computer Interaction, Data Processing, Analytics and Big data
Epsilon – A Garbage Collector which doesn’t collect any garbage – eJavaGuru.com
by eJavaGuru Epsilon – A Garbage Collector which doesn’t collect any garbage Imagine a software organization replaces its programm….
Java: Streaming a JDBC ResultSet as CSV
In my previous post, I showed how to convert a java.sql.ResultSet to JSON and stream it back to the …
Top 5 Online Courses to Learn Web Development in 2019
Udemy is running their flash sale this weekend, where they are offering all the courses in just $10.99 and I have been spending a lot of ti…
Troubleshooting your Java EE Applications – Part 2
This blog will continue to focus on other different ways and techniques to catch potential issues in the early stage and helps to find the root cause of application performance issues.
Java Magazine New Edition: Java Present and Future
This blog is the source for news about major Java announcements and the Java community.
Java BlockingQueue examples – Mkyong.com
December 13, 2018 | Viewed : 444 | +335 pv/w In Java, we can use BlockingQueue to create a queue which shared by both producer and….
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.
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.
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…
Java 11: New HTTP Client API
In Java 11, the incubated HTTP Client API first introduced in Java 9, has been standardised. It make…
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…
Java: Aggregate Data Off-Heap
Explore how to create off-heap aggregations with a minimum of garbage collect impact and maximum …
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.