THE CLIENT-SIDE DEVELOPMENT

The main elements of client-side application components of distributed systems •Distributed systems use client-side elements for users to interact with •These client-side elements include •Views – what users see (mainly GUIs) •Controllers – contain event handlers for the Views •Client-model – Business logic and data The Views development technologies for the browser-based client-components of web-based applications •Content – HTML • Formatting – CSS The Controller development technologies for the browser-based client-components of web-based applications ( HTML , CSS , JavaScript ) and server-side technologies such as PHP , ASP ,.Net, C#, Python , etc. as well as a database to store and retrieve information from ( MySQL , Oracle , SQL Server). Different categ...