what is filter ?
Answers were Sorted based on User's Feedback
Answer / mukesh dhariyaparmar
A filter is a mini-servlet.Filters may record information about requests, convert to different format, or event redirect access to a different page. You can apply filters to any resources served by servlet engine, so it doesn't matter whether it's static HTML,graphics,a JSP page,or another servlet.One key advantages of filter is that it can be added to an existing Web application without either the filter or the application being aware of one another.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rama
The Java Filter gives effective protection against unwanted
execution of Java applets, without having to switch off Java
support of your browser. For example, you could only allow
applets from within your firewall onto your computer.
| Is This Answer Correct ? | 3 Yes | 1 No |
I have include a jsp page by using <jsp:include page="/.../xyz.jsp"/> The thing is that the xyz.jsp page has its submit button.When i click on that button the whole main page get refreshed.But i want to refresh only the xyz.jsp page.How could i achive it so that i can only refresh the xyz.jsp not the main page page?
How do you create UserTransaction Object? How do you rollback a transaction in a method?
where is JNDI being used in java platform?
what is difference between business deligate and session facade ?
What are the interfaces in java collections? : java collections
Difference between Spring framework and Struts framework?
12 Answers IBM, L&T, VAM,
What is an Ioc pattern? There are assemblies in .net for establishing this task, Whats the special in Java /j2ee technologies about IOC
what is the difference between banking and insurance domain?
what is hibernate ceteria ?
What is java collection? : java collections
who will give req's to u?. how they send req's to u? . what design documents contains?. when bugs raised on other developer code how to report to them?.(throgh mail or ........). how to retrive 100 recods from dao layer to presentation layer.using which collection?. what is sequence diagram.?.
Is it possible to create Userdefined Unchecked Exception also?If Yes, give an example?