Monday, December 9, 2013

Best Practice for Adobe LiveCycle forms Design-3

Adobe LiveCycle Forms Performance Turning:

1)Always prefer Binding Over scripting.

2)Try to push most of the validation to back end.

3)Never ever implement any business logic to Forms end.

4)Try to minimise hide and display logic.

5)Try to use less components as possible.

6)Try to not to push unwanted data to the Forms.

7)Try to have simple XMl struture. Complex XMl struture will bring difficulty in parsing.

8)Try to use fragments if it is a common block.

9)Not to use fragments if the block of components is not used any where else.

10)Use variable to store the values calculated. This will helps us to avoid unwanted recalculation and unwanted scripting.

11)Even if recalculation needed. Usage of variable will help us to limit scripting to a great extend.

No comments:

Post a Comment