OAuth with Spring Security - Java Code Geeks
From Wikipedia: OAuth (Open Authentication) is an open standard for authentication. It allows users to share their private resources (e.g. photos, videos, contact lists) stored on one site with another...
View ArticleMost Effective Method to Reduce and Optimize PNG Images
Just recently, I was assigned to in charge of an iPhone game website. Due to the design, it needs heaps of png files so that I can use CSS to layer them together. It's quite a sophisticated website...
View ArticleStruts 2 Override Default Theme. Struts 2 Theme tutorial
Recently I came up with a requirement in Struts 2 to display a particular form with some style and alignment. While creating the form the developer had used Struts 2′s taglib /struts-tags to paint the...
View ArticleImplement OAuth-based Social Network Logins in Grails - Developer.com
Grails Spring Security is a great plugin. It allows you to set up authorization for your app in just a few lines in Grails configuration. So, users can register to your website, click on a confirmation...
View Article