/RHQpocket

Sample Android 3+ client for RHQ using the REST interface

Primary LanguageJava

RHQPocket

Testbed to create an application for Android™-based devices as management frontend for RHQ (http://jboss.org/rhq).

The client runs against RHQ 4.4 and later and required Android 3.0+.

Classes in org.rhq.core.domain are copied over manually and the JaxB Annotations are stripped off (if needed ) as Android can not (directly) use JAXB classes.

Building

System Requirements

Build Application

$ cd /path/to/appFolder
$ gradle clean build

Run Application

To deploy, run and debug the application on an Android device attached to your system, on the command line enter the following:

  • Install generated apk to device

$ cd /path/to/appFolder
$ gradle installDebug
  • Open app on device

License

See also

See http://vimeo.com/29740860 for a demo video of the state end of Sept. 2011.