1.Web Application introduction.
WebApplication is a collection of web resources like HTML files, JavaScript files, image files Servlets, jsps and etc.
In order to make resources of a application as globally accessible resources developed as web resources of web-application each web-resource develops one webpage and this webpage is globally accessible page.
The web-application that is moved to internet network after development is called Website.
A web application contains two types of web-resources.
EX: HTML,JavaScript programs.
The web-resource program that executed in the server(web-server/application server)is called server-side web-resource program.
EX : Servlet,JSP
In order to make resources of a application as globally accessible resources developed as web resources of web-application each web-resource develops one webpage and this webpage is globally accessible page.
The web-application that is moved to internet network after development is called Website.
A web application contains two types of web-resources.
** Server side Web-resource
** Client side Web-resource
EX: HTML,JavaScript programs.
The web-resource program that executed in the server(web-server/application server)is called server-side web-resource program.
EX : Servlet,JSP
- Don't decide weather web-server program is server-side or client side based on the place where it resides and decide based on the place where it executes.