Enterprise Java
-

Spring MVC Custom Validation Annotations
Last tutorial, I showed how to validate a form using annotations. This works great for simple validations, but eventually, youâll…
Read More » -

Auditing a Spring MVC Webapp with AspectJ. Part 2
Now, this is the blog you want to read if you’re interested in creating a Spring MVC Webapp that uses…
Read More » -

su and sudo in Spring Security applications
Long time ago I worked on a project that had a quite powerful feature. There were two roles: user and…
Read More » -

Java EE EJB Interceptors tutorial and example
In this example we are going to see how to use Interceptors in an EJB and test it using a…
Read More » -

LINQ and Java
LINQ has been quite a successful, but also controversial addition to the .NET ecosystem. Many people are looking for a…
Read More » -

Apache Server and JMeter debugging
I had been using JMeter to generate load for my production server to test my application. The test-plan has 13+…
Read More » -

Unit Testing of Spring MVC Controllers: Configuration
Writing unit tests for Spring MVC controllers has traditionally been both simple and problematic. Although it is pretty simple to…
Read More » -

Auditing a Spring MVC Webapp with AspectJ. Part 1
If youâre like me, then youâll have those kinds of programming days where everything seems to go incredibly well. You…
Read More » -

Spring from the Trenches: Using Environment Specific Cron Expressions with the @Scheduled Annotation
The @Scheduled annotation offers an easy way to create scheduled tasks in Spring powered applications. We can use it to…
Read More »



