With this release I have decided to switch to JSON-RPC instead of GWT-RPC. This release implements the basics required for this switch.
JsonRpcDemo is an example of calling a JMX server using json-rpc via http-get and http-post.
TomcatPerformanceDemo
is the start for an ajax gui for showing the current performance of a
jakarta tomcat server. This first release is a short demonstration of
the concept of json-rpc method orchestration. Next releases will
continue this implementation.