JBoss7 official latest version download address

JBoss is the result of the joint efforts of developers all over the world, an open source application server based on J2EE. Because the JBoss code is licensed under the LGPL, it is free to use it in any commercial application without payment. In 2006, Jboss was acquired by Redhat. JBoss is a container and server for managing EJB, supporting EJB 1.1, EJB 2.0 and EJB3.0 specifications. But the JBoss core service does not include a WEB container that supports servlet/JSP, and is generally used in conjunction with Tomcat or Jetty.

JBoss7.1.0.CR1b official download address: http://download.jboss.org/jbossas/7.1/jboss-as-7.1.0.CR1b/jboss-as-7.1.0.CR1b.zip

JBoss7.0.2.Final official Download address: http://download.jboss.org/jbossas/7.0/jboss-as-7.0.2.Final/jboss-as-web-7.0.2.Final.zip

JBoss Advantages:

  1. JBoss is free, An open source implementation of J2EE, released under the LGPL license. But at the same time, there are also closed sources. Open source and closed source flow in and out in different ways.
  2. JBoss requires less memory and hard disk space.
  3. Easy installation: After decompression, you only need to configure some environment variables.
  4. JBoss supports "hot deployment". When deploying BEAN, just copy the JAR file of BEAN to the deployment path to load it automatically; if there is any change, it will also be updated automatically.
  5. JBoss and the Web server run in the same Java virtual machine, and the Servlet calls EJB without going through the network, thus greatly improving the operating efficiency and improving the security performance.
  6. Users can implement J2EE-EAR directly, instead of implementing EJB-JAR and Web-WAR separately before, which is very convenient.
  7. Jboss supports clustering.

JBoss official website: http://www.jboss.org

JBoss official download address: http://www.jboss.org/jbossas/downloads/

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326564977&siteId=291194637