Search:

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

Search: Search took 0.02 seconds.

  1. Is it possible dynamic deployment of Controllers?

    Hi,

    Is there any way we can "hot-deploy" specific Controller(s) without having to deploy the whole application (.war)?

    For example I upgraded a controller XyController but the view and...
  2. In MultipartResolver, different maxUploadSize per user

    Hi,

    I am building a site that handles file documents that can be uploaded by users.

    The site has upload quota per user, so my Controller must first check for the user (through the session) and...
  3. Thread: ModelAndView

    by kineart
    Replies
    3
    Views
    1,100

    Re: ModelAndView

    My comment does not have to do with your question, but you might want choose view's name not tied to any implementation specific, i.e.: remove ".jsp" and use only "sample".

    It is possible (and...
  4. Re: Is Struts with Velocity supported in Spring ?

    You could put ApplicationContext's bean into the model (the return value of handle operation in your Controller's implementation).

    The beauty of Spring is that it shields the view's implementation...
  5. Replies
    8
    Views
    30,645

    yes I am using Tomcat 5.5.9 on WinXP. I tried...

    yes I am using Tomcat 5.5.9 on WinXP.

    I tried with plain JSP, it works fiine...
    But not with DispatcherServlet+Freemarker view.
  6. Replies
    8
    Views
    30,645

    How to set setCharacterEncoding on Request?

    Hi,

    I am woking on a site that receives input in CJK.

    This may be a naive question:
    I am using org.springframework.web.servlet.DispatcherServlet as my servlet and I need to set...
Results 1 to 6 of 6