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...
The Purpose of this Post This post is an example of an easy setup of Drools KIE WorkBench and KIE Server in one WildFly server instance. Note 1: These notes use WildFly 8.2.1 for compatibility with Drools 6.4.0. Adjust the paths accordingly for a different version....
The Purpose of this WildFly Server Tutorial This post covers a high-level quick and easy setup and installation of the WildFly server. Note: These instructions use Windows syntax for directories but the steps are the same for Linux. Installation of WildFly Download...
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...
As Java developers, we are lucky to have a wide selection of open source tools to help us more efficiently and effectively write applications. Tools, frameworks, and libraries take care of common functionality such as security, logging, database...
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...