Hi All,
I am currently trying to learn spring so I bought books regarding this topic. (Spring Recipes and Pro Spring)
But as I was progressing, it seems that there was topics related to Aspect Oriented Programming/Transaction Management.
My goal is only to learn how to do web program using Spring MVC. Is it a requirement that I learn also that modules in order to progress?
I know that I need to know, Bean Configuration and IOC implementation of spring.
JDBC Template also is a must I think.
Another question also is about annotations, is it ok if I just skip annotations? I havent tried annotations also so I am not sure if its worth investing time
on it. Based on the books, annotation is just another way of doing things in spring.
Thanks to future advise.