Re: [appfuse-user] AppFuse with NO Database

2007-07-11 Thread Michael Horwitz
It's simply a matter of replacing the DAO layer in Spring and providing your own UserDAO implementation that can provide ACEGI with the user object. The former are configured in the normal applicationContext-*.xml files, and the latter is configured in the security.xml files (look for the dao auth

[appfuse-user] AppFuse with NO Database

2007-07-10 Thread Kane Dijkman
Hello Everyone, I am new to the list and to AppFuse and I have a question I am hoping I can get some answers to. I should say also that while I have been developing large web apps for years I am new to doing this in a Java project with things like Spring and hibernate and all this cool st