0

As far as I understand a web application is a rich, dynamic webpage, containsing lots of user-generated content, achieved via certain code behind the static webpage.

What are the key components of the above? Is it OK to say that you require a standard HTML website and some sort of framework that would generate the dynamics for you from code written in some language (these include GWT, Play etc)?

Bober02
  • 15,034
  • 31
  • 92
  • 178

2 Answers2

1

Broadly you will find a web app with these components

  • View Layer
  • Business Layer
  • Data Access Layer
  • DO
  • Error handling, security, logging

With HTML, Programming Language(Java, .Net, PHP) doing the server side work

mprabhat
  • 20,107
  • 7
  • 46
  • 63
1

enter image description hereInternet<->Load balancer (DNS, ngnix, switches)<->Web server ( node js) | -Memcache, My SQL ( database)

wabbit
  • 111
  • 1
  • 4