Java EE Tutorials JSP Tutorials Recommended Books for Java Server Pages (JSP) Simple JSP Example using Eclipse Let us write a simple JSP code using Eclipse IDE and execute it using a web application server (Tomcat). Tools Used We are using the following tools to write and execute our JSP code: Java 7 Eclipse IDE …
JSP Tutorials
JSP Architecture + Lifecycle
Java EE Tutorials JSP Tutorials Recommended Books for Java Server Pages (JSP) Java Server Pages are part of a 3-tier architecture. A server(generally referred to as application or web server) supports the Java Server Pages. This server will act as a mediator between the client browser and a database. The following diagram shows the JSP architecture. …
Introduction to JSP
Java EE Tutorials JSP Tutorials Recommended Books for Java Server Pages (JSP) What is JSP? Java Server Pages or as is normally called JSP is a Java based technology that simplifies the developing of dynamic web sites. It is a technology developed by Sun Microsystems, back in 1999. JSP pages are HTML pages with embedded …