Download spring remoting example Free Java Code
Description
A very simple example of remoting using spring 2.5.6 and Hessian.
Source Files
The download file spring-remoting-example-master.zip has the following entries.
README// w w w . j av a 2s . com
client/pom.xml
client/src/main/java/no/someorg/remoting/example/client/RunExample.java
client/src/main/resources/context.xml
client/src/main/resources/log4j.properties
common/pom.xml
common/src/main/java/META-INF/MANIFEST.MF
common/src/main/java/no/someorg/remoting/example/Service.java
common/src/main/java/no/someorg/remoting/example/circular/Person.java
common/src/main/resources/context.xml
common/src/main/resources/log4j.properties
server/pom.xml
server/src/main/java/no/someorg/remoting/example/circular/PersonFactory.java
server/src/main/java/no/someorg/remoting/example/server/ConcreteService.java
server/src/main/resources/log4j.properties
server/src/main/webapp/META-INF/MANIFEST.MF
server/src/main/webapp/WEB-INF/remoting-servlet.xml
server/src/main/webapp/WEB-INF/web.xml
Download
Click the following link to download spring-remoting-example-master.zip.
spring-remoting-example-master.zip