Linking session state between servlets and EJBs?
- by wilth
Hello,
I have servlets (in a web module) that access stateless EJB beans (in an EJB module). The EJB module is built using SEAM. Users can have different roles and the EJB services check this using Seam's Identity. I also use a customized Authenticator (although this might not be relevant here).
I noticed problems with this approach and I'm…