According to Oracle, more than 3 billion devices around the world run Java in some form. Indeed, Java powers much of the technologies you use every day. However, Java alone is just a programming language and a secure, efficient virtual machine. In the event that you...
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...
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 found the configuration that worked in their...
Spring Batch is an open source batch processing framework that can be a great alternative to the heavyweight and proprietary IBM WebSphere Batch system. However, it can be a little tricky to get up and running. Before writing your first Spring Batch job, you may want...
At Blackslate Software we believe strongly in contributing to and advancing the developer community. That means we’re often active members on sites and forums such as GitHub, Stack Overflow, and many other developer resource sites. We’ll often post updates on...