posted 12 years ago
Hi,
I am developing web based business application. I am using Spring MVC framework for it. I have question like should I write business logic inside the Controller or make use of BusinessDelegate and write in another class?
What is your opinion?
Thanks in advance.
Rahul