Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    556

    It can be persisted to a data store, the state of...

    It can be persisted to a data store, the state of that flow so that when a user returns, the flow can be resumed...
  2. Replies
    4
    Views
    556

    It refers to the flow execution number(e1) and...

    It refers to the flow execution number(e1) and step in that execution(s1)
    Eg: if booking was made for the first time and if you are on the thrid step of it, then it
    would be /booking?execution=e1s3
  3. Replies
    0
    Views
    1,146

    Using Velocity Templates for Email

    How can one setup an Email body using Velocity templates to have buttons, images in them ?

    Would css help? If so how should they be attached to the head section of HTML in the template ?


    If...
  4. Not able to insert new records when using Spring with JPA 2.0

    Configuration used is as follows,

    appContext.xml
    ---------------
    <bean id="entityManagerFactoryBean" class="org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean"
    ...
  5. How to dynamically inject values to a constructor?

    What if i am having bean def something ike this...

    <bean id="..." class="...Employee">
    <!-- Dynamically how to set these values -->
    <constructor-arg index="0"...
  6. Spring Reference document is very good to start....

    Spring Reference document is very good to start.

    But i prefer Spring in Action by Craig Walls would be the best one to read for a beginner.
  7. formBackingObject() or referenceData() ?

    When to use formBackingObject() or referenceData() methods?
  8. Replies
    3
    Views
    712

    But when to use formBackingObject() and...

    But when to use formBackingObject() and referenceData() methods?
  9. Poll: Yes setter based injection should be the...

    Yes setter based injection should be the preffered type of injection,because as the more the number of arguments in the constructor leads to less readability.
  10. Replies
    2
    Views
    3,398

    I think the exact location of the configuration...

    I think the exact location of the configuration file on the filesystem should be specified for FileSystemXmlApplicationContext
Results 1 to 10 of 10