選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

18 行
945 B

  1. What is an Application?
  2. =======================
  3. Let us define a typical web application as being a set of:
  4. #. Users - who use the application
  5. #. Roles - roles assigned to users for various functions
  6. #. Pages - where users navigate and see relevant information
  7. #. Forms - where users enter new data
  8. #. Reports - where users get a tabulated view of their data
  9. #. Permission Rules - that define what each role is allowed to do or not do
  10. #. Logic - Automatic actions that are performed at various events
  11. #. Validations - Checks that ensure the data entered by the users is valid
  12. #. Print Formats - Printable documents based on the data users have entered
  13. #. UI Widgets - Menus, Lists, Dialogs that are used for navigating, entering or displaying information
  14. #. Module - So that you can group Roles, Forms, Pages, Reports for more complex applications
  15. Let us now start building these entities in the wnframework