partial execution

Home » partial execution

Understanding Partial Execution: Part Three – JSF Lifecycle

In the previous two parts of this series I’ve focussed on partial refresh and partial execution. But in order to fully appreciate why partial execution is important, you need to understand the JSF lifecycle. Part two focussed on what gets processed from the XPage, it’s important to understand how it gets processed. Remember that if […]

Understanding Partial Execution: Part Three – JSF Lifecycle Read More »

Understanding Partial Execution: Part Two – Execution

In Part One I covered off what happens between server and browser in a partial refresh. Careful thinking about the refresh ID can help minimise the amount of content passed back from the server to the browser. But I emphasised that it has no effect on what happens on the server. In this part I’m

Understanding Partial Execution: Part Two – Execution Read More »

Scroll to Top