Search:

Type: Posts; User: toleb; Keyword(s):

Search: Search took 0.01 seconds.

  1. ops :o

    ops :o
  2. finally i solved using dozer :) but if someone...

    finally i solved using dozer :)

    but if someone has solution using spring directly, i'm here :)

    Thanks
  3. ...

    <bean id="mybean" class="net.roseindia.Inject" >
    <property name="name" value="#{sb.name}"/>
    </bean>

    and the output is

    Name: #{sb.name}
  4. I'm reading these pages but i don't understand...

    I'm reading these pages but i don't understand what kind of method i have to invoke....
  5. Take a look here: SourceBean sb = new...

    Take a look here:

    SourceBean sb = new SourceBean();
    sb.setName("myName");
    XmlBeanFactory beanFactory = new XmlBeanFactory(new ClassPathResource("myxml.xml"));
    Inject demo = (Inject)...
  6. @Hetal B the property of "bean1" a is already...

    @Hetal B
    the property of "bean1" a is already valorized, i wan't to set it at "val1"
  7. First of all thanks for helping me! I'm using...

    First of all thanks for helping me!

    I'm using spring 3 and now i'll read Chapter 6 of the Spring 3 reference documentation

    very Thanks
  8. How to "map" a source bean to a destination bean

    Hi!
    First of all excuse me if i'd opened this 3d in correct section...

    I would like to inject a property in a bean from an another's bean property...


    Can someone explain me the way to do...
Results 1 to 8 of 8