what is difference between web server and application
server?
Answer Posted / paletipatisrinu
webserver :
1)webserver imlementation on servlet,jsp Api specifation.
2)less middleware services
3)its recoginses only WAR files
4}its understand only http requset
5}its develop only webapplications.
Ex: tomcat server
Applicationserver:
1)Application server implementation on All J2EE specifications
2)more middle ware services( nearly 16 middle ware)
Ex:connection pooling,security,transaction management
3)its recoginses WAR,RAR,EAR files
4)its understand http,non http requsets
5}its develop webapplications and enterpraise
applications,distributed applications.
ex:-weblogic
FORMULA:
APPLICTION SERVER=WEBSERVER+MIDDLEWARE SERVERICE+EJB CONTAINER
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
What is an algorithm in java collection framework? : java collections
What are the interfaces in java collections? : java collections
please mail me the interview question based on java/j2ee
can u draw class/object diagram for ATM
What is the enumerator of the java collection framework? : java collections
How is hashset maintained in memory by java ?
What do you understand by synchronization? Why is it important?
In hyderabad, which s/w training center is best for java, other than corejava what r the new tools to learn in java,which tool is best & have current requirement,pls give me information about java to learn ?
What are the different types of features of the java collections framework? : java collections
What are the different types of ways where you can iterate over a list? : java collections
How do I find jre path in windows?
What are the main classes of the list interfaces? : java collections
What are the different types of classes implemented in the set interfaces? : java collections
Which interface does java.util.hashtable implement?
What are the types of the main implementing classes in the map interfaces? : java collections