Java Dev User
RAQ Report: Web-based Excel-like Java reporting tool.
Bear Bibeault wrote:Please search the forum, this has been covered many time in the past.
Performance is a non-issue in the choice.
Bear Bibeault wrote:The fact that a 7-year-old article says that it's time to move on is telling. It's 2009! The original question shouldn't even be asked at this point.
Scriptlets are out-dated and discredited. It's well past the time to stop writing code like it's 2002.
Nick Potter wrote:You'd be amazed on how many projects still use scriptlets, and i'm not talking about projects started 7 years ago...
Bear Bibeault wrote:
Nick Potter wrote:You'd be amazed on how many projects still use scriptlets, and i'm not talking about projects started 7 years ago...
Actually, no I wouldn't. It's quite evident that many developers still think it's 2002. So while I wouldn't be amazed at the number of projects using discredited technology, I am amazed and saddened that developers don't know any better, or simply don't care.
To err is human,
To forgive is not company policy
PrasannaKumar Sathiyanantham wrote:the web developers who design a page which will be viewed by the user will not be proficient in java ....
the other reason said by my teacher is that the scriptlets that one uses in a jsp(jsp are converted to servlets before execution) takes a extra time ...........
Paul Clapham wrote:I haven't heard anybody say this out loud, but here's another thing I suspect drives people to prefer JSPs to servlets: if there's a bug in your JSP, you just fix the bug and zap the new version directly into your server. It gets automatically recompiled and the next request gets the fixed version and everything's good. Whereas if there's a bug in your servlet, after you fix the bug you have to go through a more complicated redeployment process. A cynical person would suggest that redeploying is a bad thing because more people know about it when it happens, drawing attention to your errors.
This is true when you are developing, but when you deploy the application, you'll deploy the war file. So even a change in a JSP file, will require the redeploying, right? Please, correct me if I am wrong.
SCJP 6
Punit Singh wrote:
This is true when you are developing, but when you deploy the application, you'll deploy the war file. So even a change in a JSP file, will require the redeploying, right? Please, correct me if I am wrong.
No, no need to redeploy, not even need to restart your web container, just replace your jsp within extracted war file.
Security risk of someone is able to grab the jsp before it processed
Did you see how Paul cut 87% off of his electric heat bill with 82 watts of micro heaters? |