java-tutorials/spring-remoting
Daniele Demichelis d4576d9762 BAEL-554 - Increased timeout (#1242)
* 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
2017-02-26 11:49:01 -06:00
..
remoting-hessian-burlap BAEL-554 - Increased timeout (#1242) 2017-02-26 11:49:01 -06: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