Nice Contact Form Using jQuery

Introduction This tutorial example shows how you can create a nice contact form using jQuery. The concept was taken from http://www.emblematiq.com/projects/niceforms/. This beautiful contact form may be useful in situations…

Google Chart using Struts 2

Introduction In this tutorial I will build Google chart using Struts 2; actually, it is a pie chart using Google chart API. The backend will be built on Struts 2…

Google Pie Chart Using Spring

Pie Chart This tutorial is about Google chart using spring framework. You may know that Google chart basically displays different statistical data on different chart types such as column chart,…

Google Pie Chart using JSF

Introduction I will show you how to create Google chart using JSF 2. I will create here pie chart. The Google chart basically displays different statistical data on different chart…

Java transient modifier

In Java we have interesting modifier called transient to handle somewhat specialized situations. When an instance variable is declared as transient then its value need not persist when an object…