What are the common middleware?

Generally, if bai develops locally, small projects or dus are personal development suggestions to use tomcat.

It is recommended to use jetty or apache hpptd for linux system

Use JBOSS or webloigc for large projects

Large projects or commercial projects generally use: weblgoic/webshere, others include jboss, glasshfish, etc.

Some sample projects or small projects often use jetty

tomcat, jboss, weblogic, websphere general project tomcat is fine

About middleware
Tomcat is the operating environment (servlet container) of Servlet in Sun's JSWDK (JavaServer Web Development Kit).

Tomcat is a sub-project of the Apache Jakarta software organization. Tomcat is a JSP/Servlet container. It is a standard implementation of JSP and Servlet specifications developed on the basis of Sun’s JSWDK (Java Server Web Development Kit). Tomcat can be used Experience the latest specifications of JSP and Servlet.

After years of development, Tomcat is not only the standard implementation of JSP and Servlet specifications, but also has many features of commercial Java Servlet containers, and is used by some companies for commercial purposes.

JBoss is a J2EE application server running EJB. It is an open source project that follows the latest J2EE specifications. Since the beginning of the JBoss project, it has evolved from an EJB container into a J2EE-based operating system for web (operating system for web), which embodies the latest technology in the J2EE specification

WebLogic Server is an enterprise-level application server that supports EJB, cluster and ERP (Enterprise Resource Planning) connectivity. Development company: BEA.

WebSphere product series is a set of typical e-commerce application development tools and operating environment of IBM

Guess you like

Origin blog.csdn.net/weixin_44900765/article/details/107532405