different between web server and application server

Answer Posted / kalidas maliyala

The web server
When a request comes into the Web server, the Web server simply passes the request to the program best able to handle it. The Web server doesn't provide any functionality beyond simply providing an environment in which the server-side program can execute and pass back the generated responses. The server-side program usually provides for itself such functions as transaction processing, database connectivity, and messaging.

The application server

Such application server clients can include GUIs (graphical user interface) running on a PC, a Web server, or even other application servers. The information traveling back and forth between an application server and its client is not restricted to simple display markup. Instead, the information is program logic. Since the logic takes the form of data and method calls and not static HTML, the client can employ the exposed business logic however it wants.

In most cases, the server exposes this business logic through a component API, such as the EJB (Enterprise JavaBean) component model found on J2EE (Java 2 Platform, Enterprise Edition) application servers.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to define a anonymous function?

693


Can an anonymous function be assigned to a variable?

637


What is escape & unescape String functions in JavaScript?

718


What is enum data type?

646


Describe what u had done today?

1979






What does ecma stand for?

598


In Javascript are calculations with fractional numbers guaranteed to be precise?

704


Can you assign an anonymous function to a variable and pass it as an argument to another function?

633


What are events in javascript?

656


Is a javascript script faster than an asp script?

643


Are Attributes and Property the same?

741


What is JavaScript?

954


What are the boolean operators supported by javascript? And operator: &&

646


What is the dollar sign in javascript?

628


Explain the terms synchronous and asynchronous code?

728