initialization « Bean « JSF Q&A





1. Best Practice to Handle Backing Bean initialization with JSF 2.0 jsf-2.0    stackoverflow.com

I have an @PostConstruct init() function in my backing bean that performs a lengthy database query. The backing bean is @SessionScoped. Every time I perform an Ajax query, I hit that init() and ...

2. Backing Bean Initialization    stackoverflow.com

I have a variable in backing bean that needs to get reset to null whenever the associated page is opened using the relevant menu link. Is there a way to run ...

5. Initialization of Managed Bean    coderanch.com