by Neil Olson | Apr 14, 2016 | Java, Spring Framework
Do you need to specify what namespace prefixes are used in your JAXB marshaled XML? For example, do you want to see <soap:envelope/> in the generated XML instead of <ns1:envelope/>? If so, this JAXB tutorial will walk you through those steps. If you are...
by Neil Olson | Feb 16, 2016 | Java, Spring Framework
JAXB Tutorial: How to Marshal and Unmarshal XML This JAXB tutorial describes how to use JAXB to marshal and unmarshal XML strings using either Spring or the standard javax.xml.bind interfaces. The samples below are using XML strings instead of files, but could easily...
by Neil Olson | Jan 26, 2016 | Java, Spring Framework
Spring Security Active Directory LDAP Example At a recent client, I was tasked with securing their web applications using Spring Security and their internal Active Directory (AD) LDAP server. I scoured the web and went through a lot of trial and error until I finally...
by Jim White | Oct 21, 2014 | From The Field, Java, Spring Framework
Spring Integration Tutorial (Part 8) – Gateways In this final post on my Spring Integration tutorial series (SI), we take a look at gateways. Gateways are a means of loosely coupling other application components from the SI API or other messaging API. The...
by Jim White | Sep 30, 2014 | Eclipse, Java, Spring Framework
Spring Integration Tutorial (Part 7) – Service Activators As we near the end of this eight-part tutorial series on Spring Integration (SI), the topic of this seventh installment is on service activators. The name of this SI message endpoint aptly defines what...