-
DevOps
ARM Virtualization – Applications (Part 4)
In the last few posts we discussed the hardware support needed to provide virtualization. In this post how virtualization can…
Read More » -
Enterprise Java
Spring MVC: Introduction in testing
Testing is one of the most important parts of software development. Well organized testing helps to keep a code of…
Read More » -
Enterprise Java
Java EE CDI Producer methods tutorial
This is a tutorial of CDI Producer methods. In CDI, a Producer method generates an object that can then be…
Read More » -
Core Java
Even in the jdk there is bad code
Java 7, TreeSet and NullPointerException. Recently I tried to compile with java 7 a project developed with java 6. Lot…
Read More » -
Android Core
Android Child Group Activity
Hello Friends, Today I am going to share very Important post for Child Group Activity, means activity open inside Tab…
Read More » -
Desktop Java
Using JacpFX clients with JSR 356 WebSockets
JSR 356 WebSockets are one of the new and exciting features in the upcoming JEE 7 release and includes Server-…
Read More » -
Enterprise Java
Spring MVC: form handling vol. 1
Spring MVC is a part of Spring Framework and its main purpose is to make web-development more simple, convenient and…
Read More » -
Software Development
Polymorphism and Inheritance are Independent of Each Other
Flexible programs focus on polymorphism and not inheritance. Some languages focus on static type checking (C++, Java, C#) which links…
Read More » -
Enterprise Java
Simple Spring MVC Web Application using Gradle
This post will be similar to our previous post, Simple Gradle Web Application, except we will now use Spring MVC,…
Read More »