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 » -
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 » -
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 » -
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 » -
The Optional Type API
Java 8 introduces the Optional class. In a nutshell, instead of returning null, and then checking for null, you return…
Read More » -
5 Features In Java 8 That WILL Change How You Code
Java 8 is packed full of some really exciting features at both the JVM and language level. While some of…
Read More » -
Happy 8th Birthday Java!
It’s been another longer journey but yesterday, exactly two years, seven months, and eighteen days after the release of Java…
Read More » -
Akka Toolkit 2.3 released
The release of 2.3.0 version of Akka toolkit was recently announced. Akka is a very useful toolkit and runtime for…
Read More » -
Joy of Coding… and mutation testing in Java
For many years now it has been good practice to write unit tests for your source-code. And also to use…
Read More »