Spring
-
Enterprise Java
Spring Constructor Injection and Argument names
At runtime, java classes do not retain the name of the constructor or method parameters, unless classes are compiled with…
Read More » -
Enterprise Java
Spring MVC for Atom Feeds
How to add feeds (Atom) to your web application with just two classes? How about Spring MVC? Here are my…
Read More » -
Enterprise Java
Clean code with aspects
In my previous post I’ve described the alphabet conversion, and I’ve mentioned that we used AspectJ to resolve that task,…
Read More » -
Enterprise Java
Spring MVC Customized User Login Logout Implementation Example
This post describes how to implement a customized user access to an Spring MVC web application (login logout). As a…
Read More » -
Enterprise Java
Spring Collection Merging
Spring collection merging is a feature that I first came across as an answer to a StackOverflow question It is…
Read More » -
Enterprise Java
Spring3 + JPA2 + Java EE6 App Server = Confusion Over Configuration
Spring is great, JavaEE6 is great and latest JavaEE6 Application servers are also great. This post is not a rant…
Read More » -
Enterprise Java
Spring Security: Prevent brute force attack
Spring Security can do lot of stuff for you. Account blocking, password salt. But what about brute force blocker. That…
Read More » -
Enterprise Java
JUnit Testing Spring Service and DAO (with In-Memory Database)
This post describes how to implement JUnit tests for a Spring Web Application’s Services and DAO. It is built on…
Read More » -
Enterprise Java
Spring MVC Controller JUnit Testing
JUnit testing Spring MVC controllers is not an easy task. But recently, a new project (to be included in Spring…
Read More »