Why I Decided Not to Use Cassandra
Recently I started working on a project, in my spare time, and I hope it will eventually get large amounts of data, so I started thinking about scalability very early.Continue reading
Recently I started working on a project, in my spare time, and I hope it will eventually get large amounts of data, so I started thinking about scalability very early.Continue reading
A well-abstracted DAO layer means that the service layer doesn’t know anything of the persistence mechanism. This is generally desirable – you can later switch to a different storage –Continue reading
In the past hours I’ve been implementing a sample JMS+MDB+JPA application. I had to read quite a lot of tutorials, documentations and other samples, because I had no prior experienceContinue reading
On an interview I was given a task to implement a simple messaging system, using timers, message-driven beans and a build tool of my choice. This, of course, had toContinue reading
The TimeZone (as well as the locale and encoding) are retrieved by the JVM from the operating system. This in my opinion is not a good decision, but that’s notContinue reading
Eric Evans has formulated what domain-driven design (DDD) is. Martin Fowler is a great supporter and advocate of DDD. These are remarkable names and it is almost certain they areContinue reading
This blogpost shares a wonderful utility – portecle – GUI for managing PKI Update: KeyStore explorer seems good as well
Voting is at the center of http://stackoverflow.com (a programming Q&A site), and at the center of democracy (at least such are the claims). How and why do people vote? TodayContinue reading
If a developer has used the Java security APIs he already knows what’s ahead. That’s not the only example, alas, but I’ll be using it to illustrate my point. TheseContinue reading
Imagine the case where you have a JSF application that’s already using some custom ELResolver, but you want to get all the benefits of spring and want to have theContinue reading