Category Archives: spring

Presentation: Introduction to Spring MVC

I was asked to do a series of presentations and workshops regarding Spring MVC at the HvA. Last Friday I started off with a presentation and some live coding examples. Although the students didn’t have much experience with Spring or … Continue reading

Posted in java, spring, spring mvc, workshop | Leave a comment

Unittesting e-mail sending using Spring

In previous projects I mostly skipped writing tests for sending mail. Mostly due to the fact that there is a dependency on a working SMTP server. This time I decided to invest some time in finding a solution for this … Continue reading

Posted in e-mail, java, junit, smtp, spring, wiser | 6 Comments

Referencing spring beans from a Grails tag

Today I had a short look at referencing Spring beans from Grails. Since Grails is build on top of Spring this was actually 100% simpler then expected. Grails controllers and taglibs are autowired by name on startup. Just for the … Continue reading

Posted in grails, spring, textile | Leave a comment