Home  >  Article  >  Java  >  What are the java middleware technologies?

What are the java middleware technologies?

coldplay.xixi
coldplay.xixiOriginal
2021-01-13 17:08:0110085browse

Java middleware technologies include: 1. tomcat; 2. Weblogic; 3. JBOSS; 4. Coldfusion; 5. Websphere; 6. GlassFish.

The operating environment of this article: Acer S40-51, HBuilderX.3.0.5 version, Windows10 Home Chinese version

Related free learning recommendations: java basic tutorial

java middleware technology includes:

java middleware is to handle the interaction between our data and connect the communication between the two systems after the data is separated. Middleware does not belong to any development project. It allows us to be unaware of the data flow between systems or databases.

Java middleware includes:

tomcat

Weblogic

JBOSS

Coldfusion

Websphere

GlassFish

Generally, it is recommended to use tomcat for local development. For Linux systems, it is recommended to use jetty or apache hpptd. For large projects, use JBOSS or webloigc.

Small projects, or personal development of tomcat, 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. For general projects, tomcat is sufficient.

Tomcat is the running 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.

JBoss is a J2EE application server running EJB. It is an open source project and follows the latest J2EE specifications. Since the inception of the JBoss project, it has developed from an EJB container to a web operating system (operating system for web) based on J2EE. It embodies the latest technology in the J2EE specification

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

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

Related free learning recommendations: php programming (video)

The above is the detailed content of What are the java middleware technologies?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:what are java featuresNext article:what are java features