-
Software Development
Code faster with Intellij IDEA live templates
Intellij IDEA – in my opinion the most productive IDE for Java – comes with bunch of features helping getting…
Read More » -
Enterprise Java
Spring Boot – foundation for modern Java application
Spring Boot is relatively new project from Spring.io. Its aim is to simplify creating new Spring Framework based projects and…
Read More » -
Enterprise Java
Integration tests with Maven 3, Failsafe and Cargo plugin
Unit testing is available in Maven out of the box. Because of that very often its used for integration tests…
Read More » -
Enterprise Java
JBoss Drools unit testing with junit-drools
Recently I’ve been working with a project heavily using JBoss Drools. I am not Drools expert – I am not…
Read More » -
Enterprise Java
Spring Data MongoDB cascade save on DBRef objects
Spring Data MongoDB by default does not support cascade operations on referenced objects with @DBRef annotations as reference says: The…
Read More » -
Enterprise Java
Auditing Entities in Spring Data MongoDB
Spring Data MongoDB 1.2.0 silently introduced new feature: support for basic auditing. Because you will not find too much about…
Read More » -
Enterprise Java
Auditing entities in Spring Data MongoDB
Spring Data MongoDB 1.2.0 silently introduced new feature: support for basic auditing. Because you will not find too much about…
Read More » -
Enterprise Java
Java code generation with JAnnocessor
In this article I will show you how to generate code with JAnnocessor framework created by Nikolche Mihajlovski. First time…
Read More » -
Enterprise Java
Java talking to iOS: Java objects to Apple plist serialization
I am happy to announce my first open source project java-plist-serializer that can help you with integrating Java and especially…
Read More »
- 1
- 2