java-tutorials/spring-remoting
Daniele Demichelis 4ded9c02f7 Bael 556 - spring remoting with jms (#1900)
* Burlap & Hessian server added

* Burlap & Hessian client work

* Fixed main

* Fixed formatting

* Spring Remote example based on Burlap & Hessian runs in a JUnit test

* Fixed main

* Fixed formatting

* Spring Remote example based on Burlap & Hessian runs in a JUnit test

* Spring Remote example based on Burlap & Hessian runs in a JUnit test

* Burlap & Hessian client work

* Fixed main

* Fixed main

* Fixed formatting

* Fixed formatting

* Spring Remote example based on Burlap & Hessian runs in a JUnit test

* Spring Remote example based on Burlap & Hessian runs in a JUnit test

* Fixed POM

* first step, compile

* works!

* works with proper list of trusted packages

* works the SpringBoot style

* Fixed indentation.
2017-05-23 08:47:18 +02:00
..
remoting-amqp cleanup pom (#1846) 2017-05-14 11:01:35 -05:00
remoting-hessian-burlap BAEL-554: README.md files (#1252) 2017-02-26 19:53:56 -06:00
remoting-http baeldung-articlesBAEL-553 Intro to Spring Remoting with HTTP Invokers (#1034) 2017-01-23 22:00:58 -06:00
remoting-jms Bael 556 - spring remoting with jms (#1900) 2017-05-23 08:47:18 +02:00
README.md BAEL-555: Updated README.md (#1711) 2017-04-23 12:08:32 -05:00
pom.xml Bael 556 - spring remoting with jms (#1900) 2017-05-23 08:47:18 +02:00

README.md

Spring Remoting Tutorials

Relevant Articles

Overview

This Maven project contains the Java source code for various modules used in the Spring Remoting series of articles.

Building the Project

You can build the project using Maven inside your IDE or from the command line:

mvn clean install