Home

Search results

"tag:spring"


Title and summary Date/time
1
The specified call count is not a number: null
Today we had an interesting bug in a small web application developed for a customer in the financial industry. The application is based on the Spring Framework, secured by Acegi Security and makes heavy use of AJAX (powered by DWR). Everything went fine ...
Jan 24, 2008
12:24:00 AM
2
Will the BEA Acquisition Push Spring Framework?
BEA is well known for its J2EE application server Weblogic and recently extended its product line to a SOA stack branded Liquid. Oracle has its own J2EE compontents mainly derived from Orion Server and branded as OC4J. They also have a SOA stack called ...
Jan 19, 2008
1:45:00 AM
3
Spring MVC: Null or an Empty String?
Spring MVC converts your empty fields to an empty string instead of null by default. This is often not what you want when you persist your entities. The reason for this behavior is that Spring MVC uses Java's default property editor for strings when ...
Nov 25, 2007
7:01:00 PM
4
Modular Spring Configuration
When assembling applications from a set of reusable compoenents that use the Spring Framework to wire their beans you will end up with a whole bunch of Spring configuration snippets spread around the JAR files containing your components. Components ...
Jul 6, 2007
1:13:02 AM