What are the differences between application servers like weblogic,webspeher,tomcat,jboss etc

Questions by srinu_padma

Showing Answers 1 - 1 of 1 Answers

srinivas.g

  • Jul 28th, 2006
 

web servers are only the server to deploy web applications which are not having complexity in business logic.they don't need middleware services.generally servlet,jsp programs for representation purpose wouldbe deployed in webservers.

but application servers are more in complexity.Enterprise applications having big business logic(complex) needs middleware services like transactions,security,connection object pool etc..it is hard to code programmatically these servies .so vendors are suppying these services inthe form of application servers.......plz refer headfirst java

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions