Spring-security with Hibernate

TwitterFacebook
Get flash to fully experience Pearltrees

Basic Spring Security with ICEfaces

This tutorial will walk you through the process of using Spring Security for authentication of an ICEfaces/JSF web application. Additionally, Spring Security and ICEfaces components will be used to authorize access to different pages and functions in the application. The application uses Spring Security 2.0 and ICEfaces. http://facestutorials.icefaces.org/tutorial/spring-security-basic.html
Detalles Publicado: Viernes, 23 Abril 2010 13:32 Ya se encuentra disponible para descargar NetBeans IDE 6.9 Beta , la versión de prueba de NetBeans IDE, que se planea estará terminada para junio de este año. http://www.dosideas.com/noticias/java.html

Consultas Con HibernateTemplate - Dos Ideas

http://viralpatel.net/blogs/spring3-mvc-hibernate-maven-tutorial-eclipse-example/

Tutorial:Create Spring 3 MVC Hibernate 3 Example using Maven in Eclipse | ViralPatel.net

Let us make a complete end-to-end application using Spring 3.0 MVC as front end technology and Hibernate as backend ORM technology. For this application we will also use Maven for build and dependency management and MySQL as database to persist the data. The application will be a simple Contact Manager app which will allow user to add new contacts.
http://loianegroner.com/2010/02/integrating-spring-security-with-extjs-login-page/ This tutorial will walk through how to configure ExtJS Login form (Ajax login form) instead of default Spring Security login.jsp. Instead of using login.jsp from spring security, why do not use an ajax login form?

Integrating Spring Security with ExtJS Login Page | Loiane Groner

In Part 1 of this tutorial we've completed setting up the ACL and Bulletin databases.

krams::: Spring Security 3: Full ACL Tutorial (Part 4)

http://krams915.blogspot.com/2011/01/spring-security-3-full-acl-tutorial_2143.html

Spring Framework Fundamentals (DVD ROM Edition) Online Training Course

The course is really well structured, covering all the themes that allow the programmer to have a real control of the framework and orient himself in Spring technology even in case he didn´t know absolute anything about it, as was for me before starting the course. https://www.virtualpairprogrammers.com/courses/Spring-Framework-Fundamentals-%28DVD-ROM-Edition%29.html
Hi guys, This blog completed one year and 2010 is coming to an end. So I decided to list the TOP 10 articles/tutorials of 2010.

Top 10 Articles of 2010: Spring, Spring Security, Ext JS, Hibernate | Loiane Groner

http://loianegroner.com/2010/12/top-10-articles-of-2010-spring-spring-security-ext-js-hibernate/
http://www.mkyong.com/spring/maven-spring-hibernate-annotation-mysql-example/

Maven + (Spring + Hibernate) Annotation + MySql Example

In last tutorial , you use Maven to create a simple Java project structure, and demonstrate how to use Hibernate in Spring framework to do the data manipulation works(insert, select, update and delete) in MySQL database. In this tutorial, you will learn how to do the same thing in Spring and Hibernate annotation way. Prerequisite requirement

JBoss 4.2.x Spring 3 JPA Hibernate Tutorial

http://www.javacodegeeks.com/2010/05/jboss-42x-spring-3-jpa-hibernate.html After spending many hours searching the web, trying to find the most efficient way to use Spring, JPA and Hibenate for several projects we concluded to the configuration that will be presented below.

[Spring Security] – Implementing Custom UserDetails using Hibernate | Thread.currentThread().join()

Recently was experimenting with creating a Custom UserDetails in Spring Security. Unfortunately, it took me a while before I could implement.