how to use servlets with j2ee ?
Answers were Sorted based on User's Feedback
Answer / shanawaz
Servlets is a part J2EE specification and which comes under
web developement category. Servlet API comes mainly two
packages are
1. javax.servlet
2. javax.servlet.http
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ravikiran.chd
by writing a servlet class where the business logic resides
and the configuration happens with in the web.xml
| Is This Answer Correct ? | 1 Yes | 0 No |
What is servlet tunnelling?
how the jsp page can be regenerated?
My Question is that i am using <image> tag in my servlet and after compilation after that calling by url in my browser then images are not showing. Sometime images are showing and sometime is not showing. I am using Tomcat to run my servlets. Tell me if there any specification for image in servlets or what is solution for this ??
What is http servlet?
What are life cycle methods of a servlet?
What is the difference between an applet and a servlet?
15 Answers GCEW, Miracle Solutions,
java.lang.IllegalArgumentException: The path of an ForwardConfig cannot be null while working with struts it displayed pls very ungent
Is there any need to shutdown the web server, if you want to modify a servlet?
What is the difference between servlet and filter?
Explain the difference between servletconfig and servletcontext in servlet?
What is war file?
What is difference between jsp and servlet?