When you configure spring security in your web application you can configure your login.jsp in the applicationContext-security.xml.
But how this page looks like? If you search around, you are not going to find it easily. There is many articles about how to configure spring security, but a few ones list login.jsp.
If you…
AKPC_IDS += "143,";This tutorial will cover a basic scenario where it integrates Spring Security, using database-backed authentication, into an existing Spring web application.
Spring Security is a security framework that provides declarative security for your Spring-based applications. Spring Security provides a comprehensive security solution, handling authentication and authorization, at both the web request…
AKPC_IDS += "164,";Just wanted to share with you my interview on Valerie’s My developerWorks blog: Interview with Loiane Groner, Java developer in Brazil.
I’m very happy, because this interview was the most viewed entry on My developerWorks yesterday:
And if you look at…
AKPC_IDS += "189,";This tutorial will walk through how you can display an image/link inside an Ext GridPanel cell using a renderer function.
To explain this approach, I will use a sample GridPanel that displays some dummy contact information (name, phone, birthday and email). Together with email data, we will display a link (mailto) and an email link icon/image.
How to do itFirst, we need…
AKPC_IDS += "114,";From this short tutorial you will learn how to control the Ext.Window panel. It explains how to hide or show it on button click.
Problem: you created a Ext.Window, clicked on a button or link (or something else) and a window showed up. You clicked on close button (up right corner) and it closed….
AKPC_IDS += "117,";