37.Spring p Namespace
2,974 views · Published 28 June 2016 · 9:46 · Indexed 20 September 2026
Channel: KK JavaTutorials · 2016 · Education
In this video you will learn how to use Spring's P namespace an alternative to using the property tag. By using p namespace, you can perform dependency injection by directly using the attribute of bean tag instead of using the property tag. Below is the GitHub link to download source Code: https://github.com/kishanjavatrainer/SpringPnameSpace.git
More from this channel
-
7:55
Java 8 date/time Duration APIs
-
6:05
Flush operation order in Hibernate
-
14:07
LinkedBlockingDeque in Java | Internal Working of LinkedBlockingDeque in Java
-
9:33
Multiple inheritance ambiguity and resolution with interfaces in java 8
-
15:13
Reflection in Java Constructor | Creating class instance using reflection