"Managed bean" is a Java EE specific term for Javabean classes which are designed to act as a controller in some MVC application.
I'm pretty new to the Spring Framework, I've been playing around with it and putting a few samples apps together …
spring managed-bean applicationcontextI noticed that there are different bean scopes like: @RequestScoped @ViewScoped @FlowScoped @SessionScoped @ApplicationScoped What is the purpose of each? …
jsf jsf-2 scope managed-beanI'm trying to write a custom servlet (for AJAX/JSON) in which I would like to reference my @ManagedBeans by …
jsf jakarta-ee servlets jsf-2 managed-beanWhen trying to reference a managed bean in EL like so #{bean.entity.property}, sometimes a javax.el.PropertyNotFoundException: Target …
jsf cdi el managed-bean propertynotfoundexceptionI'm a Java EE-newbie. I want to test JSF and therefore made a simple program but can not deploy it. …
jsf jakarta-ee dependency-injection cdi managed-beanIs there a way to execute a JSF managed bean action when a page is loaded? If that's relevant, I'm …
jsf action onload managed-beanI have a problem with JSF 2.2 and CDI, my managerbean is not solved and this error appear "value="#{userBean.user.…
jsf jsf-2.2 managed-beanHi I have a managed bean with some functions , based on some condition in that function I will like to …
jsf primefaces modal-dialog managed-beanIs there a way to call (execute) a JavaScript function from managed bean in JSF? If that's relevant, I'm also …
javascript jsf primefaces managed-beanIs there some way how to redirect page to other page from Java method? I'm able only to forward it …
jsf redirect managed-bean