Hello Everyone,
I want to share my idea here. I'm noob to Spring but i want to learn more. When i see this and SPR-3926 i interest to make my own custom Annotation based and thank's God its work. But i think it will be better to share with all of you here. I've planned to continue this Simple project as Open Source if there will good response. BTW sorry for my poor English, just tell me to fix it 
you can simply try these following steps:
1. Download SpringRemotingBridge JAR here: SpringRemotingBridge-0.0.1[r6]
2. Install SpringRemotingBridge to your local maven repository
Code:
mvn install:install-file -Dfile=local-path-to-SpringRemotingBridge-0.0.1.jar -DgroupId=cc.co.dprima
-DartifactId=SpringRemotingBridge -Dversion=0.0.1 -Dpackaging=jar
3. Download Sample Application here: SpringRemotingSampleApplication
Contents:
- SpringRemotingBack
- SpringRemotingClientTest
- SpringRemotingFront
- SpringRemotingServer
4. After extract SpringRemotingSampleApplication.zip, you can Import to Eclipse project as Existing Maven Project.
Run Maven build for each project with the following order:
- SpringRemotingFront
- SpringRemotingBack
- SpringRemotingServer
5. Run jetty maven plugin on SpringRemotingServer project
6. After jetty running well you can run main class on SpringRemotingClientTest project
Code:
RemoteHTTPClient.java
7. If everything allright, you will see something like these lines on your console:
Code:
############### HTTP INVOKER ###############
Hello World From SampleHTTPServiceImpl
############## RMI ################
Hello World From SampleRMIServiceImpl
############## BURLAP ################
Hello World From SampleBurlapServiceImpl
############## HESSIAN ################
Hello World From SampleHessianServiceImpl
Originaly Taken from my blog
Kindly tell me about my work, i want any suggestion from all of you.
Regards,
dprima