JSP or Servlet?
What should we used a servlet or a jsp?
In which type of applications we can find a servlet better to be used?
Please assist
Thanks!
Member • Nov 26, 2009
Member • Nov 26, 2009
Hi ce_neha,ce_nehaHi ,
What should we used a servlet or a jsp?
In which type of applications we can find a servlet better to be used?
Member • Nov 27, 2009
Member • Nov 27, 2009
Member • Dec 5, 2009
Hi ce_neha,ce_nehaHi ,
I read somewhere that "JSP only deals with textual data, you will have to continue to use servlets when communicating with Java applets and applications."
Please clarify the above statement,what applications are we referring to?
or explain it with an example.
Thanks.
Member • Dec 6, 2009
Member • Dec 7, 2009
Please change your understanding for making better web applications in future. I seriously hate people who add JAVA code in JSP pages. Just because of such understandings and coding practices only, security of web applications become a major issue at times.callyDMy understanding is JSP is for those who are not hardcore Java programmers. It offers ease of programming. Servlets are for hardcore java programmers. Servlets offer more flexibility to implement complex validation rules.