One of my colleagues at work is pushing for using RDM objects which provides the view for our new application, which I can understand seeing the requirements. But what I'm wondering about is, what exactly is the cleanest way to handle the CU pages? Do you just read the input fields in the controller and send it on to your service layer/does the controller pass a bean object to the jsp?
I'm just asking here instead of my colleague because that currently results in hour long discussions in the team and I'd like to tinker a bit myself.