Search:

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

Search: Search took 0.02 seconds.

  1. I found the answer. add...

    I found the answer.

    add @SessionAttributes("webFrameworkList") to the class.
    Once it's done, clean up by sessionStatus.setComplete();

    Thanks.
  2. How to implement referenceData logic in Sprign MVC3?

    Before spring 2, in a controller we can process both GET and POST requests.
    The method protected Map referenceData() {...} will be executed once only when the GET request comes or when the...
  3. Extends the PropertyPlaceholderConfigurer to set...

    Extends the PropertyPlaceholderConfigurer to set your properties.
  4. Super answer Marten! Thank you very very much!

    Super answer Marten! Thank you very very much!
  5. Here are the web.xml file:

    Here are the web.xml file:

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE web-app PUBLIC '-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN'
    ...
  6. Thank you for your reply. The problem is the...

    Thank you for your reply.

    The problem is the configuration in the web.xml is standardlized usage for spring mvc, isn't it? I mean that the configuration is ok, but.... I don't know why the...
  7. 2 Instances created for a singlton bean?

    When the application runs on a web server, every bean defined are created twice. First time the bean is created by the ContextLoaderListener, when the second is created by the DispatcherServlet.
    ...
  8. 2 Instances created for a singlton bean?

    When the application runs on a web server, every bean defined are created twice. First time the bean is created by the ContextLoaderListener, when the second is created by the DispatcherServlet.
    ...
  9. Replies
    2
    Views
    1,220

    Have you solved your problem?

    Can you share your code with me?

    Thanks.
  10. Replies
    2
    Views
    1,073

    Thanks a lot. That's really helpful for newbies...

    Thanks a lot. That's really helpful for newbies such as me.
  11. Replies
    2
    Views
    1,073

    Help on spring-ws basics( dev-env)

    Hi Gurus,

    I am a newbie on WS. my dev envionment is:

    1. IBM WSAS 5.1.x that means, only jdk1.4.x can be used.
    2. the services to be created will be used by many clients.

    Basing on the...
  12. Replies
    1
    Views
    637

    Many reasons can caused the case. one of them is...

    Many reasons can caused the case. one of them is your data bind error.
  13. Look at the snippet from package...

    Look at the snippet from package org.springframework.web.servlet.view

    public class ResourceBundleViewResolver extends AbstractCachingViewResolver implements Ordered, DisposableBean {

    ......
  14. Thanks davision. Here is my configuration: ...

    Thanks davision.

    Here is my configuration:

    <bean id="resourceBundleViewResolver"
    class="org.springframework.web.servlet.view.ResourceBundleViewResolver">
    <property...
  15. how to order VelocityViewResolver and InternalResourceViewResolver ?

    I have a project using Spring. Veloicty is used as an normal view tech while a PDF view is also needed. So I need two two solvers.

    Can anybody show me how to setup how to order ...
  16. Replies
    6
    Views
    2,714

    It is said that the Hibernate team changed config...

    It is said that the Hibernate team changed config loading from 3.1.x which caused the problem.
  17. Replies
    6
    Views
    2,714

    I have same problem. What I have done is: ...

    I have same problem. What I have done is:

    Spring 1.2.x + Hibernate 3.1.x --> connection leak.
    Spring 1.2.x) + Hibernate 3.0.5-- no leak.

    The environment is: Websphere 5.1.x + Oracle 9i.
  18. Replies
    9
    Views
    1,835

    RequestContextUtils.getLocale(request)

    RequestContextUtils.getLocale(request)
Results 1 to 18 of 18