Maven: Purge Old Dependencies from Local Repository An in-progress project almost always has “snapshot” builds performed by team members and build servers. The build artifacts typically accumulate over time as the better development tools, such as Maven...
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...
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...
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...
This is the last post in my series regarding Android thread communications. Parts 1 through 4 are linked in below. Part 1 Part 2 Part 3 Part 4 In this series, I have so far outlined four different approaches for how Android non-user interface threads can communicate...