Tier « EJB « JSP-Servlet Q&A





1. EJB and the Web Tier    stackoverflow.com

I am learning EJB and to do that I bought a book name EJB 3 Developer Guides. I got some understanding on how EJB architecture is and how it works. ...

2. EJB3 & How JAAS subject/principal is propagated to EJB Tier from servlet container?    stackoverflow.com

I'm trying to understand how the JAAS principal propagates to the Business/EJB tier from web tier. I've read that the if the roles/realm is configured in login-config & security-context of web.xml then ...

3. How does @SessionScoped work with EJB? Is CDI only for web-tier?    stackoverflow.com

How is the session defined in @SessionScoped CDI bean?
Is this annotation valid only when called from Servlet container, where the session is well defined in form of HttpSession? If not, than how ...

4. Session Management in EJB TIer    coderanch.com