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...
Type: Posts; User: kineart; Keyword(s):
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...
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...
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...
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...
yes I am using Tomcat 5.5.9 on WinXP.
I tried with plain JSP, it works fiine...
But not with DispatcherServlet+Freemarker view.
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...