Should we write a little a lot or a lot a little?

The reason I ask is that in a normal html web form type of page After 
the user edited any fields, I would wait for the user click to 
submit/update before sending anything to the sever.
However, taking the datagrid in Flex as an example, the user can edit 
the data and events are triggered thus the local dataprovider is 
updated automatically. I am wrestling with the problem of whether I 
should send the data as it is edited in the grid, or whether to use 
some kind of call later function to check whether the editing has been 
finished etc before sending the update request to the backend. It would 
be interesting to hear how people are dealing with taking to the 
database.

Barry


Reply via email to