> <artifactId>rackspace-cloudloadbalancers-us</artifactId>
> <version>${jclouds.version}</version>
> </dependency>
> + <dependency>
> + <groupId>org.apache.jclouds.labs</groupId>
> + <artifactId>openstack-reddwarf</artifactId>
> + <version>${jclouds.version}</version>
> + </dependency>
> + <dependency>
> + <groupId>org.apache.jclouds.provider</groupId>
> + <artifactId>rackspace-clouddatabases-us</artifactId>
> + <version>${jclouds.version}</version>
> + </dependency>
> + <dependency>
> + <groupId>mysql</groupId>
> + <artifactId>mysql-connector-java</artifactId>
> + <version>5.1.25</version>
> + </dependency>
> One example shows how to actually query a running database and get a result
> back over jdb
Ahh...like that. Thanks for explaining. Fine, let's keep it.
PS: Are we assuming that users will have a MySQL instance running? In that
case, would using an in-memory DB in the example be easier (totally separate
issue, obviously) or is there something about the example that requires MySQL?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-examples/pull/6/files#r5218635