Read more about the article An Infinispan Distributed Cache Example in Groovy Language
An Infinispan Distributed Cache example written in the Groovy scripting language and using the infinispan-core and infinispan-commons 12.0.2.Final dependencies.

An Infinispan Distributed Cache Example in Groovy Language

We cover an Infinispan Distributed Cache example which is written in the Groovy scripting language and can be run without manually installing any dependencies.

Continue ReadingAn Infinispan Distributed Cache Example in Groovy Language

Acquire OpenFIGI Data in Three Lines of Code in Groovy

The following SimpleExample Groovy script demonstrates how to call the OpenFIGI web services using the Coherent Data Adapter: OpenFIGI Client Edition. Other examples can be found in the integration tests…

Continue ReadingAcquire OpenFIGI Data in Three Lines of Code in Groovy

CMR + Infinispan = Lightning Fast Data Acquisition

In this article we look at some performance gains that are achieved in Spark using the CMR API configured with the JBoss Infinispan distributed cache. We have two examples to…

Continue ReadingCMR + Infinispan = Lightning Fast Data Acquisition

Data Acquisition with the FRED Client for 10-Year Treasury Constant Maturity Minus 2-Year Treasury Constant Maturity (T10Y2Y)

The following example demonstrates how the FRED Client API can be used to acquire data pertaining to the 10-Year Treasury Constant Maturity Minus 2-Year Treasury Constant Maturity observations from the…

Continue ReadingData Acquisition with the FRED Client for 10-Year Treasury Constant Maturity Minus 2-Year Treasury Constant Maturity (T10Y2Y)

A simple Redis client written in Groovy and using Jedis

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 {…

Continue ReadingA simple Redis client written in Groovy and using Jedis

HornetQ 2.0.0.GA Example: embedded, no jndi, configured programmatically

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…

Continue ReadingHornetQ 2.0.0.GA Example: embedded, no jndi, configured programmatically