Posts related to tag: xml


How to unmarshal/parse XML file using JAXB in Java

This page will walk through How to unmarshal/parse XML file using JAXB in Java. JAXB stands for Java Architecture for […] Continue reading »

Spring MVC Database Connectivity using XML Configuration

In this article, you will learn Spring MVC database connectivity using XML configuration. Spring framework provides DriverManagerDataSource class to manage […] Continue reading »

Spring 5 MVC Hello World using XML configuration

In the previous tutorial, we have discussed the introduction and features of Spring Web MVC and its project structure. On […] Continue reading »

Spring AOP pointcut example using XML configuration

In this tutorial, you will learn about the Spring AOP pointcut and how to apply it. Spring provided two classes […] Continue reading »