java-tutorials/spring-remoting
Daniele Demichelis a75ed7e70a BAEL-554 Spring Remoting with Hessian and Burlap (#1166)
* Burlap & Hessian server added

* Burlap & Hessian client work

* Fixed main

* Fixed formatting
2017-02-20 21:38:52 -06:00
..
remoting-hessian-burlap BAEL-554 Spring Remoting with Hessian and Burlap (#1166) 2017-02-20 21:38:52 -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