Hi All
 
As far as possible JSP pages should only contain presentation data (html) and not embedded java code. Programmatical logic should be handled in beans and servlets and not in jsp pages.
 
Can someone please be kind enough to tell my why this is important? 
 
Kind Regards
GW

Reply via email to