↗ JetBrains 20% discount
Buy any product from JetBrains and get a 20% discount.
Spring MVC
@Bean("xmlView") public View marshallingView() { Jaxb2Marshaller marshaller = new Jaxb2Marshaller(); marshaller.setClassesToBeBound(User.class); MarshallingView view = new MarshallingView(); view.setMarshaller(marshaller); return view; }