File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ Chapter 2 Examples
2
+ ==================
3
+ This folder contains example code for chapter 2 of Spring in Action, 4th Edition.
4
+ The samples are split across multiple directories:
5
+
6
+ * stereo-autoconfig : Examples illustrating component-scanning and auto-wiring for section 2.2.
7
+ * stereo-javaconfig : Examples illustrating Java configuration for section 2.3.
8
+ * stereo-xmlconfig : Examples illustrating XML configuration for section 2.4.
9
+ * stereo-mixedconfig : Examples illustrating mixed XML and Java configuration for section 2.5.
10
+
11
+ Note that because the examples evolve throughout the chapter and the book's text sometimes
12
+ shows multiple ways of accomplishing a goal, not all variations of the code in the book will
13
+ be represented in these samples. You are invited to use this source code as a starting point
14
+ and experiment using the variations presented in the text.
You can’t perform that action at this time.
0 commit comments