-
Enterprise Java
Gradle Command-Line Conveniences
In my post A First Look at Building Java with Gradle, I briefly mentioned using Gradle‘s “gradle tasks” command to…
Read More » -
Enterprise Java
Orika: Mapping JAXB Objects to Business/Domain Objects
This post looks at mapping JAXB objects to business domain objects with Orika. Earlier this month, I covered the same…
Read More » -
Groovy
Sublime Simplicity of Scripting with Groovy
Many of my blog posts are, as my blog’s title suggests, inspired by actual events. Three experiences this week have…
Read More » -
Groovy
Listening and Logging Ant Output in Groovy
In the comments section of my post Executing Ant Build File Targets from Groovy, CRC recently asked, “I’ve used your…
Read More » -
Enterprise Java
Dozer: Mapping JAXB Objects to Business/Domain Objects
Dozer is an open source (Apache 2 license) "Java Bean to Java Bean mapper that recursively copies data from one…
Read More » -
Core Java
More Common Red Flags in Java Development
In the post Common Red Flags in Java Development I looked at some practices that are not necessarily wrong or…
Read More » -
Groovy
Uncompressing 7-Zip Files with Groovy and 7-Zip-JBinding
This post demonstrates a Groovy script for uncompressing files with the 7-Zip archive format. The two primary objectives of this…
Read More » -
Core Java
Native Java Packaging with NetBeans 7.4
One of the new features of NetBeans 7.4 that made the “NetBeans 74 NewAndNoteworthy” page is “Native Packaging,” which is…
Read More » -
Core Java
Too Many Parameters in Java Methods, Part 8: Tooling
The first seven posts of my series of dealing with too many parameters expected in Java methods focused on alternative…
Read More »