Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
少しばかげた質問かもしれませんが、JSF managedBeans と JMX managedBeans は同じですか? たとえば、JMX を介して JSF managedBean にアクセスできますか?
いいえ、JMX Bean と JSF Bean はまったく異なる概念です。JSF Bean は主に EL 式を介してアクセスでき、JMX Bean は標準の Java 管理インターフェースを使用してアクセスできます。