-
Software Development
Why OAuth it self is not an authentication framework ?
Let’s straight a way start with definitions to avoid any confusions. Authentication is the act of confirming the truth of…
Read More » -
Enterprise Java
Introduction To JavaEE Concepts
This post aims at clarifying acronyms and concepts used in the J2EE paradigm. J2EE stands for Java to Platform, Entreprise…
Read More » -
Android Core
Build Brighter Apps: Using Colour in Android
One of the most effective ways of making your Android app stand out is to add some colour. In this…
Read More » -
Core Java
Bloated JavaBeans – Don’t Add “Getters” to Your API
I have recently blogged about an idea how JavaBeans™ could be extended to reduce the bloat created by this widely-accepted…
Read More » -
Software Development
A walk-through for the Twitter streaming API
Introduction Analyzing tweets is all the rage, and if you are new to the game you want to know how…
Read More » -
Enterprise Java
JDBC Realm and Form Based Authentication with GlassFish 3.1.2.2 and Primefaces 3.4
One of the most popular posts on my blog is the short tutorial about the JDBC Security Realm and form…
Read More » -
Core Java
Java concurrency: the hidden thread deadlocks
Most Java programmers are familiar with the Java thread deadlock concept. It essentially involves 2 threads waiting forever for each…
Read More » -
Enterprise Java
Spring Framework: Three Spring Bean Lifecycle Techniques
When using the term ‘lifecycle’ the Guys at Spring are referring to the construction and destruction of your beans and…
Read More » -
Core Java
How aggressive is method inlining in JVM?
Ctrl + Alt + M is used in IntelliJ IDEA to extract method. Ctrl + Alt + M. It’s as…
Read More »