-
Core Java
Why Future Generations Will Hate You for Using java.util.Stack
Before I kill you with some meaningless tautology, here is the gist If your application is near real time or…
Read More » -
Enterprise Java
Basics about Servlets
Through this tutorial i will try to get you closer to the Java Servlet Model. Before we start with examination…
Read More » -
Software Development
Trunk, Branch, Tag And Related Concepts
Trunk, Branch and Tag concepts are relevant to revision control (or version control) systems. These systems are typically implemented as repositories containing electronic…
Read More » -
Core Java
Java 7: File Filtering using NIO.2 – Part 3
Hello all. This is Part 3 of the File Filtering using NIO.2 series. For those of you who haven’t read Part…
Read More » -
Software Development
Collaborative Artifacts as Code
A software development project is a collaborative endeavor. Several team members work together and produce artifacts that evolve continuously over…
Read More » -
Core Java
java.lang.ClassNotFoundException: How to resolve
This article is intended for Java beginners currently facing java.lang.ClassNotFoundException challenges. It will provide you with an overview of this…
Read More » -
Software Development
Invaluable books for an enterprise software engineer
I am again in the design phase of a very large project. The project context is to provide a new…
Read More » -
DevOps
Health Checks, Run-time Asserts and Monkey Armies
After going live, we started building health checks into the system – run-time checks on operational dependencies and status to…
Read More » -
Scala
become/unbecome – discovering Akka
Sometimes our actor needs to react differently based on its internal state. Typically receiving some specific message causes the state…
Read More »