-
Enterprise Java
Integrate Redis to your Spring project
This article shows how to integrate Redis cache to your spring project through annotation configuration. We will begin with our…
Read More » -
Enterprise Java
Use stored procedures with Hibernate
This article show different ways to call stored procedures from hibernate. JDBC actions will not be covered. Postgresql will be…
Read More » -
Android Core
Set up Jenkins for Android projects
Nowadays continuous integration is a must for Android application development. Jenkins plugins make it a lot easier to go with…
Read More » -
Enterprise Java
Set up a SpringData project using Apache Cassandra
On this post we will use Gradle and spring boot in order to create a project that integrates spring-mvc and…
Read More » -
Enterprise Java
Hibernate: use join table alias on sqlRestriction
When using hibernate in case of complex queries there is the need to use sql. Therefore sqlRestrictions come to the…
Read More »