Dynamic web - Java JSP & Apache Tomcat
There are two types of data in the software area.
one is static data the other is dynamic data.
one is static data the other is dynamic data.
static data refers to a fixed data set—or, data that remains the same after it’s collected. Dynamic data, on the other hand, continually changes after it’s recorded in order to maintain its integrity.
In the database, we should separate the data depending on the type of data. We can easily Separate the Static from the Dynamic with Tomcat and Apache.
Then What is JSP?
Today we are going to talk about the JSP shortened from Jakarta Server Pages.
Originally JSP was called Java Server Pages.
The basic purpose of JSP is a tool to build a dynamic web page and web application by inserting Java code into HTML code. When JSP is executed, HTML has converted into a servlet web application that will execute all of the necessary functions and generate the data to respond to the client.
How to create a dynamic web with together JSP?
Especially Apache Tomcat is a free and open-source implementation of the Jakarta Servlet. (https://tomcat.apache.org/download-90.cgi)
* How to utilize apache tomcat to set up dynamic web * JSP?
Eclipse -> file -> New -> Dynamic Web Project
onec download the Apache Tomcat, we can create a dynamic web project formt
onec download the Apache Tomcat, we can create a dynamic web project formt
Comments
Post a Comment