1 - about the term CommandClass, what's it mean?
2 - Should I use one class as commandClass for two or more controllers?
1 - about the term CommandClass, what's it mean?
2 - Should I use one class as commandClass for two or more controllers?
It's the class you bind to with Spring MVC. It's usually a domain class.about the term CommandClass, what's it mean?
Depends on the scenario.Should I use one class as commandClass for two or more controllers?
now i have a scenario where i need to use 3 command classes ....how do i use that?