I have a web application using spring annotations extensively. Can I switch back from spring annotations to xml configuration files? Encluding controllers,..etc. I need examples of the configuration files please.
I have a web application using spring annotations extensively. Can I switch back from
Share
Yes you can switch to externalize the configuration using xml’s. Initially only xml’s were supported by spring. You can get examples from their reference manual.
If you are looking for complete examples then http://www.springbyexample.org