Random Thoughts on Java Programming
Trying to define some of my thoughts on Software Design.
Pages
(Move to ...)
Home
About me
Glossary
Quotes
References
FAQ
Java Specification Requests
ASCII Table
How I Explained REST to My Wife
Weight Measurements
▼
Friday, 10 May 2024
Caching REST Resources In Jakarta REST
›
I found the following blog post on caching interesting. See reference [1] I like caching, but I understand there's a very real danger o...
Thursday, 2 May 2024
Stream.sorted() - For unordered streams, no stability guarantees are made.
›
So I was writing code, and I had to sort a stream, because originally I had a Set, and everyone knows Sets are unordered by default. But my...
‹
›
Home
View web version