Infering information from Google Analytics: Part 4
The question is as follows: A link on this website will launch a demonstration application which uses Java Web Start Technology -- this means that visitors will need to have…
The question is as follows: A link on this website will launch a demonstration application which uses Java Web Start Technology -- this means that visitors will need to have…
The Problem: We have a PHP-based website and on several pages we include a Java Web Start demonstration application and a hyperlink that points to the application.jnlp file. The hyperlinks…
We're testing some code which publishes data to Redis and we wrote the script below. @GrabResolver(name='Maven Central', root='http://repo1.maven.org/') @Grab(group='redis.clients', module='jedis', version='2.1.0') import redis.clients.jedis.Jedis import redis.clients.jedis.JedisPubSub class DefaultPubSubImpl extends JedisPubSub {…
The following code is based on the example provided in the hornetq-2.0.0.GA-src zip file, specifically the instantiate-connection-factory example located in the examples/jms/instantiate-connection-factory/ directory. The code below is written in Groovy…