WSDM for J2EE provides next-generation management

WSDM用のラッパーをIDEが生成してWebサービスJMXで管理できるようにするという記事。でもね、IDEがコード生成するんじゃなくてAOPで何とかならないかな。

WSDM is based on the Web Services Resource Framework (WS-RF), which specifies how to implement stateful Web services. A WSDM implementation is a Web services application that is easily deployed into J2EE application servers. Therefore, a basic approach to creating a WSDM endpoint for J2EE is to model and implement a WSDM "wrapper" over the standard JSR 077 management model APIs. When the WSDM management consumer sends a request to the WSDM interface, the request is mapped to a local JSR 077 API call.