-
Software Development
Outbound Passwords
Much has been written on how to securely store passwords. This sort of advice deals with the common situation where…
Read More » -
Enterprise Java
Cobertura and Maven: Code Coverage for Integration and Unit Tests
On the turmeric project, we maintain a nightly dashboard. On the dash board we collect statistics about the project, including…
Read More » -
Software Development
XACML In The Cloud
The eXtensible Access Control Markup Language (XACML) is the de facto standard for authorization. The specification defines an architecture (see…
Read More » -
Android Core
Android Homescreen Widget with AlarmManager
In this tutorial we will learn to create widget with update interval less than 30 mins using AlarmManager. New update:…
Read More » -
Software Development
Security Requirements With Abuse Cases
Gary McGraw describes several best practices for building secure software. One is the use of so-called abuse cases. Since his…
Read More » -
Core Java
Project Jigsaw: The Consequences of Deferring
Mr. Mark Reinhold has announced in July 2012 that they were planning to withdraw Project Jigsaw from Java 8 because…
Read More » -
Android Core
Android broadcast receiver: Registering/unregistering during runtime
In the previous post, we leaned to enable and disable the Broadcast receiver added in the Android manifest file. In…
Read More » -
Enterprise Java
How to write better POJO Services
In Java, you can easily implements some business logic in a Plain Old Java Object (POJO) classes, and you can…
Read More » -
Software Development
Naming Antipatterns
One of these annoying challenges when coding is finding proper names for your classes. There are some tools available making…
Read More »