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 |
what are advantages of HQL? what are advantages of Native SQL? what are advantages of Criteria API?
what about web architecture?
Should we create system software ( e.g operating system ) in java ?
"Sun Certified Java Programmer" This is one String , we need to print SCJP, write the java code dynamically? pls reply this questions
What is difference between Application Server and Web Server?
what is mean by hasing and maping in java platform and advantage?
what is jndi?
Why do you use Context Object
Difference b/w >> and >>> ?
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
What are maps interfaces in the java collections? : java collections
What is IOC in spring?