clarin-eric / component-registry-rest

Component Registry back end
GNU General Public License v3.0
2 stars 1 forks source link

Use Spring facilities for (un)marshalling XML #33

Open twagoo opened 7 years ago

twagoo commented 7 years ago

Spring wraps JAXB and other Object/XML mapping implementations. Using this should reduce code complexity and may have other advantages. See Marshalling XML using O/X Mappers of the official Spring documentation.