Top "Container-managed" questions

CMA is a technology within the Java Servlet Specification that takes care of authentication and role-based access to pages or sections of the web-app as specified by URL patterns.

When does @TransactionAttribute(TransactionAttributeType.REQUIRES_NEW) commit?

An EJB method named Aby calls another EJB method named Bob Bob is marked with @TransactionAttribute(TransactionAttributeType.REQUIRES_NEW) When …

jakarta-ee ejb jta container-managed
Weblogic 10.3: Webapp security using web.xml and DB roles inside WLS console

Scenario We are using Weblogic Server 10.3.4 to run our webapp which has security constraints enabled in order to require a …

java security weblogic container-managed