java-tutorials/spring-remoting
sandip singh f6c3f9ebcb Merge branch 'BAEL-3283-latest' into BAEL-3283 2019-10-31 23:25:14 +05:30
..
remoting-amqp Merge branch 'BAEL-3283-latest' into BAEL-3283 2019-10-31 23:25:14 +05:30
remoting-hessian-burlap Merge branch 'BAEL-3283-latest' into BAEL-3283 2019-10-31 23:25:14 +05:30
remoting-http Merge branch 'BAEL-3283-latest' into BAEL-3283 2019-10-31 23:25:14 +05:30
remoting-jms Merge branch 'BAEL-3283-latest' into BAEL-3283 2019-10-31 23:25:14 +05:30
remoting-rmi Merge branch 'BAEL-3283-latest' into BAEL-3283 2019-10-31 23:25:14 +05:30
README.md Merge branch 'BAEL-3283-latest' into BAEL-3283 2019-10-31 23:25:14 +05:30
pom.xml Merge branch 'BAEL-3283-latest' into BAEL-3283 2019-10-31 23:25:14 +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