what is difference between web server and application
server?
Answer / 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 |
how to deploy the web application ?
what are advantages of HQL? what are advantages of Native SQL? what are advantages of Criteria API?
Which sorting algorithm is used by collections.sort() in java ?
what is mean by hasing and maping in java platform and advantage?
What are the types of interface used in the java collections? : java collections
What are the queues in the java collection framework? : java collections
Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword
What is deque in the java collections framework? : java collections
Should we create system software ( e.g operating system ) in java ?
can u draw class/object diagram for ATM
0 Answers HCL, Zycus Infotech,
what is java virtual machine
How do you create UserTransaction Object? How do you rollback a transaction in a method?