Java
-
Java Enums: You have grace, elegance and power and this is what I Love!
While Java 8 is coming, are you sure you know well the enums that were introduced in Java 5? Java…
Read More » -
Java Annotations: Explored & Explained
One of the many wonderful features of Java 5 SE is the introduction of the Annotations construct. Annotations are tags…
Read More » -
JBoss Core Java Web Services
This blog post deals with Web Services. Well, to be more exact, it deals with ‘plain’ java web services on…
Read More » -
Maven Web Project Kickstarter Codebase with Spring, Hibernate, Akka, Twitter Bootstrap, Apache Tiles and jQuery
I am happy to upload my second project to GitHub to help people get started with Java Web App Development…
Read More » -
Getting started with JAX-WS
JAX-WS stands for Java API for XML Web Services. It is a Java programming language API for creating web services…
Read More » -
Hibernate native SQL features into your Spring Data Repository
JPA provides @NamedNativeQuery for you to use native SQL. However, the usage is not so convenient, especially when you need…
Read More » -
Hibernate lazy/eager loading example
This post will focus on why and how we use the concepts known as LAZY and EAGER loading in an…
Read More » -
Hot tips on using Eclipse effectively
Following are some tips that shall help you in avoiding potential issues and for being a little more productive while…
Read More » -
Project Lambda: To Multicore and Beyond
The presentation “Project Lambda: To Multicore and Beyond” (Session 27400 and not to be confused with Brian Goetz’s presentation of…
Read More »