Xpages, faces-config, managed beans, and scoped variables -


i have properties in database if ever change, used pervasively throughout. seems might managed bean?

<managed-bean> <managed-bean-name>bu</managed-bean-name> <managed-bean-class>    </managed-bean-class> <managed-bean-scope>application</managed-bean-scope> </managed-bean> 

i want end list of values in applicationscope.bu.

do write simple java implementation? there easier or better way?

if understand question correctly, don't think properties of managed bean want store application properties.

i stick them in application scope on landing page of application.


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -