Commonly used middleware in java development are:
1, tomcat;
2, Weblogic;
3, JBOSS ;
4, Coldfusion;
5, Websphere
6, GlassFish
(Video tutorial recommendation: java video tutorial)
Let’s briefly talk about their usage scenarios:
Generally, it is recommended to use tomcat for local development. For Linux systems, it is recommended to use jetty or apache hpptd.
Large projects use JBOSS or weblogic, small projects or personal development use tomcat, large projects or commercial projects generally use weblogic/webshere, and others include jboss, glasshfish, etc.
Recommended tutorial: java entry program
The above is the detailed content of What are the common middleware in java development?. For more information, please follow other related articles on the PHP Chinese website!