Java
-
Spring-Reactive samples
Spring-Reactive aims to bring reactive programming support to Spring based projects and this is expected to be available for the timelines…
Read More » -
Gradle tricks – display buildscript dependencies
The simply way how buildscript dependencies (e.g. plugins) can be displayed and analyzed in Gradle Introduction This is the third…
Read More » -
How to Master Your Java Memory (and Save Your Programming)
Solve App Problems 10x Faster with AppDynamics – Monitor production apps at code-level depth with minimal overhead. Start a FREE…
Read More » -
Observations From A History of Java Backwards Incompatibility
For the most part, Java is a very backwards compatible programming language. The advantage of this is that large systems…
Read More » -
CUBA Platform – an open source Java framework for rapid application development
Traditionally, since the very beginning of the computing era, enterprise software development has faced one challenge when, naturally, it is…
Read More » -
Apache Hadoop HDFS Data Node Apache Mesos Framework
Intro This project allows running HDFS on Mesos. You should be familiar with HDFS and Mesos basics: http://mesos.apache.org/documentation/latest/ https://hadoop.apache.org/docs/r2.7.2/hdfs_design.html …
Read More » -
Add Custom functionality to a Spring Data Repository
Spring Data is pretty convenient and speeds up development avoiding boilerplate code. However there are cases where annotation queries are not…
Read More » -
Spring boot and Spring data JPA integration
Nowadays spring and JPA integration has become a piece of cake thanks to Spring Boot and spring Data. I am…
Read More » -
Getting a name for someone to connect back to your server
When doing test automation it is often the case you need to know the name of the current machine in…
Read More »