BAEL-554: README.md files (#1252)

* BAEL-278: Updated README.md

* BAEL-554: Add and update README.md files
This commit is contained in:
KevinGilmore 2017-02-26 19:53:56 -06:00 committed by GitHub
parent 1a067bc945
commit f1b4ac4cb9
2 changed files with 11 additions and 1 deletions

View File

@ -1,7 +1,8 @@
## Spring Remoting Tutorials Project ## Spring Remoting Tutorials
### Relevant Articles ### Relevant Articles
- [Intro to Spring Remoting with HTTP Invokers](http://www.baeldung.com/spring-remoting-http-invoker) - [Intro to Spring Remoting with HTTP Invokers](http://www.baeldung.com/spring-remoting-http-invoker)
- [Spring Remoting with Hessian and Burlap](http://www.baeldung.com/spring-remoting-hessian-burlap)
### Overview ### Overview
This Maven project contains the Java source code for various modules used in the Spring Remoting series of articles. This Maven project contains the Java source code for various modules used in the Spring Remoting series of articles.

View File

@ -0,0 +1,9 @@
## Spring Remoting with Hessian and Burlap Tutorial
### Relevant Articles
- [Spring Remoting with Hessian and Burlap](http://www.baeldung.com/spring-remoting-hessian-burlap)
### Overview
This Maven project contains the Java source code for the Hessian and Burlap modules
used in the [Spring Remoting](https://github.com/eugenp/tutorials/tree/master/spring-remoting)
series of articles.