vote up -1 vote down star

Hi,

I want to know, how declarative security helps in component based development in context of Servlets and JSP?

flag
This really sounds like a test question. – phantombrain Aug 20 at 14:06
2  
Let me guess, the question in the homework exercise was: Describe how declarative security helps in component based development in context of Servlets and JSP? – DaveJohnston Aug 20 at 14:08
Indeed, this is a bad question.:( – NewGuy Aug 20 at 14:20

1 Answer

vote up 1 vote down

Read more Servlet & JSP Chapter - 8

Securing J2EE Applications

SUMMARY:The component containers are responsible for providing J2EE application security. There are two security forms provided by the container: 1. Programmatic security, and 2. Declarative security.

J2EE Security Model

SUMMARY:The same document then discusses two ways to control access to application resources using the J2EE architecture, declarative authorization and programmatic authorization.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.