Just a little something to demonstrate some of the ways you can make beans
Things covered:
- XML beans Configuration
- Annotation Bean creation through @ComponentScan and @Component
- @Autowired and implicit constructor injection
- Annotation Bean Creation through @Bean
- Setter-based dependency injection
- Constructor based dependency injection
- Changing scope to prototype