-
Enterprise Java
Maven excludes all transitive dependencies
“Transitive dependencies are a new feature in Maven 2.0. This allows you to avoid needing to discover and specify the…
Read More » -
Software Development
Diction in Software Development (i.e. Don’t be a d1ck!)
Over the years, I’ve come to realize how important diction is in software development (and life in general). It may mean…
Read More » -
Software Development
Stop Chatting, Start Coding
The first principle of eXtremely Distributed Software Development (XDSD) states that “everyone gets paid for verified deliverables”. This literally means…
Read More » -
Software Development
Single Sign-On with the Delegated Access Control Pattern
Suppose a medium-scale enterprise has a limited number of RESTful APIs. Company employees are allowed to access these APIs via…
Read More » -
Software Development
Legacy Code To Testable Code #1: Renaming
This post is part of the “Legacy Code to Testable Code” series. In the series we’ll talk about making refactoring…
Read More » -
Software Development
Show your dev skills and win with CoderPower
CoderPower and Salesforce1 launch a series of coding challenges in the USA and in Europe. CoderPower is a platform where…
Read More » -
Enterprise Java
5 Handy Tips From JBoss BPM Suite For Release 6.0.3
Last week Red Hat released the next version of JBoss BPM Suite, labeled 6.0.3 and it is available in their…
Read More » -
Software Development
WSO2 Identity Server 5.0.0 Authentication Framework
The WSO2 Identity Server 5.0.0 takes the identity management into a new direction. No more there will be federation silos…
Read More » -
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 »