Explanation of applications used in Gmail Server Architecture
Conclusions from the above diagram
Every real worls project contains below three application
- Web supprtive application
- Web application
- Data interaction application
- HTML/Applet- to develop web supportive application
- Servlet and JSP- to develop web application.
- JDBC and EJB- to develop database applications
- HTML- to develop web supportive application
- ASP.NET - to develop web application.
- ADO.NET - to develop database applications
- for collecting input from end user by providing GUI then to pass it to web application
- for displaying output to end user by providing report
- Processing request and
- Preparing response
- Reading input from network that is sent by end user via html forms, then
- Executing business logic by using this input then
- Finally generating output and sending it to JSP
- Generating dynamic HTML by using the output given by Servlet
- Sending the result HTML back to servlet
- Database Interaction Application (JDBC/EJB technologies) is used for performing CRUD operation on DB DB terminology C- create (insert)R- read(select)
U- update(update)
D- delete (deletes)
No comments:
Post a Comment