Good day Friends
I have been scouring the internet for suitable examples of how to implement deep linking in JSF 2.3.x+
Doing deep linking with REST endpoints and using some JavaScript UI is trivial. But getting this right in JSF 2.3.x+ with PrimeFaces is not so trivial (at least, the solution seems to be evading me).
At a most basic level, I need to accomplish the following:
- Application server is WildFly latest running on CentOS latest.
- Using JSF 2.3+
- Using latest PrimeFaces.
- Back end runs on PostrgeSQL 11
- Based on some user action a notification and email requesting approval is generated.
- The email and notification (notification icon and panel is implemented within the app itself) is send to the specific person(s).
- The email and notification must contain a link that deep links into the JSF app so that when the user clicks the link in the email, he / she will land on the login page if not already logged in.
- Then after proper authentication the user is taken to the exact JSF screen showing the correct state based on what the user needs to approve.
I unfortunately do not have any code to show as my attempts because they do not work, and instead of asking how to fix code that is completely wrong from the start; I request only pointers to a blog or a short hint on how to accomplish deep linking with correct state management in JSF.
Sincerest Thanks