-
Core Java
OpenJDK Loom and Structured Concurrency
Project Loom is one of the projects sponsored by the Hotspot Group, initiated to deliver high throughput and lightweight concurrency…
Read More » -
Core Java
Introduction to Nashorn
Java 8 introduced and new javascript engine named “Nashorn”. Nashorn is based on Da Vinci Machine, a project with aim of…
Read More » -
Core Java
Default methods an approach to extend legacy code
As you know the new version of java was released on 18 March 2014 and i am going to introduce…
Read More » -
Software Development
CAP is not just for your head
Today i like to write about an important theorem in distributed computer systems. I’m sure you notice the subject of…
Read More » -
Enterprise Java
Spring Configurable Magic
Spring framework has several modules that provide a range of services, many of these modules Can work just for managed…
Read More » -
Enterprise Java
How to use Events in Spring 3.x
There are many concepts and techniques for creating loosely coupled applications, Event is one of them. Events can eliminate many…
Read More »