Could anyone share their strategies for implementing their user management when deploying a web application? Specifically, I know I can use principals.xml to specify the users and roles and web.xml to apply those wrt the various servlets and web pages within the web application. However, like most websites, additional information needs to be captured for each user. I can store this in some database or whatever no problem. The question arises what is the best strategy for reconciling/merging the user information between principals.xml and the database? I'd be interested to hear your insights. Thanks, Kit Cragin VP of Product Development Mongoose Technology, Inc. www.mongoosetech.com
