Posts

Showing posts from May, 2015

Persistent Data

If you have an application that needs persistent data, i.e. data that needs to be stored for further use, the data needs to be  somewhere. Data could be needed if you want to rework on a work object by taking it from the work list. Eg. You may be working on a work object, close the browser because of some issues and then want to resume from where you left. For this purpose data needs to be stored somewhere. All important data associated with a work object can be stored in pages inside pyWorkpage. Another option that is available is to store the data in data pages While most applications require persistent data, applications that have reporting and SLAs will definitely require.  For all kind of applications page structure is important. Without a page structure, development should never begin. While what has been written is very trivial for most developers, this is the reason why a project where I worked hit a major roadblock. What are the different kinds of pages and what s...