991335da42
* Bean Object, server side and client side example for event streaming example * BAEL-1628 Access a File from the Classpath in a Spring Application * inputstream retrieval added * Removed files related to evaluation article * + Aligning code to the article. Removed Utility methods and classes * Precommit fix * PMD fixes * Code Review changes Refactored : whenResourceUtils_thenReadSuccessful * BAEL-1934 * +indentation correction in pom.xml * synced with master * Precommit : rebase * BAEL-1782 |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
Relevant Articles:
- Wiring in Spring: @Autowired, @Resource and @Inject
- Exploring the Spring BeanFactory API
- How to use the Spring FactoryBean?
- Constructor Dependency Injection in Spring
- Constructor Injection in Spring with Lombok
- A Quick Guide to Spring @Value
- Spring YAML Configuration
- Introduction to Spring’s StreamUtils
- Using Spring @Value with Defaults
- Groovy Bean Definitions
- XML-Based Injection in Spring
- A Quick Guide to the Spring @Lazy Annotation
- Injecting Prototype Beans into a Singleton Instance in Spring
- How to Inject a Property Value Into a Class Not Managed by Spring?
- @Lookup Annotation in Spring
- BeanNameAware and BeanFactoryAware Interfaces in Spring
- Spring – Injecting Collections
- Access a File from the Classpath in a Spring Application
- Controlling Bean Creation Order with @DependsOn Annotation