Is it better to code in JSP

2002-09-16 Thread robert
Hi, I want to get some information if it's better to code everything in JSP. I don't use Servlets. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]] On Behalf Of Rajarshi Ghosh Sent: Monday, September 16, 2002 9:39 AM T

Re: Disable Directory Listing

2002-09-16 Thread Rajarshi Ghosh
Vikramjit, I think you misunderstood my point.If I do whatever you said then the directoty listing for the URL http://servername/lmc is disabled. But if I give the URL as http://servername/lmc/Login.jsp then also I am not able to get the output. It is showing the same page as previous.Could you p

Re: Is it better to code in JSP

2002-09-16 Thread Nagaraju K
hi robert, Can u be more specific what u meant by coding everyting in JSP? If u meant coding the jave part (logic) in Jsp its not adviced. You can use Taglibs where u can out the java code in the java classes and use the Taglib tag in the jsp page. The secret of getting ahead is ge

Re: Is it better to code in JSP

2002-09-16 Thread Amit Ghaste
If u don't want to use Servlets, its still recommended to code in jsp than flooding the taglib without doing at least a certain amount of designing.. Taglibs can add a certain amount of response lag... ITH -Amit -Original Message- From: A mailing list about Java Server Pages specificatio

Re: Is it better to code in JSP

2002-09-16 Thread Milind Jog
As far as possible you should avoid coding in the JSP. It really creates problems and code loses on scalability and maintanability. You can use taglibs or Use Beans. Milind - Original Message - From: "robert" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 17, 2002 11: