-
Core Java
Using sun.misc.Unsafe in Java 9
The Java 9 EA version is out and we can now see how to use sun.misc.Unsafe. I led the public campaign…
Read More » -
Enterprise Java
Neo4j: Graphing the ‘My name is…I work’ Twitter meme
Over the last few days I’ve been watching the chain of ‘My name is…’ tweets kicked off by DHH with…
Read More » -
Software Development
Microservices in the Chronicle World – Part 5
In this part we look at putting a micro service together as a collection of services, and consider how we…
Read More » -
Software Development
Microservices in the Chronicle world – Part 4
A common issue we cover in our workshops is, how to restart a queue reader after a failure. The answer…
Read More » -
Software Development
Microservices in the Chronicle World – Part 3
One of the problems with using microservices is performance. Latencies can be higher due to the cost of serialization, messaging…
Read More » -
Software Development
Microservices in the Chronicle world – Part 2
In this part we look at turning a component into a service. In Part 1, we looked at how we…
Read More » -
Software Development
Microservices in the Chronicle world – Part 1
At a high level, different Microservice strategies have a lot in common. They subscribe to the same ideals. When it…
Read More » -
Software Development
Micro-services for performance
Microservices is a buzz word at the moment. Is it really something original or based on established best practices? There…
Read More » -
Enterprise Java
Spring Tutorial: Creating a Hello World REST API Using Spring Framework and Spring Boot
Spring Framework was created as a result of disappointment of Java community with earlier versions of Enterprise Java. Since then…
Read More »