- Application server replaces the client-side software’s installed on end user terminals.
- The application makes use of data stored on one or more DB server.
- It is a platform for Developing, Deploying and Managing web applications.
- It can be defined as any application with user communications with HTTP. Web applications usually run at least three tiers.
- DB tiers – [Mange’s access to data].
- Client tier – [web browser].
- Application tier – [program logic, SQL calls to DB].
- Processes modeling of web application are three tiers.
- Client that manage user interface – [web browser].
- Middle tier that generate interface & issue SQL statement to data tier – [s/w which run in java written code].
- Data tier that manage data itself – [oracle server].
- Two type of session
- End user session – [from client to middle tier].
- DB session – [from middle tier to data tier].
- End usersession establish at connection using HTTP.
- DB sessionwill use user process & server process.
ConversionConversion EmoticonEmoticon