java-tutorials/spring-remoting
Sam Millington 9f18b6bcbe [BAEL-17495] - Add README descriptions 11 (#7861)
* [BAEL-17495] - Add README descriptions 11

* Changed wording for the REST modules
2019-09-25 07:28:28 -06:00
..
remoting-amqp Story/bael 14304 (#7311) 2019-07-20 14:33:56 +03:00
remoting-hessian-burlap Story/bael 14304 (#7311) 2019-07-20 14:33:56 +03:00
remoting-http Story/bael 14304 (#7311) 2019-07-20 14:33:56 +03:00
remoting-jms [BAEL-9498] Fix failing context tests - part 2 (#7738) 2019-09-09 12:16:40 +01:00
remoting-rmi [BAEL-9498] Fix failing context tests - part 2 (#7738) 2019-09-09 12:16:40 +01:00
README.md [BAEL-17495] - Add README descriptions 11 (#7861) 2019-09-25 07:28:28 -06:00
pom.xml [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +05:30

README.md

Spring Remoting

This module contains articles about Spring Remoting

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