| Author |
How spring will be communicated in distributed environment
|
nalamati satyanarayana
Ranch Hand
Joined: Dec 16, 2005
Posts: 36
|
|
Hi all,
I have one web application that will be running on tomcat web server and implemented couple of means those will be running as java service but here I want to establish communication between the tomcat websever and java service.
In existing architecture through mbeans we are communicating but I am planing to remove those mbeans threfore please suggest me any mechanism through spring to establish communication
|
 |
Rishi Shehrawat
Ranch Hand
Joined: Aug 11, 2010
Posts: 218
|
|
Spring provides a lot of remoting options. You will need to evaluate which meets your requirement.
http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/remoting.html
|
 |
 |
|
|
subject: How spring will be communicated in distributed environment
|
|
|