-
Core Java
Integrate AspectJ with NetBeans Platform Development
Are you developing your project using the NetBeans Platform? Are you willing to use AspectJ to use AOP? You do…
Read More » -
Android Core
Android NotificationListenerService Example
Introduction NotificationListenerService is introduced in Android 4.3 (API 18). It allows an application to receive information about notifications as it…
Read More » -
Enterprise Java
Write effective Load Tests using JUnit and Repeat annotation
EasyTest recently introduced a new set of annotations that would help its users write effective test cases. The two main…
Read More » -
Core Java
Too Many Parameters in Java Methods, Part 3: Builder Pattern
In my two immediately previous posts, I looked at reducing the number of parameters required for a constructor or method…
Read More » -
DevOps
AWS EBS in 4 Steps
When you fire up an AWS AMI, you are given a small partition of disk space that survives reboots. For…
Read More » -
Enterprise Java
Creating Vulnerability Assessment Artifacts Using Maven Assembly
This article will discuss using Maven Assembly to create artifacts that can be provided to third-party vulnerability assessment sites (e.g.,…
Read More » -
Enterprise Java
Developing a personal mini Photo Gallery application using Struts2, Hibernate and MySQL BLOB – Part 1
Overview: In this workshop we’ll develop a web application which we can use to create a beautiful photo gallery. This…
Read More » -
Enterprise Java
Getting started with Spring JDBC in a web application
I have shown you how to setup a basic Spring 3 MVC web application in my previous article. Reusing that…
Read More » -
Core Java
Too Many Parameters in Java Methods, Part 2: Parameters Object
In my previous post, I looked at some of the problems associated with long parameters lists for methods and constructors.…
Read More »