首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > Simple cluster replacement for the spring remoting proxy factory beans

Simple cluster replacement for the spring remoting proxy factory beans

资 源 简 介

Background The Spring HttpInvokerProxyFactoryBean creates a proxy and routes every method call on this proxy to a single webserver (There are also similar beans for JMS, RMI and Burlap). This enables you to forward method calls transparent to a server. One drawback of this remoting solutions is the lack of failover or load balancing. This is essential when developing server to server communications, or similar critical communications. Idea A simple framework which * provides a replacement for the Spring HttpInvokerProxyFactoryBean * is protocol transparent (support for JMS, RMI and Burlap as well) * provides fallback strategies * enables load balancing across multiple servers * uses existing spring functionality Goal More reliable, robust applications. Status The project is still under heavy development. There is currently a working solution, which lacks some features and might not be stable unde

文 件 列 表

cluster-core-0.2.0-B1.jar
cluster-support-0.2.0-B1.jar
VIP VIP
0.198298s