what is the difference between servlets and struts?
Answer Posted / abinaya
Struts is a tag framework used in .jsp, to simplify
programming of
often used servlet and jsp code. It's similar to JSF, or jsp
tags, you
include tag libraries, Struts libraries and .xml config
files and then
you can use tags in .jsp pages and create servlets from them.
You can use both normal and Struts servlets in one web
application, it
depends on you.
| Is This Answer Correct ? | 25 Yes | 15 No |
Post New Answer View All Answers
What is cookie? Why is cookie used?
Can we get PrintWriter and ServletOutputStream both in a servlet?
What is the major difference between context parameter and context attribute?
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
What is the servletconfig object?
Whats the advantages using servlets over using CGI?
What is the need of servlet filters?
What is httpservlet class?
How we can call a jsp from the servlet?
What is difference between PrintWriter and ServletOutputStream?
Explain jsessionid and when is it created?
What do you mean by interservlet communication?
Why servlet is used as controller ? Not JSP? I want complete explation?
What are the uses of servlets?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?