caab7829e7
* 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 * First experiments with amqp * First experiments with amqp * Firts example of remoting working with AMQP * Server code fixed * Client code fixed * Removed wrongly pushed work folder * Removed derby.log file. * Fixed client and server package. * Fixed indentation. |
||
---|---|---|
.. | ||
remoting-amqp | ||
remoting-hessian-burlap | ||
remoting-http | ||
README.md | ||
pom.xml |
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