aspose file tools
The moose likes JSF and the fly likes JSF and Filters Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "JSF and Filters" Watch "JSF and Filters" New topic
Author

JSF and Filters

annaunivStud Sboa
Greenhorn

Joined: Oct 29, 2008
Posts: 10
hi ...i am new to jsf and just now heard about filters too.
i used a filter and i wanted to check each time whether the user is logged in user.... how do i do that...i authenticate by querying the relational records(using SDO) how do i do that...i am not able to use getSessionScope().get("sessionvariable") here as i do in other java files....


well i also used system.out.println in the do filter method(will that happen).... it dint print that too.... i know i dint understand something about filters(as far as i know it intercept every httprequest)...
please tell whether the process i did is right???
and how to proceed with it...
thanks
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JSF and Filters
 
Similar Threads
When not to use Servlet filters with Struts? or what are the disadvantages of using servlet filters?
Doubt on Filters
Question on Spring Security & Spring MVC.
When to use session?
Servlet auto redirect to another page