Link to home
Start Free TrialLog in
Avatar of superflie26
superflie26

asked on

Spring MVC Annotated Controllers

I'm very new to spring mvc but not new to web development or the mvc design pattern.  I was running through the relatively straight-forward spring 2.5 beginners tutorial when at some point I discovered that 2.5 supports annotated controllers and request mappings (@Controller @RequestMapping) in lieu of xml cofiguration - a very attractive feature in my opinion.  However I'm having a very difficult time finding documentation that is complete on how to leverage this feature - I see a lot of partial instructions but none geared towards the spring mvc beginner.  Can anyone point me in the right direction?
ASKER CERTIFIED SOLUTION
Avatar of Mick Barry
Mick Barry
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of superflie26
superflie26

ASKER

Thanks for the direction - I had seen that article previously and in fact had run through the step-by-step spring tutorial (with annotations) without any issues.  My biggest problem was trying to understand which build-path libraries were required to get annotations supported properly, I couldn't get it working properly.  Although I do agree with your answer.