Good Java programmers share Javaweb introduction of server

Good programmers Java server share Javaweb introduction, Java Web, Java technology is used to solve the sum of the areas of technology-related web Internet. web include: web server and web client in two parts. Java client applications have java applet, but rarely used, very rich Java application server, such as Servlet, JSP and third-party frameworks, and so on. Java Web development technologies to the field into a powerful force.


  Today we are sharing a server javaweb description:


1, the mainstream Web Server Introduction


Web servers are running and publish Web application container, only the development of Web projects placed into the container, so that all users can access the network through a browser. Development of Java Web server applications used primarily compatible with JSP / Servlet Web server, more commonly used Tomcat, Resin, JBoss, WebSphere and WebLogic, etc.


2, Tomcat server


  Very popular Tomcat server is a subproject of Apache-Jarkarta open source project, is a small, lightweight support JSP and Servlet Web server technology, is the first choice for beginners to learn to develop JSP applications.


3, Resin server


Caucho Resin is the company's products, is a very popular support Servlet and JSP server, very fast. Resin itself contains an HTML-enabled Web server, which makes it not only can display dynamic content, and the ability to display static content favorably, so many sites are built using Resin server.


4, JBoss server


JBoss is one kind of follow JavaEE standard, open source, pure Java EJB server, there is good support for J2EE. JBoss uses JML API integration with management software modules, the core service is to provide EJB server, and does not include the Servlet and JSP Web container, but it can be the perfect combination of Tomcat.


5, WebSphere server


WebSphere is IBM's products, can be further subdivided into WebSphere Performance Pack, Cache Manager and WebSphere Application Server and other series, including WebSphere Application Server is a Java-based application environment that can run on Sun Solaris, Windows NT and other operating system platforms for establishing, deploying and managing Internet and Intranet Web applications.


6, WebLogic Server


BEA WebLogic is the company's products (Oracle has now been closed - purchase), can be further subdivided into WebLogic Server, WebLogic Enterprise and WebLogic Portal series, which WebLogic Server is especially powerful. WebLogic supports enterprise-class, multi-level and fully distributed Web applications, and configure the server's simple, friendly interface. For those who are seeking to be able to provide all the Java application server platform owned by it, WebLogic is a very good choice.


Guess you like

Origin blog.csdn.net/weixin_34327761/article/details/91398243