Can I list the best practices for configuring JSF WebApp @?
JSF RichFace
Never put logic in your getters. They are called several times and should only return something already populated by another method. For example, if you group the drop-down lists together, use the a4j: support tag on the first with an action attribute that loads the data, which is then retrieved when the second one is retransmitted.ajaxSingle = "true", .. , rich: dataTable, , h: dataTable.= true , . .EL, Java bean
Never put logic in your getters. They are called several times and should only return something already populated by another method. For example, if you group the drop-down lists together, use the a4j: support tag on the first with an action attribute that loads the data, which is then retrieved when the second one is retransmitted.
ajaxSingle = "true", .. , rich: dataTable, , h: dataTable.
= true , . .
EL, Java bean
JSF BestPractices
JSF . JSF . . . , (, , JSTL ..) .
JSF :http://industrieit.com/blog/2011/11/stateless-jsf-high-performance-zero-per-request-memory-overhead/#comment-4: http://weblogs.java.net/blog/jhook/archive/2006/01/experiment_goin.htmlJSF " " ( .)
JSF :
http://industrieit.com/blog/2011/11/stateless-jsf-high-performance-zero-per-request-memory-overhead/#comment-4
: http://weblogs.java.net/blog/jhook/archive/2006/01/experiment_goin.html
JSF " " ( .)
Source: https://habr.com/ru/post/1761719/More articles:.NET socket lock processing timeout - c #Convert type string to object type - c #How to suspend a stream by its name from the main stream? - c #What is session.bug_compat_42 and session.bug_compat_warn? - phplate binding in linq - vb.netWinForm: представляет один элемент ListBox в инструкции foreach - winformsMySQL Float Type - sqlLine numbers, code highlighting in TextView - androidПробная версия SAP NetWeaver для 64-битной ОС? - sapWinForms DataGridView Alternative - c #All Articles