Jibx XML loading & Digester, which one is more flexible? Jibx is one of the popular XML parsing in Java and also Digester. Jibx bases on binding.xml file to map XML nodes to Java ObjectsDigester also base on digester-rule xml file to map to Java Objects What I found here, in Jibx we need to map all fields of the XML to the binding but… Read More