-
Core Java
Java 8 functional interfaces – random musings implementing a Scala type
In one of the assignments of the Functional programming with Scala course a type called Terrain is introduced – Terrain represents…
Read More » -
Core Java
Official Eclipse Support for Java(TM) 8
Dani Megert, the project lead for the Java development tools (JDT) project made this announcement earlier today: The Eclipse top-level…
Read More » -
Software Development
Go for Java Programmers: Packages, Functions, and Variables
Go’s Familiar Syntax Due to their shared heritage in the C programming language, Go (aka Golang) code should be fairly…
Read More » -
Core Java
JavaSE: How to SET/GET your own Files and Directory Attributes
In the previous article “Determining Views Supported by a Particular File System” and see how to ask the file system…
Read More » -
Android Core
Update the AndroidManifest Version Number automatically
Recently I needed to automate the update of the versionName element in the AndroidManifest.xml file. This needed to be timed…
Read More » -
Software Development
Creating beautiful release notes with git, gradle and markdown
During the last days I asked myself how to generated releases notes from information that are available in commit /…
Read More » -
Enterprise Java
SpringMVC4 + Spring Data JPA + SpringSecurity configuration using JavaConfig
In this article we will see how to configure and integrate SpringMVC4, Spring Data JPA with Hibernate and SpringSecurity using…
Read More » -
Core Java
8 new features for Java 8
NOTE: Make sure to also check our detailed tutorial Java 8 Features – The ULTIMATE Guide. Jdk 1.8 aka, Java…
Read More »