In jsp + Spring Mvc, is there a way to render the UI just by sending the component tree ?
I mean if I want a table to be drawn, I send the components for that or if I need a form I send components for that. We can use the delegation pattern to delegate the creation of the components.
Can someone please tell me if that's possible in jsp + spring Mvc ?