Hi all,
I have a bunch of form pages in my site that need to share some common functionality, ie. a common set of fields, validation, binding, back-end logic, etc. Each form also needs to have its...
Type: Posts; User: mhowell; Keyword(s):
Hi all,
I have a bunch of form pages in my site that need to share some common functionality, ie. a common set of fields, validation, binding, back-end logic, etc. Each form also needs to have its...
Hi all,
If a bean has been instantiated by Spring via a bean config file, is there any way that this bean can get its bean ID? We have a need to uniquely identify some of our beans with a String,...
Daniel,
I agree that multiple MVCs is overkill if the navigation/template stuff is fairly simple, which it would be in most cases. With our system, when a user logs in, that user may have admin...
Ben,
Thanks for all your help! It looks like Acegi does everything that we need it to do, and more. Based on this thread, I'd say there's also solid support behind it, which is just as important...
Hi all,
I'm evaluating Spring and its MVC web framework for use in a new project. I've read through some of the MVC docs, but still have one major question. Is there a way to get Spring to use...
Ben,
What you're saying makes a lot of sense.
Does this mean though that we need to explicitly call out to the security framework from various points in our code? For example, if we had...
Ben,
Thanks for the reply. I'm starting to wonder the same thing you are - web request security may not work terribly well.
I'm working on a project that's a combination portal and content...
Hi all,
I'm evaluating Acegi for use in a new web project. I've taken a look at the reference docs, and there is an example of using the FilterSecurityInterceptor to perform authorization based on...