-
Scala
Akka Notes – Actor Messaging – Request and Response – 3
Last time when we saw Actor messaging, we saw how fire-n-forget messages are sent (Meaning, we just send a message…
Read More » -
Agile
Project Lifecycle in Teamed.io
In addition to being a hands-on programmer, I’m also co-founder and CTO of Teamed.io, a custom software development company. I…
Read More » -
Android Core
Control Sphero using Temperature Sensor in Android
One of the most interesting topic around Android it is how we can connect our smart phones to other devices…
Read More » -
Enterprise Java
Stateless Spring Security Part 1: Stateless CSRF protection
Today with a RESTful architecture becoming more and more standard it might be worthwhile to spend some time rethinking your…
Read More » -
Enterprise Java
The future is Micro Service Architectures on Apache Karaf
This is a guest blog post by Jamie Goodyear (blog, @icbts). He is an open source advocate, Apache developer, and computer…
Read More » -
Enterprise Java
Identity Anti-patterns: Federation Silos and Spaghetti Identity
A recent research done by the analyst firm Quocirca confirms that many businesses now have more external users than internal…
Read More » -
Enterprise Java
DI Containers are Code Polluters
While dependency injection (aka, “DI”) is a natural technique of composing objects in OOP (known long before the term was…
Read More » -
Enterprise Java
JPA Tutorial: Mapping Entities – Part 2
In my last post I showed a simple way of persisting an entity. I explained the default approach that JPA…
Read More » -
Software Development
Logical vs physical clock optimistic locking
Introduction In my previous post I demonstrated why optimistic locking is the only viable solution for application-level transactions. Optimistic locking…
Read More »