Archive for January, 2010
Spring Security: Login and Logout Form JSP
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 take a [...]
Tutorial: Getting Started with Spring Security
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 level and at the [...]
My DeveloperWorks: What’s life like for a female Java Developer in Brazil?
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 the corner, you will see my blog in “Featured Blogs“! It is just a [...]
How to Display an Image/Link Inside an Ext JS GridPanel’s Cell
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 [...]
Ext.Window Panel: Show or Hide?
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. You [...]

