There are two parts of scripting languages:
i. Client-side scripts (css): interpreter by browser
- eg. JavaScript, Jscript, VBScript
- Browser dependence
- e.g. PHP, ASP, ASP.NET, JSP, CGI
- Browser independence
There are four layers for Architecture for Internet Application:
- internet application
- networked application support
- transport protocol
- network transmission/ communication
Client Tier vs Middle Tier vs Information Tier
ii. middle tier implements business logic and presentation logic, act as intermediate between information tier and application clients.
iii. client tier is an application's user interface and display data to user.
Form, Process and Database are the main parts for an application.
- Form can be seen on browser and to be filled by users
- Process is invisible to user, consists many possible language, used to compute transactions
- Database is not intended to view by the users, consists compatibility issues, form is used to manipulate data
No comments:
Post a Comment