JSP NOTES
Agenda: Unit1: The JSP technology Model > JSP Api & JSP Life Cycle (Imp) > JSP Element/Tag > JSP Directives > JSP Implicit Objects (9) > JSP Scopes > Jsp document > JspWriter vs PrintWriter Unit2: JSP Standard Actions/Tags > <jsp:useBean> > <jsp:setProperty> > <jsp:getProperty> > <jsp:include> > <jsp:forward> > <jsp:param> Unit3: EL(Expression Language) > Implicit object(11) > EL operators > EL functions Unit4: JSTL (Popular) > There five JSTL lib Unit5: Custom Action Tags > Classic tag model(JSP1.1) > Simple tag (JSP 2.0) > Tag files (JSP2.0) JSP CONTAINEND What is the purpose of JSP? > The main purpose JSP technology is to providing support for web designer. > If any web designer want to switch as web developer then JSP is a better platform. Imp > The main purpose of jsp is to avoid writing the complex java code. Wh...