java - Best way to generate MBeans for managing an XML File -


i have xml file defined xml schema. need manipulate java code. need enable remote clients manipulate via jmx.

anyone got suggestions?

this sounds xml file used configuration.

  1. use jaxb generate java bindings
  2. use appropriate tool expose java objects generated in 1) jmx mbeans (spring jmx, model mbeans, etc)

Comments

Popular posts from this blog

how to build hyperlink for query string in php -

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

queue - mq_receive: message too long -