java-tutorials/spring-remoting
Daniele Demichelis afee31e081 BAEL-554 - JUnit test that run server and clients (#1233)
* 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
2017-02-25 17:22:25 +01:00
..
remoting-hessian-burlap BAEL-554 - JUnit test that run server and clients (#1233) 2017-02-25 17:22:25 +01:00
remoting-http baeldung-articlesBAEL-553 Intro to Spring Remoting with HTTP Invokers (#1034) 2017-01-23 22:00:58 -06:00
README.md Update README.md 2017-01-25 09:44:43 -06:00
pom.xml BAEL-554 Spring Remoting with Hessian and Burlap (#1166) 2017-02-20 21:38:52 -06:00

README.md

Spring Remoting Tutorials Project

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