Xml configuration is typically done by defining beans within an xml file, using Spring's specific beans schema. Under the root beans element, typical bean definition would be done using the bean subelement.
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="htt...