Managed bean is lazy by default. It means, bean is instantiated only when a request is made from the application. You can force a bean to be instantiated and ...
確定! 回上一頁