> -----Urspr�ngliche Nachricht----- > Von: Barlow, Dustin [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 8. Juli 2003 17:17 > An: [EMAIL PROTECTED] > Betreff: [JBoss-user] Exposing JMX components via JBoss-Net > > > Is it possible to expose JMX based components in JBoss via > JBoss-Net without having to wrap the actual JMX calls in an > EJB?
Of course ;-) JMX is core! Weve got the org.jboss.net.jmx.server.MBeanProvider handler implementation for that purpose which does all the wsdl/invocation crap based on JMX meta-data (quite similar, but more straightforward than the EJBProvider operating on reflection). You can even use xdoclet annotations in your mbean source to auto-generate the deployment descriptors. Im about to refurbish the jboss.net doco over the next days. Until then, I recommend having a look at the jboss.net testsuite for that purpose. > If not, is there a reason why, when using JBoss-Net, > that a EJB must be used as a "proxy" between the web service > and the actual component doing the work? No. The proxy is always the provider implementation. ########################################### This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange. For more information, connect to http://www.F-Secure.com/ ------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
