Thank you for the reply. During the technical interview with this consulting company I said that I was learning Spring and felt pretty good about Spring annotations but hadn't messed with the older way of doing it with the config files. The guy doing the interview said that I should know both ways because I very well might have to work on legacy code that was done with the config files. So right now they want me to study up on how to do Spring via a config file.
With the link that was first posted on this
thread I just about have the controllers all wired up. (Had to take a break to watch my favorite NFL team lose.)
Bill, I see that you are right that I'll have to rework my controllers because of the change to the controller. This is what I have the controller looking like now. There is just 1 method that the
IDE said that I needed to implement so I'll have to figure out how to tell the difference between the initial display of the page (GET) and a submittal of the page (POST). I haven't thought about that yet, I'm still wiring up all of the classes into the config file.
Thank you all for your help.
One question, how often do you do work on apps with config files and how often do you do work on annotated apps?
Ray