Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    335

    I think I got it. Thank you for the link. ...

    I think I got it.

    Thank you for the link.

    Oliver
  2. Replies
    2
    Views
    335

    autoscan a collection of services

    hi, all

    I think it is a common scenario, but I could find a clear answer/solution to it yet. Basically, I have a service interface with many different service providers. What should be the proper...
  3. Replies
    0
    Views
    235

    Collection of beans and their injection

    Hi, all

    The subject is vague and let me explain what I am trying to do:

    I have a set of classes with each implement a specific function. And I want to have a central class that gather all the...
  4. logging.xml doesn't seem to have any effect

    hi -

    I have an Spring application that doesn't use MVC, I am using slf4j, jcl over and log4j while excluding common-logging. However, the log4j.xml I put in the classpath doesn't seem to have any...
  5. this article is interesting, exactly what I need....

    this article is interesting, exactly what I need. thx

    Oliver
  6. Thanks for your reply, which sounds like an...

    Thanks for your reply, which sounds like an option.

    In this scheme, will each WAR become a jar? what is the best way to pull them together to form a coherent WAR?

    thanks

    Oliver
  7. How to organize multiple webapps for the better?

    hi all

    we have several webapps, all based on same version of Spring developed over time. They each produce their own WAR, have a different context to work within, and often gets deployed on the...
  8. Replies
    5
    Views
    1,321

    I also have similar confusions on...

    I also have similar confusions on @SessionAttribute(). I wonder if this is just a short cut of doing:

    request.getSession().setAttribute()?


    Oliver
  9. Replies
    8
    Views
    2,002

    all, just to add a closure to my original...

    all,

    just to add a closure to my original question: so yes, the plain Spring MVC + JSP + javascript front such as jQuery can do ajax and render a partial view. I think I made an mistake of adding...
  10. Replies
    8
    Views
    2,002

    I have read in the forum that people have good...

    I have read in the forum that people have good luck with Spring JS and AjaxTilesView. I guess this will be my backup plan.

    What I don't understand is, why the plain JSP CAN NOT be used to render a...
  11. Replies
    8
    Views
    2,002

    hi, krancour and all First of all, I...

    hi, krancour and all

    First of all, I appreciate the reply, I really need all the help I can get to clear my head. Let me put in some code to clarify:



    Essentially, the controller is calling...
  12. Replies
    8
    Views
    2,002

    A question on rendering partial view

    hi, all

    I am quite new to Spring MVC, and trying to figure out how to render a partial view without refreshing the whole page. I thought:

    - if I can post a request to the backend, in this case,...
Results 1 to 12 of 12