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 |
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
Can we use javascript in Servlets?
Is servlet a controller?
How do servlets work?
How do you invoke a servelt?
Why setMaxAge() and getMaxAge() methods are used in Cookies?
Differentiate between the print writer and servlet output stream?
can we override service method in my servlet class..?? if yes or no why ??
Can we write a constructor for a Servlet class ? if yes how ? if no why not ?
can anybody send me j2ee softwares such as tomcat,weblogic server ,netbeans
If we disable cookies in our web page, what will happen?
What is the need of servlet filters?