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 » -
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 » -
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 » -
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 » -
How to use Asynchronous Servlets to improve performance
This post is going to describe a performance optimization technique applicable to a common problem related to modern webapps. Applications…
Read More » -
All Other Metrics Are Useless
When it comes to queues, whether they’re implemented as JMS, database tables (i.e. what Ruby’s Delayed::Job uses for a queue),…
Read More » -
Creating an on-line recommender system with Apache Mahout
Recently we’ve been implementing a recommender system for Yap.TV: you can see it in action after installing the app and…
Read More » -
Detect Maven Dependency Mediation
As of Maven 2.0.9 a new feature was added to Maven called dependency mediation. Dependency mediation is the technique used…
Read More » -
Getting started with annotation based Spring MVC web application
Here is a minimal way to get a Spring 3 MVC project started with Maven. First create spring-web-annotation/pom.xml file and…
Read More »