Thursday, July 11, 2013

Spring Book - Chapter 5 - Application Configuration – Simplified

As we saw in Chapter 4, Spring provides three ways of configuring the container: XML, annotations, and last but not the least, Java configuration. The fact is, both XML and annotations have valid pros and cons. I am not saying that Java configuration is the answer to all the cons of both XML and annotations. I have given detailed pros and cons of each configuration styles in Chapter 4.

Please follow the link to read this chapter. This chapter is hosted in www.javacodebook.com.


Chapter 5: Application Configuration – Simplified



No comments: