2014年2月1日

使用Lingo增强JMS

摘要: 虽然activemq+jencks的jms轻量级解决方案已经很好地在psa中work了,尤其spring的JmsTemplate使得代码更简单,但是还是存在问题。问题来自暑期做psa的时候,linke突然提出要求,需要MDP返回些处理信息,比如处理结果、异常,以便后台监控和前台显示,但是,MDP没有返回值也没法返回异常,当时我只能无奈。Lingo解决了这个问题,它扩展了JMS,允许异步的函数调用。在下载了lingo-1.0-M1后(虽然1.2.1发布了,但是还没有文档支持,所以暂且用1.0),参考其自带的example,了解了它异步函数调用的代码思路。客户端拥有服务端的方法接口,客户端将cal 阅读全文

posted @ 2014-02-01 17:23 androidme 阅读(348) 评论(0) 推荐(0) 编辑

Lingo

摘要: http://lingo.codehaus.org/ 阅读全文

posted @ 2014-02-01 17:01 androidme 阅读(116) 评论(0) 推荐(0) 编辑

Asynchronous calls and remote callbacks using Lingo Spring Remoting

摘要: http://www.jroller.com/sjivan/entry/asynchronous_calls_and_callbacks_usingAsynchronous calls and remote callbacks using Lingo Spring RemotingAs mentioned in my previous blog entry, Lingo is the only Spring Remoting implementation that supports asynchronous calls and remote callbacks. Today I'll 阅读全文

posted @ 2014-02-01 13:50 androidme 阅读(420) 评论(0) 推荐(0) 编辑

Lingo (Spring Remoting) : Passing client credentials to the server

摘要: http://www.jroller.com/sjivan/entry/lingo_spring_remoting_passing_clientLingo (Spring Remoting) : Passing client credentials to the serverSpring Remoting allows you to export a service interface which a remote client then then look up. Once the remote service interface is looked up, the client can w 阅读全文

posted @ 2014-02-01 13:45 androidme 阅读(470) 评论(0) 推荐(0) 编辑

导航