13 January, 2010

Some terminology



1. CSS, or Cascading Styles Sheets, is a way to style HTML. Whereas the HTML is the content, the style sheet is the presentation of that document.

2. MVP, Model-view-presenter

3. GWT, Google Web Toolkit
4. The MVC pattern splits the code of a web application into three basic areas:
Controller
The code that does the thinking and decision making.
View
The  HTML,  CSS,  and  other  elements  that  make  up  the look  and  feel  of  the application.
Model
The persistent data that we keep in the datastore.






No comments: