JSF Life Cycle with Example

JSF life cycle with a real example.

JSF has a request, processvalidation, render respose, invoke application, updates model values. This event, when should happen in a real application?

For instance:

Input application.

username, password: check in the .so database Could you tell me how the life cycle occurs in this application.

Please help me.

+3
source share
1 answer

There's a great tutorial from BalusC here: Debugging the JSF Life Cycle .

If you take the time to read it and put it into practice, you will get a pretty good understanding of the JSF life cycle.

+11
source

Source: https://habr.com/ru/post/1766015/


All Articles