Java
-
Web socket Java client for Stomp-Spring server side
Problem : As an analysis for an issue I had to write a simple java web socket client site code…
Read More » -
Seven Testing Sins and How To Avoid Them
Throughout this article I will be using Java within code snippets, whilst also using JUnit and Mockito. This article aims…
Read More » -
The 8 Primitive Types in Java
As I begin to edit my Java Basics series from a couple years ago, I thought it would make sense…
Read More » -
Crossing The JUnit Streams
One of the nice things about JUnit 5 migration is that you can run your JUnit 4 tests in vintage…
Read More » -
Websockets with Jmeter: Getting Performance Numbers
Problem: I can across a problem recently where it was needed to test performance of SockJs/Stomp Spring websocket broker for…
Read More » -
Java Projects: Book Review
This article is about the book Java Projects Second Edition, by Peter Verhas that I wrote last year. The aim…
Read More » -
Object and Index Streams
I was going to write a post about how to blend a stream with the indices of each element, but…
Read More » -
How To Deep Clone An Object Using Java In Memory Serialization
In my previous articles, I had explained the difference between deep and shallow cloning and how copy-constructors and defensive copy…
Read More » -
How to Customize Serialization In Java By Using Externalizable Interface
In a previous article Everything About Java Serialization Explained With Example, I explained how we can serialize/deserialize one object usingSerializable…
Read More »