Just because flow programming is a different paradigm, don’t forget all the good habits you’ve developed with other programming tools.
The GEAR docs are a great place to start. (You can get them on Advantage) Keep thinking about small, re-useable services, a test plan, and developing to make your solution easy to support. Document as you go.
Although there are different opinions on this, my recommendation is to always avoid point-to-point interfaces by using the Broker as a message hub between message producers and consumers.
Regards
#Adapters-and-E-Standards#Integration-Server-and-ESB#webMethods