Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simplyatul/springsamples
Various Spring Smaples
https://github.com/simplyatul/springsamples
Last synced: about 1 month ago
JSON representation
Various Spring Smaples
- Host: GitHub
- URL: https://github.com/simplyatul/springsamples
- Owner: simplyatul
- License: mit
- Created: 2019-11-17T12:32:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T05:07:18.000Z (about 2 years ago)
- Last Synced: 2023-04-27T11:14:09.634Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring F/W Samples
## Intro
Various Spring F/W Samples. Built using STS v4.3.1.RELEASE## springfwsample_0
- Loading Bean using BeanFactory## springfwsample_1
- Using ApplicationContext
- Setting/Initializing a member variable (property)## springfwsample_2
- Setting/Initializing a member variable of another object (refer spring.xml)
- Inner Beans, Alias and idref## springfwsample_3
- Initializing collection of objects## springfwsample_4
- Using Autowire
- Demostrating ApplicationContextAware
- Demostrating Bean Lifecycle callbacks - BeanPostProcessor, BeanFactoryPostProcessor
- PropertyPlaceholderConfigurer Usage## springfwsample_5
- Coding To Interfaces## License
MIT