Archive for January, 2010

Tutorial: Getting Started with Spring Security

Tutorial: Getting Started with Spring Security

January 18, 2010 | By | 24 Comments

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 [...]

Continue Reading

My DeveloperWorks: What’s life like for a female Java Developer in Brazil?

My DeveloperWorks: What’s life like for a female Java Developer in Brazil?

January 12, 2010 | By | 1 Comment

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 [...]

Continue Reading

How to Display an Image/Link Inside an Ext JS GridPanel’s Cell

How to Display an Image/Link Inside an Ext JS GridPanel’s Cell

January 11, 2010 | By | 15 Comments

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 [...]

Continue Reading

Ext.Window Panel: Show or Hide?

Ext.Window Panel: Show or Hide?

January 4, 2010 | By | 4 Comments

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 [...]

Continue Reading