Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    30
    Views
    12,349

    Thanks for your feedback, I will be taking the...

    Thanks for your feedback, I will be taking the exam on December 15th, I'll post my feedback, too.
  2. You can also use PortletRequestUtils...

    You can also use PortletRequestUtils, to get the parameters from the request.
  3. Maybe you can use CronTriggerBean, and set your...

    Maybe you can use CronTriggerBean, and set your job like this:



    <bean id="myTrigger"
    class="org.springframework.scheduling.quartz.CronTriggerBean">
    <property name="jobDetail" ref="myJob"...
  4. I'm glad it worked, I'll give a Freemarker a try.

    I'm glad it worked, I'll give a Freemarker a try.
  5. I've not used freemarker yet. I only found...

    I've not used freemarker yet.

    I only found this post about taglibs in freemarker:
    http://forum.springframework.org/archive/index.php/t-10434.html
  6. Replies
    1
    Views
    809

    I'm also interested in file download, please help.

    I'm also interested in file download, please help.
  7. You can set those objects in session, using...

    You can set those objects in session, using ServletRequestAttributes.
  8. Hi Stephan, I'm also developing portlets using...

    Hi Stephan, I'm also developing portlets using Spring Portlet MVC and Liferay.

    Looks like you have to set the action in your form, you have to use the portlet tags to generate the action URL. Here...
  9. Try displaytag...

    Try displaytag
  10. Replies
    17
    Views
    2,607

    Hi, you may use Spring's declarative transaction...

    Hi, you may use Spring's declarative transaction managment extending HibernateDaoSupport. Here is an example of BibliographicalCardDaoHibernate which extends HibernateDaoSupport:



    <bean...
  11. Replies
    17
    Views
    2,607

    Hi Srinivas: You can extend...

    Hi Srinivas:

    You can extend HibernateDaoSupport which is a convenient super class for Hibernate data access objects. This class provides a HibernateTemplate that manages the session. Then you may...
  12. You can implement ApplicationContextAware...

    You can implement ApplicationContextAware in your Controller to have access to the ApplicationContext and get your "lookupService" bean using the getBean method.
  13. Hi Saman, you can use spring modules:...

    Hi Saman, you can use spring modules:
    https://springmodules.dev.java.net/

    Chapter 14.1 is about Spring integration with the commons validator framework....
Results 1 to 13 of 13