Dear Friends at Web2Py, i need some resources, books ebooks, tutorials, etc. on how to design a database driven web application that will help me with web2py development. Any advice will be appreciated.
i want to create web apps with web2py but know too little of web design for database driven web applications. i write same type programs for client-server or 3 tier applications not using the web. So i have questions like do i get all master and child tables rows into dictionaries on the client web page so they can click a parent record and then see the child detail records in a grid or do i get the detail records from the server when parent record is clicked? If there is an edit do i reload all the records again from the server to show in the grid or just check the edit was accepted by the database and then edit the record in the grid? So i need some resources, books ebooks, tutorials, etc. on how to design a database driven web application that will help me with web2py development.

