The first day:
jsp (full name Java Server Pages)
Advantages:
Cross-platformability, Ease of maintenance, ease of management, etc.
In fact, JSP refers to embedding JAVA script language in HTML. When the user requests to access the Web application through the browser, the JSP container is used to request the JSP, and then the JSP is processed. The generated page is returned to the client browser for display.
Working principle
Execution principle
If no change occurs Then
What is a URL?
URL (Uniform Resoure Locator) Uniform Resource Locator is a representation method used to completely describe the address of web pages and other resources on the Internet, that is, a URL.
URL composition
tomcat7.0
lib jar
bin Command
webapps Application
work Working directory
temp Temporary file
conf Configuration file
logs Log file
Tomcat and myeclipse configuration
window
showview
console
db brower
package explorer
servers
Basic of JSP Syntax
Command
<strong></strong>
page command
<strong></strong>
ccogateous , indicating the programming language used in the script <strong></strong>
contentType : Set the type of content and the encoding of the static page (tell the browser in what encoding to display) <strong></strong>
pageEncoding: Page Its own encoding format (the encoding format used when writing pages)
<strong></strong>
Include the content of the target page into the current page, producing the output effect after the page is superimposed
//Equivalent to merging two pages; compile Include it when
%>
//Can be inserted anywhere
Small script
Writing java code is equivalent to writing code in the service method of index.java
Mini script rules:
1. The scripting language you use determines the rules of the script applet;
2. Statements are separated by semicolons;
3. You can use the default object, the imported class, the methods and objects declared by declaration, and the objects declared in the useBean tag.
Statement
Writing Java code is equivalent to writing Java code in the index.java class, outside the service method Write code
Declaration rules:
1. The variables and methods declared in JSP correspond to the instance methods and instance variables in the Servlet. These will be shared by all users who request the page at the same time;
2. Variables or methods must be defined before using them (it does not mean that the position where the variables are declared must be in front of the used variables in the page. It means that the variable cannot be used if it is not declared);
3. The scope of the declared variable or method is the current page or the included page;
4. Between statements Separate with semicolons.
Expression
Identical
Expression rules:
1. The scripting language you use determines the rules of the script applet;
2. The order of execution is from left to right; <strong></strong>
3. Semicolons cannot be used in expressions. <strong></strong>
##Comments
jsp will not be translated
<strong></strong> html will not be displayed
<strong></strong> java comment:// /* */ will not be compiled
<strong></strong>
The above is the detailed content of Advantages, Disadvantages and Basic Operations of JSP. For more information, please follow other related articles on the PHP Chinese website!

JVMmanagesgarbagecollectionacrossplatformseffectivelybyusingagenerationalapproachandadaptingtoOSandhardwaredifferences.ItemploysvariouscollectorslikeSerial,Parallel,CMS,andG1,eachsuitedfordifferentscenarios.Performancecanbetunedwithflagslike-XX:NewRa

Java code can run on different operating systems without modification, because Java's "write once, run everywhere" philosophy is implemented by Java virtual machine (JVM). As the intermediary between the compiled Java bytecode and the operating system, the JVM translates the bytecode into specific machine instructions to ensure that the program can run independently on any platform with JVM installed.

The compilation and execution of Java programs achieve platform independence through bytecode and JVM. 1) Write Java source code and compile it into bytecode. 2) Use JVM to execute bytecode on any platform to ensure the code runs across platforms.

Java performance is closely related to hardware architecture, and understanding this relationship can significantly improve programming capabilities. 1) The JVM converts Java bytecode into machine instructions through JIT compilation, which is affected by the CPU architecture. 2) Memory management and garbage collection are affected by RAM and memory bus speed. 3) Cache and branch prediction optimize Java code execution. 4) Multi-threading and parallel processing improve performance on multi-core systems.

Using native libraries will destroy Java's platform independence, because these libraries need to be compiled separately for each operating system. 1) The native library interacts with Java through JNI, providing functions that cannot be directly implemented by Java. 2) Using native libraries increases project complexity and requires managing library files for different platforms. 3) Although native libraries can improve performance, they should be used with caution and conducted cross-platform testing.

JVM handles operating system API differences through JavaNativeInterface (JNI) and Java standard library: 1. JNI allows Java code to call local code and directly interact with the operating system API. 2. The Java standard library provides a unified API, which is internally mapped to different operating system APIs to ensure that the code runs across platforms.

modularitydoesnotdirectlyaffectJava'splatformindependence.Java'splatformindependenceismaintainedbytheJVM,butmodularityinfluencesapplicationstructureandmanagement,indirectlyimpactingplatformindependence.1)Deploymentanddistributionbecomemoreefficientwi

BytecodeinJavaistheintermediaterepresentationthatenablesplatformindependence.1)Javacodeiscompiledintobytecodestoredin.classfiles.2)TheJVMinterpretsorcompilesthisbytecodeintomachinecodeatruntime,allowingthesamebytecodetorunonanydevicewithaJVM,thusfulf


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

SublimeText3 Chinese version
Chinese version, very easy to use

SublimeText3 Mac version
God-level code editing software (SublimeText3)

SublimeText3 Linux new version
SublimeText3 Linux latest version
