Spring
-
Enterprise Java
Embedding HSQLDB server instance in Spring
I was using XAMPP happily for development until I had to host it somewhere accessible via the Internet for the…
Read More » -
Enterprise Java
Spring 3.1, Cloud Foundry and Local Development
This post will help you build a Spring 3.1 web application using MongoDB on Cloud Foundry. In addition to pushing…
Read More » -
Enterprise Java
Spring MVC REST Calls With Ajax
This post provides a simple example of REST calls to a Spring MVC web application. It is based on the Serving…
Read More » -
Enterprise Java
Spring 3.1 – Loading Properties For XML Configuration From Database
Spring makes it easy to inject values obtained from properties files via its PropertyPlaceholderConfigurer and (pre-Spring 3.1) PropertySourcesPlaceholderConfigurer (Spring 3.1).…
Read More » -
Enterprise Java
Spring MVC Error Handling Example
This post describes the different techniques to perform error handling in Spring MVC 3. The code is available on GitHub in…
Read More » -
Enterprise Java
Coherence Event Processing by using Map Trigger Feature
This article shows how to process Coherence events by using Map Triggers. Basically, Distributed Data Management in Oracle Coherence is…
Read More » -
Enterprise Java
Spring: Setting Logging Dependencies
This post describes how to set-up logging dependencies in Spring. It is based on information available in a post by Dave…
Read More » -
Enterprise Java
Method Parameter Names and Spring
Continuing on the previous blog entry about Constructor and method parameters and Java not retaining the parameter names at runtime –…
Read More » -
Enterprise Java
Spring MVC Form Validation (With Annotations)
This post provides a simple example of a HTML form validation. It is based on the Spring MVC With Annotations example. The…
Read More »