As far as Servers are considered, there are two different types of servers. They are:
- Web Server
 - Application Server
 
- Most of the web servers run Servlets and JSP's
 - Applications Servers run Servlets and JSP's, as well as they can run EJB (Enterprise Java Bean) applications also. 
 - An application server provides complete implementation to JEE API. Where as a webserver provide the partial implementation of JEE API. 
 
 
 
No comments:
Post a Comment