dynamic « MVC Controller « Spring Q&A





1. Dynamically registering controller at the DispatcherServlet    forum.springsource.org

Dynamically registering controller at the DispatcherServlet Hello Spring community, I want to dynamically (depending on a configuration item) export a HTTP interface for my application. The HTTP interface is a class ...

2. Is it possible dynamic deployment of Controllers?    forum.springsource.org

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 ...

3. AbstractWizardFormController and Dynamic Lists    forum.springsource.org

AbstractWizardFormController and Dynamic Lists Hi, I'm not sure how I should best handle this, but I have an AbstractWizardFormController that mostly is a normal sort of multi-page entry/validation process. However, in ...

4. Newbie Question: How to handle mapping and controller with dynamic pages?    forum.springsource.org

Newbie Question: How to handle mapping and controller with dynamic pages? Hi, First, i am a really Spring Framework newbie. I partially read the documentation and searched this forum, but i ...

5. Dynamic page list for AbstractWizardFormController    forum.springsource.org

Would it be possible to dynamically create the page lists for AbstractWizardFormController, instead of declaring the list in the withinthe spring bean? Any suggestions for doing this would be appreciated.

6. Get value of dynamically generated input boxes in Controller using Spring 2.5    forum.springsource.org

Get value of dynamically generated input boxes in Controller using Spring 2.5 Hi I am using annotations based Spring. I have a list of dynamically generated text boxes (eg textbox1, textbox ...