Spring
-
Enterprise Java
HOW-TO: Using @PropertySource annotation in Spring 4 with Java 7
Today I migrated one of my projects, that I am currently working on, to Spring 4.0. Since it is a…
Read More » -
Groovy
Grails: Calling bean methods in Spring Security expressions
Some days ago while working on a Grails application I was in a situation where a wanted to call a…
Read More » -
Enterprise Java
@ControllerAdvice improvements in Spring 4
Among many new features in Spring 4 I found @ControllerAdvice improvements. @ControllerAdvice is a specialization of a @Component that is…
Read More » -
Enterprise Java
Type Conversion in Spring
Here are few straight cases where we need type conversion: Case #1. To help simplifying bean configurations, Spring supports conversion…
Read More » -
Enterprise Java
Building a SOAP Webservices Proxy Module using Spring Webservices
Some time ago I wanted to see how easy it is to write a web services proxy (wsproxy) using Spring…
Read More » -
Enterprise Java
Spring: Make your java-based configuration more elegant
Hi everyone, I haven’t written new articles a long period of time. A lot of materials were accumulated which need…
Read More » -
Enterprise Java
Spring Transactions Visibility
Spring, on initializing application context, creates proxies when it comes across classes marked with @Transactional. @Transactional can be applied at…
Read More » -
Enterprise Java
Exploring Spring Controller with Spring Form Tag
In the past article, I have shown you how to process an plain HTML form with Spring controller. But a…
Read More » -
Enterprise Java
Adding Social Sign In to a Spring MVC Web Application: Registration and Login
The first part of this tutorial described how we can configure Spring Social 1.1.0 and Spring Security 3.2.0 but it…
Read More »