排序
Java Enterprise 101: Building a REST Server with Spring Boot
Java Enterprise 101: Building a REST Server with Spring Boot,Following up on the first part of Java Enterprise 101, this time around we will get our hands dirty and implement the J...
JVM Primer Part 2 – Debugging memory issues
JVM Primer Part 2 - Debugging memory issues, JVM-Troubleshooting (2 Part Series) 1 A Primer on JVM Memory Management and Troubleshooting - 1 2 JVM Primer Part 2 - Debugging memory ...
AtomicReference, a sometimes easier alternative to synchronized blocks
AtomicReference, a sometimes easier alternative to synchronized blocks,Brian Goetz lists AtomicReference in his the book Java Concurrency in Practice in the in the section advanced...
A Primer on JVM Memory Management and Troubleshooting – 1
A Primer on JVM Memory Management and Troubleshooting - 1, JVM-Troubleshooting (2 Part Series) 1 A Primer on JVM Memory Management and Troubleshooting - 1 2 JVM Primer Part 2 - Deb...
Playing With Apache Storm On Docker – Like A Boss
Playing With Apache Storm On Docker - Like A Boss,This article is not the ultimate guide to Storm nor is it meant to be. Storm's pretty huge, and just one long-read probably can't ...
Are you worried where your garbage goes?
Are you worried where your garbage goes?,I have started with Java as my programming language and developed many applications in Java only (Ok, sometimes python) for 3 years. It is ...
Implementing in-app language change
Implementing in-app language change,Android resolves language- and culture-specific resources based on the system locale setting. This is a desired behavior that makes perfect sens...
Como criar uma aplicação REST API básica com Spark
Como criar uma aplicação REST API básica com Spark,Através do micro framework Spark é possível criar micro serviços web com grande facilidade, envelopar num jar gordo e bota...
In-memory database tests with Querydsl
In-memory database tests with Querydsl,Writing tests is an important skill of a software engineer. I used to write lots of very focused, narrow unit tests. However, I often found s...
Kissing the state machine goodbye
Kissing the state machine goodbye,Recently, I have written about simplifying an event sourced application. The article starts with code from a talk by Jakub Pilimon and Kenny Basta...
How to generate Java Getters and Setters with Lombok (Part 2)
How to generate Java Getters and Setters with Lombok (Part 2),Quick Summary The Lombok Project is a java library that helps a developer generate boilerplate code like 'getter' and ...
JVM Architecture 101: Get to Know Your Virtual Machine
JVM Architecture 101: Get to Know Your Virtual Machine,Java applications are all around us, they’re on our phones, on our tablets, and on our computers. In many programming langua...