开发者

Pipeline pattern implementation in java

read about Pipeline pattern from here

how to implement pipeline pattern in java?

is there any open source java project that uses pipeline p开发者_Go百科attern?


Regarding

how to implement pipeline pattern in java?

I think you could use Apache commons-chain, that is geared to this right?


Not sure if you are looking for a specific task processing component or just pipelining software in general. However, JBoss Netty implements a pipeline pattern for attaching and detaching IO processors. It's really intended for NIO based networking stacks (although it does have a local component). Perhaps this will be helpful.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜