Skip to end of metadata
Go to start of metadata

The Lingo test suite includes a simple example demonstrating the various message exchange patterns using simple Spring POJOs.

You can browse the code for the example here.

You just need to configure the client side proxy in a similar way to other remoting options in Spring. Then on the server side you need to expose a service - again using a service exporter like other remoting options in Spring.

There's an example configuration file of both client and server sides here

Then in your Java code, just lookup the client in Spring (or preferably have it dependency injected into your code by Spring) and then just use it as a regular POJO.

Labels: