Search:

Type: Posts; User: gangadhara.k; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    478

    Thank you very much for your reply

    Thank you very much for your reply
  2. I agree with Kyle

    I agree with Kyle
  3. Try this bean -

    Try this bean -
    <bean id="mailSender" class ="org.springframework.mail.javamail.JavaMailSenderImpl" >
    <property name="host" value="smtp.gmail.com" />
    <property name="port" value="587" />...
  4. Replies
    2
    Views
    478

    AOP Expression

    Hi,
    Can any one help me on this. I want an expression to replace the complete package structure (for example: com.dell.product.system.desktop.dao = ...
  5. Pass your model attribute instead of passing a...

    Pass your model attribute instead of passing a new FileObject. For example
    public String create(@Valid StockDomain stockDomain, BindingResult bindingResult, Model uiModel, HttpServletRequest...
  6. Inject datasource

    public void setDataSource(DataSource dataSource) {
    this.jdbcTemplate = new JdbcTemplate(dataSource);
    }
Results 1 to 6 of 6