TweetI have been inserting log4j entries into a mongodb database and each entry has been given an ISODate timestamp: Link to this post!
READ MORE »Posts in category Springframework
Unit Testing Springframework’s @Async annotation
TweetI had a task to make my current webservice calls asynchronous and wanted to use the @Async annotation in Spring 3.0x to accomplish the task. The @Async annotation can be provided on a method so that invocation of that method will occur asynchronously. In other words, the caller will return immediately upon invocation and the actual execution [...]
READ MORE »Reflecting on SpringOne 2GX
TweetThis was my first time attending SpringOne, and I must say, I was truly impressed. Springsource did an amazing job getting a wide breadth of technologies to make this a valuable conference. Some of the main sections I found personally valuable, and thus will be exploring and sharing with the team, are New Spring 3.1 [...]
READ MORE »Groovy Spring DSL Constructor Argument
TweetI have been trying to create an inner class instance of a Spring constructor argument and have been looking at the Grails documentation that states Constructor arguments can be defined using parameters to each method that reside between the class of the bean and the last closure: (from http://www.grails.org/Spring+Bean+Builder) Link to this post!
READ MORE »
