The moose likes Struts and the fly likes Authentiation and Authorization  logic in RequestProcessor? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Authentiation and Authorization  logic in RequestProcessor?" Watch "Authentiation and Authorization  logic in RequestProcessor?" New topic
Author

Authentiation and Authorization logic in RequestProcessor?

amit sharma
Ranch Hand

Joined: Jul 19, 2006
Posts: 129
I made some application in simple jsp .There to control the access and authorization i use filters .I made many filters and then apply that filters to several url patterns.
Now i making struts application and using tiles .One of my friend told me in struts usually we extend requestproccessor and put the logic there .But if i not use filters and put all the logic in requestproccessor then it will become very big and unmanageable .How we handle Authentication and Authorization in Struts .
Joe Ess
Bartender

Joined: Oct 29, 2001
Posts: 8265

Let the container manage it, then you can concentrate on working on your application.


"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Authentiation and Authorization logic in RequestProcessor?
 
Similar Threads
Custom Interceptor or Chain Interceptor
Yet another caching trouble
Restrict the URL Access in Servlets 2.2
When not to use EJB?
Help on SiteMinder