XML Shortcut with p and c namespaces
XML Shortcut with p and c namespaces
XML shortcut with p-namespace:
The p-namespace enables you to use the bean element’s and attributes, instead of nested <property/> elements, to describe your property values and/or collaborating beans.
<?xml version=“1.0” encoding=“UTF-8”?>
<beans xmlns=“http://www.springframework.org/schema/beans”
xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance”
xmlns:p=“http://www.springfram…
View On WordPress
















