Hi

I have the following problem: I want to create a jee6 application whose security is based on a access controll list. But the jee technology stack does not provide this feature out of the box. Now I've read that Spring would provide such a function in Spring Security ACL. My question is: Can i integrate this function into a standard jee application (EJB 3.1, CDI, JPA)? If this is possible, how do I do that?

Thank you for all your answers!