top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is meant by a Web Application ?

+4 votes
434 views
What is meant by a Web Application ?
posted Feb 4, 2015 by Shyam

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

2 Answers

+2 votes
 
Best answer

A web application or web app is any software that runs in a web browser. It is created in a browser-supported programming language (such as the combination of JavaScript, HTML and CSS) and relies on a web browser to render the application.

the convenience of using a web browser as a client, sometimes called a thin client. The ability to update and maintain web applications without distributing and installing software on potentially thousands of client computers is a key reason for their popularity, as is the inherent support for cross-platform compatibility. Common web applications include webmail, online retail sales, online auctions, wikis and many other functions.

Benefits of Web Application:

 1. Web applications do not require any complex "roll out" procedure to deploy in large organizations. A   
     compatible web browser is all that is needed;

 2. Browser applications typically require little or no disk space on the client;

 3. They require no upgrade procedure since all new features are implemented on the server and  
     automatically delivered to the users;

 4. Web applications integrate easily into other server-side web procedures, such as email and searching.

 5. They also provide cross-platform compatibility in most cases (i.e., Windows, Mac, Linux, etc.) because 
      they operate within a web browser window.

 6. With the advent of HTML5, programmers can create richly interactive environments natively within 
     browsers. Included in the list of new features are native audio, video and animations, as well as improved   
     error handling.

 7. Modern web applications support greater interactivity and greatly improved usability through technologies 
      such as AJAX that efficiently exchange data between the browser and the server.

 8. Web applications allow for easier introduction of new user devices (e.g. smartphones, tablets) because   
     they have built-in browsers. 
answer Feb 4, 2015 by Manikandan J
+2 votes

=>Web Application can be created in Many Domains like ASP.NET, JAVA, PHP, etc.
=>There are two type of WEB APPLICATION there (INTERNET APPLICATION, INTRANET APPLICATION)
=>Internet Application can run over the Internet network. You can access the Internet application any where using
URL of that application Eg (Gmail).
=>Intranet Application will run under particular Organization network. We can access that application from outside
of the particular Organization eg(Our Company Bug Tracker).
=>Then Commonly the Web application will run under the Browser.

answer Feb 4, 2015 by Balamurugan Kn
...