News

This is a reference for setting up a new Ant-based Java project. It contains most of the little Ant tricks I've learned over the years. When I start a new Java project I clone this repository, remove ...
This fully working sample Maven project parses and generates code with JavaParser. This sample is targeted at people without Maven experience. To build it, you will need to download and unpack the ...
Community driven content discussing all aspects of software development from DevOps to design patterns. All you need to do is open an online editor and code away! Which is exactly what we’re going to ...
Google and its MapReduce framework may rule the roost when it comes to massive-scale data processing, but there’s still plenty of that goodness to go around. This article gets you started with Hadoop, ...
This color match game is part of a series of how-to Intel® Internet of Things (IoT) code sample exercises using the Intel® IoT Developer Kit, Intel® Edison development platform, cloud platforms, APIs, ...
This smart fire alarm application is part of a series of how-to Intel® Internet of Things (IoT) code sample exercises using the Intel® IoT Developer Kit, Intel® Edison development platform, cloud ...
Almost all Java middle-tier components need to log such events as database SQL statements, Java exceptions, and function entry and exit points. Those Java applications running on Windows NT must log ...
Community driven content discussing all aspects of software development from DevOps to design patterns. The Java printf function helps simplify the task of printing formatted output to the console, ...