- 授权协议: 未知
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://rmiviajms.fusesource.org/
- 软件文档: http://rmiviajms.fusesource.org/documentation/index.html
软件介绍
RMI via JMS这个Java类库可以让你通过JMS(如:ActiveMQ)来实现Java远程方法调用(RMI)。
当你使用RMI via JMS时,所有远程RMI对象将绑定到JMS消息总线上的目的地(Destination)中。这样就可以利用消息总线来达到更好的可用性和可扩展性。
示例代码:
public class HelloWorldCallback
extends UnicastRemoteObject
implements IHelloWorldCallback {
HelloWorldCallback() throws RemoteException {
}
public void execute(String value) {
System.out.println("Hello World: "+value);
}
}
Flexible Rails
Peter Armstrong / Manning Publications / 2008-01-23 / USD 44.99
Rails is a fantastic tool for web application development, but its Ajax-driven interfaces stop short of the richness you gain with a tool like Adobe Flex. Simply put, Flex is the most productive way t......一起来看看 《Flexible Rails》 这本书的介绍吧!