Enterprise Java
-
Hot Deployment with IntelliJ IDEA
Recently there was a voting in the PrimeFaces forum PrimeFaces IDE Poll for the best IDE used to develop PrimeFaces…
Read More » -
Amazon Free Usage Tier: Installing Tomcat 7 on an EC2 Linux instance
Amazon Web Services offers a free usage tier for 12 months that allows developers to run anything they want in…
Read More » -
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 »