项目作者: H3AR7B3A7

项目描述 :
Exploration of Java Enterprise web applications, Servlets and Java Server Pages.
高级语言: Java
项目地址: git://github.com/H3AR7B3A7/ServletsAndJsp.git
创建时间: 2020-11-04T04:52:32Z
项目社区:https://github.com/H3AR7B3A7/ServletsAndJsp

开源协议:

下载


Servlets & JSP

Doc: JavaEE application

Deployment

TomCat or GlassFish

Tomcat is simply an HTTP server and a Java servlet container. Glassfish is a complete Java EE application server, including an EJB container and all the other features of this stack. … By comparison, Tomcat server administration is easier than Glassfish administration, since there are fewer moving parts in Tomcat.

Default URL

http://localhost:8080/ServletsAndJsp_war_exploded/
Where “ServletsAndJsp” is the project name.
This can be changed in the ‘Run/Debug configurations’.

Servlets

Interface
HttpServlet
GenericServlet
FacesServlet

File structure

The server hides the WEB-INF file from users.