quickfixj
quickfixj copied to clipboard
Proposal to add FIX Glue DSL into examples.
Hi,
I have been actively using the DSL similar to https://github.com/mrbald/fixglue for all sorts of non-production FIX testing/mocking/wiring. Would you be interested to include it to examples?
In my opinion it would be a valuable addition since from my experience everyone seems to create some test tools or glue code of their own. So it could serve as a good starting point for own extensions or even used as-is.
@chrjohn , remember I started about something like this years ago, but never got complete... :-)
I wonder if examples should be moved outside of the basic project. The old "quickfixj-examples" could have its own repo. At least, a little "quickfixj.github.io" repo could have some (markdown) documents and references to example projects outside the QFJ project such as the project above and "https://github.com/esanchezros/quickfixj-spring-boot-starter". Updating the documents to link to external projects would still be controlled by PR.