java-tutorials/spring-remoting
Dhawal Kapil 33e10ee41f BAEL-8824 Align module names, folder names and artifact id
- Fixed dependencies as per the new folder names
2018-09-04 23:45:18 +05:30
..
remoting-amqp BAEL-8824 Align module names, folder names and artifact id 2018-09-04 23:45:18 +05:30
remoting-hessian-burlap BAEL-8824 Align module names, folder names and artifact id 2018-09-04 23:45:18 +05:30
remoting-http BAEL-8824 Align module names, folder names and artifact id 2018-09-04 23:45:18 +05:30
remoting-jms BAEL-8824 Align module names, folder names and artifact id 2018-09-04 23:45:18 +05:30
remoting-rmi BAEL-8824 Align module names, folder names and artifact id 2018-09-04 23:45:18 +05:30
README.md 03.05.2018 (#4161) 2018-05-03 15:44:44 +02:00
pom.xml BAEL-8824 Align module names, folder names and artifact id 2018-09-04 20:25:16 +05:30

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