-
Android Core
First steps with NFC in Android
This post describes how to use NFC in Android. The NFC technology stands for Near Field Communication and you can…
Read More » -
Enterprise Java
Neo4j: TF/IDF (and variants) with cypher
A few weeks ago I wrote a blog post on running TF/IDF over HIMYM transcripts using scikit-learn to find the…
Read More » -
Enterprise Java
Netflix Archaius properties in a Spring project
Archaius Basics Netflix Archaius is a library for managing configuration for an application. Consider a properties file “sample.properties” holding a…
Read More » -
DevOps
Docker Compose to Orchestrate Containers
Docker Orchestration using Fig showed how to defining and control a multi-container service using Fig. Since then, Fig has been renamed to…
Read More » -
Groovy
Building Vert.x projects using Gradle
We currently use Vert.x in several internal and external projects. Until the most recent project we where building our Vert.x modules using…
Read More » -
Enterprise Java
Integration testing on REST urls with Spring Boot
We are building a Spring Boot application with a REST interface and at some point we wanted to test our…
Read More » -
Java核心
单元测试Junit入门(PDF下载)
编者按:在Java Code Geeks,我们已经提供了大量JUnit的教程,例如JUnit入门示例,使用JUnit的断言和注释例子,JUnit的注释示例等。然而,我们倾向收集所有的JUnit特性在一个详细的指南以方便读者。我们希望你喜欢它! 目录 1.单元测试的介绍 1.1. 什么是单元测试? 1.2. 测试覆盖 1.3. 在Java中的单元测试 2. JUnit的介绍 2.1. 使用Eclipse JUnit的简单示例 2.2. JUnit的注释 2.3. JUnit断言…
Read More » -
Enterprise Java
Drools 6.2.0.Final Released
We are happy to announce the latest and greatest Drools 6.2.0.Final release. This release in particular had a greater focus…
Read More » -
Software Development
What is wrong with troubleshooting tools?
“Troubleshooting is a form of problem solving applied to repair failed software. It is a logical, systematic search for the…
Read More »