Java Servlet lifecycle The Java Servlet life cycle consists of a series of events that begin when the Servlet container loads the Servlet and ends when the container closes Servlet. A servlet container is part of a Web server or application server that controls a servlet that manages its life cycle. First, the container servlet…
Read MoreWhat is JavaServer Pages? JavaServer Pages (JSP) is a technology for the development of web pages that supports dynamic content. This helps developers to insert Java code into HTML pages, making use of special JSP tags, most of which start with <% and end with%>. A JavaServer Pages component is a type of Java servlet…
Read MoreIntroduction to Java 2 platform, Enterprise Edition (J2EE) This article will explain Introduction to Java Platform Enterprise Edition J2EE and present an overview of what it is and what it can do. In addition, we will also take a look at how to start J2EE and the development of J2EE applications.Future articles take a look…
Read MoreJ2EE Technologies The Java technologies that you will use to create web applications are part of the Java EE platform, as well as many classes and packages of the Java platform, Standard Edition (Java SE). For many of these technologies to work on a server, the server must have a container or Web server installed…
Read More