S
shaji
Webserver Vs Application Server.
I could find lot of comparisons from google search. Different people
say different things.
Let me summarize my understanding. Please correct if it is wrong.
Webserver cater to static html web pages + running set of programs
through CGI using HTTP
Application server cater to applications using a higher lever API like
Servlets, JSP, ASP.
and it handles business logic.
People cites Tomcat as a webserver and JBoss as an application server.
Here is my doubt, In my project I uses Tomcat (Struts, Spring,
Hibernate). We process the business logic in the service layer. With
spring, we creates different services.
So why cant I call Tomcat an application server? What is there extra in
JBoss?
(I never used JBoss)
-TIA
shaji.
I could find lot of comparisons from google search. Different people
say different things.
Let me summarize my understanding. Please correct if it is wrong.
Webserver cater to static html web pages + running set of programs
through CGI using HTTP
Application server cater to applications using a higher lever API like
Servlets, JSP, ASP.
and it handles business logic.
People cites Tomcat as a webserver and JBoss as an application server.
Here is my doubt, In my project I uses Tomcat (Struts, Spring,
Hibernate). We process the business logic in the service layer. With
spring, we creates different services.
So why cant I call Tomcat an application server? What is there extra in
JBoss?
(I never used JBoss)
-TIA
shaji.