JSP stands for JavaServer Pages and it is a collection of technologies that helps software developers create dynamically generated web pages based on HTML, XML, SOAP, or other document types. JSP is similar to PHP and ASP, but uses the Java programming language. JSP pages are made out of a page template, which consists of HTML code and JSP elements such as scripting elements, directive elements, and action elements. Directive elements are used to define page-dependent attributes, such as session tracking, error page, and buffering requirements. Action elements are used to perform... Show more JSP stands for JavaServer Pages and it is a collection of technologies that helps software developers create dynamically generated web pages based on HTML, XML, SOAP, or other document types. JSP is similar to PHP and ASP, but uses the Java programming language. JSP pages are made out of a page template, which consists of HTML code and JSP elements such as scripting elements, directive elements, and action elements. Directive elements are used to define page-dependent attributes, such as session tracking, error page, and buffering requirements. Action elements are used to perform specific tasks, such as controlling the flow between pages and using Java Beans. Scripting elements allow the writing of Java code statements within the JSP page. JSP 2.0 added new components as an Expression Language (EL), which is a fourth element type. Show less
JSP stands for JavaServer Pages and it is a collection of technologies that helps software developers create dynamically generated web pages based on HTML, XML, SOAP, or other document types. JSP is similar to PHP and ASP, but uses the Java programming language.
JSP pages are made out of a page template, which consists of HTML code and JSP elements such as scripting elements, directive elements, and action elements. Directive elements are used to define page-dependent attributes, such as session tracking, error page, and buffering requirements. Action elements are used to perform specific tasks, such as controlling the flow between pages and using Java Beans. Scripting elements allow the writing of Java code statements within the JSP page. JSP 2.0 added new components as an Expression Language (EL), which is a fourth element type.
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.