Feb 26 2009

Sending email with Spring and Velocity

Published by Gilles at 9:20 pm under J2EE, Java, Programming, Spring

Spring action config

XML:
  1. <bean id="myAction" class="com.xxx.web.actions.MyAction" scope="prototype">
  2. <constructor-arg ref="emailservice" type="com.exelsearch.service.EmailService" index="3"></constructor-arg></bean>
  3.  
  4. <property name="validationMessage" ref="validationMessage"></property> </bean>

Pages: 1 2 3 4 5 6 7

One Response to “Sending email with Spring and Velocity”

  1. asdfon 30 May 2010 at 5:46 pm

    reading this article is like pain in the ass. please next time split such article into 20 pages, 7 is not enought

Trackback URI | Comments RSS

Leave a Reply