Is java / c / c ++ framework open source for pipe and filter paradigm?

I am interested in the open source Java / C / C ++ framework for pipe-and-filters (as described in the book ) paradigm. Can you recommend someone?

EDIT: I'm looking for as many “clean” (or lightweight) frameworks as possible: frameworks that encourage programming in the “pipes and filters” technique, not relying on any standards such as XML or JMS, but only in the language.

+3
source share
4 answers

I just opened the Spring integration framework. Looks like a sample of what I asked for.

0
+1

, Java/C/++, , :

.NET WCF .

+1

W3C XML Pipline, XProc - .

java . XProc (XSLT-, XPath , / ), - , XML- - , .

+1

Source: https://habr.com/ru/post/1746848/


All Articles