[Home]BrokerageApplication

FlowBasedProgramming | RecentChanges | Preferences

This was an interactive Brokerage application written in Java in 2001. It used the Java implementation of FlowBasedProgramming (JavaFBP), which is available on SourceForge? (http://sourceforge.net/projects/flow-based-pgmg), and the Business Data Types described on http://www.jpaulmorrison.com/busdtyps.shtml. The architect of the latter, and also of the brokerage application as a whole, was DenisGarneau of IBM. This application ran under IBM's WebSphere environment under AIX (see UnixOperatingSystems). I should state up front that we did quite a bit of function and performance testing on it, but it was never actually rolled out to production.

Here is the general schematic - requests (transactions) coming from users enter the diagram at the upper left, and responses are returned at the lower left. The "back ends" (on the right side) communicate with systems at other sites using CORBA (CommonObjectRequestBrokerArchitecture) or MqSeries. The cross-connections represent e.g. requests that don't need to go to the back ends, or requests that have to cycle through the network more than once before being returned to the user.

Since the back end processing is asynchronous, and may actually be batched up at the processing sites, transactions should be identified by a unique ID, stored on a database, and removed from the data stream, so that they can be related to the responses coming back from the back ends at some later time. At this point the transaction information can be retrieved from the data base, and the transactions reinserted into the stream going right-to-left in the bottom line.

The system also employed a number of caches, for performance and for consistency.


FlowBasedProgramming | RecentChanges | Preferences
This page is read-only - contact owner for a password | View other revisions
Last edited July 22, 2009 10:02 pm by PaulMorrison (diff)
Search: