Re: Data/Access Security in Struts2

2011-03-23 Thread Burton Rhodes
IMHO, if Spring can solve all the security requirements you need, I would stick with one technology for security. Adding another layer of security with another technology (e.g. Hibernate) *may* complicate code maintainability. I have not delved into Hibernate security, but "keep it simple stupid"

Data/Access Security in Struts2

2011-03-23 Thread CRANFORD, CHRIS
I realize this may not be directly related to Struts 2 but often times I have found that many of us take different approaches to solve a common problem and wanted to ping others as to your experience and implementations regarding data security, particularly row-level in a Struts 2 application that