How do I authenticate regarding EJB3 Container ?
- by FMR
I have my business classes protected by EJB3 security annotations, now I would like to call these methods from a Spring controller, how do I do it?
edit I will add some information about my setup, I'm using Tomcat for the webcontainer and OpenEJB for embedding EJB into tomcat. I did not settle on any version of spring so it's more or less open to…