CDI provides the session scope, which ensures that you will get the same instance of an object per HTTP Session (in a web application). By ...
確定! 回上一頁