JSP - Authentication and Authorization

I come from an ASP.NET background. ASP.NET has built-in support for users and roles. My question is: does JSP have something similar or is everything built from scratch? I could not find a good resource to answer this type of application structure.

+3
source share
2 answers

The Servlet API supports user and role-based authentication and security. Tomcat (among others) includes built-in authentication support using various sources: xml file, database, LDAP, etc.

+5
source

Spring MVC - JSP. Spring ( ) Spring Security ( Acegi), , Asaph. Spring MVC, Spring Security, .

JSP J2EE, JBoss, WebLogic WebSphere, , , . AD.

+1

Source: https://habr.com/ru/post/1718374/


All Articles