-
Enterprise Java
Pitfalls of the Hibernate Second-Level / Query Caches
This post will go through how to setup the Hibernate Second-Level and Query caches, how they work and what are…
Read More » -
Software Development
Don’t be a Slave to Your Tools
Developers attach quickly to tools because they are concrete and have well defined behavior. It is easier to learn a…
Read More » -
Core Java
Working with files and directories in NIO.2
In previous articles I discussed creation (Creating files and directories) and selection (Listing and filtering directory contents) of files and…
Read More » -
Android Core
Automating the Continuous Integration of Android Projects With Gradle Using Jenkins on Windows
This post will show how to automate the deployment process of an Android Application using Jenkins Continuous Integration – to…
Read More » -
Enterprise Java
RSS Reader Using: ROME, Spring MVC, Embedded Jetty
In this post I will show some guidelines to create a Spring web application, running it using Jetty and using…
Read More » -
Enterprise Java
A beginner’s guide to Hibernate Types
The basic mapping concepts When learning Hibernate many like to jump to parent-child associations without mastering the object relation mapping…
Read More » -
Core Java
Listing a ZIP file contents with Stream API in Java 8
In Java 8 java.util.zip.ZipFile was equipped with a stream method that allows navigating over a ZIP file entries very easily.…
Read More » -
Android Core
15+ Useful Robotium Code Snippets for Android Test Automation
Robotium is a powerful android test automation framework. It can be used to create robust apps using unit, functional &…
Read More » -
Core Java
Handle Every Event in Your Akka Application
Event here, event there, events flying everywhere. Post about checking that every Akka event will finally find its home. Akka…
Read More »