-
Android Core
How to run junit tests inside the android project
Hi there! Today i’m gonna show you how to create and run junit tests inside your android project without creating…
Read More » -
Scala
For All You Know, It’s Just a Java Library
Blast from the past… I wrote this in May, 2008… and I’ve gotta say, I was pretty spot-on including Java…
Read More » -
Core Java
ChoiceFormat: Numeric Range Formatting
The Javadoc for the ChoiceFormat class states that ChoiceFormat “allows you to attach a format to a range of numbers”…
Read More » -
Core Java
Reduce Boilerplate Code in your Java applications with Project Lombok
One of the most frequently voiced criticisms of the Java programming language is the amount of Boilerplate Code it requires.…
Read More » -
Enterprise Java
3 Essential Ways To Start Your JBoss BPM Process
This episode of tips and tricks will help you to understand the best way to initiate your process instances for…
Read More » -
Core Java
Common Mistakes Junior Developers Do When Writing Unit Tests
It’s been 10 years since I wrote my first unit test. Since then, I can’t remember how many thousands of…
Read More » -
Software Development
Preventing lost updates in long conversations
Introduction All database statements are executed within the context of a physical transaction, even when we don’t explicitly declare transaction…
Read More » -
Career
Who Needs Side Projects?
The topic of side projects or personal projects for software professionals (commonly in the form of mobile apps, websites, various GitHub repos,…
Read More » -
Agile
Cost, Value & Investment: How Much Will This Project Cost? Part 2
This post is continued from Cost, Value & Investment: How Much Will This Project Cost, Part 1 We’ve established that…
Read More »