Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » OFMP » Eclipse Magazine Germany article
Eclipse Magazine Germany article [message #10286] Wed, 23 April 2008 09:00 Go to next message
Eclipse UserFriend
Originally posted by: frederic.conrotte.kaupthing.lu

We will publish an article about OFMP on next Eclipse Magazine Germany.

For the ones who are not fluent in German, here is a brief overview:

OFMP technical worflow will respect IN/OUT endpoints schema.



Eclipse RCP based OFMP Client

^

||

JMS

^

||
TRADE INPUT GATEWAY (TIG) => JMS => OFMP CORE SERVER => JMS =>
TRADE OUTPUT GATEWAY (TOG)

^

||
CONTEXT
DATA GATEWAY

TIG contains a set of trade connectors. Each trade connector connect to a
source of trades (Reuters, EBS, BackOffice, Lehmann, etc)

OFMP core server's role is to:
- process incoming trades
- computes different derived informations, within some data context.
- send processed trades to TOG

Derived computed infos is for example Positions, Profit and Loss, Limits,
Risks (VAR, Expected Shortfall, etc)

The data context is provided by the Context Data Gateway (CDG)

CDG provides several types of information:
- Calendars
- Assets (Currencies, Stocks)
- Quotes

Information is provided either on request (i.e. calendar) or in the form of
feed (i.e. quotes)

TOG's role is to send process trades to external system like BackOffice or
Risk Management platform for example.

The whole framework communicates thru a single centralized JMS server like
ActiveMQ.

Currently, all components exist except TOF and CDG, which have to be
extracted from the core server.

One of the goals of OFMP is to establish a J2EE like environment on server
side (JMS, JTA, JCA, JAAS compliant) based on OSGi, Spring DM and message
routing technologies like Apache Camel.

Frederic
Re: Eclipse Magazine Germany article [message #10321 is a reply to message #10286] Wed, 23 April 2008 09:24 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: frederic.conrotte.kaupthing.lu

Textual schema does not look good of course...

I've updated the wiki and uploaded the schema picture:

http://wiki.eclipse.org/OFMP

Frederic

"Frederic Conrotte" <frederic.conrotte@kaupthing.lu> wrote in message
news:fumtv5$kff$1@build.eclipse.org...
> We will publish an article about OFMP on next Eclipse Magazine Germany.
>
> For the ones who are not fluent in German, here is a brief overview:
>
> OFMP technical worflow will respect IN/OUT endpoints schema.
>
>
>
> Eclipse RCP based OFMP Client
>
> ^
>
> ||
>
> JMS
>
> ^
>
> ||
> TRADE INPUT GATEWAY (TIG) => JMS => OFMP CORE SERVER => JMS =>
> TRADE OUTPUT GATEWAY (TOG)
>
> ^
>
> ||
>
> CONTEXT DATA GATEWAY
>
> TIG contains a set of trade connectors. Each trade connector connect to a
> source of trades (Reuters, EBS, BackOffice, Lehmann, etc)
>
> OFMP core server's role is to:
> - process incoming trades
> - computes different derived informations, within some data context.
> - send processed trades to TOG
>
> Derived computed infos is for example Positions, Profit and Loss, Limits,
> Risks (VAR, Expected Shortfall, etc)
>
> The data context is provided by the Context Data Gateway (CDG)
>
> CDG provides several types of information:
> - Calendars
> - Assets (Currencies, Stocks)
> - Quotes
>
> Information is provided either on request (i.e. calendar) or in the form
> of feed (i.e. quotes)
>
> TOG's role is to send process trades to external system like BackOffice or
> Risk Management platform for example.
>
> The whole framework communicates thru a single centralized JMS server like
> ActiveMQ.
>
> Currently, all components exist except TOF and CDG, which have to be
> extracted from the core server.
>
> One of the goals of OFMP is to establish a J2EE like environment on server
> side (JMS, JTA, JCA, JAAS compliant) based on OSGi, Spring DM and message
> routing technologies like Apache Camel.
>
> Frederic
>
Re: Eclipse Magazine Germany article [message #10387 is a reply to message #10321] Sat, 26 April 2008 23:53 Go to previous messageGo to next message
Sergey Vasiljev is currently offline Sergey VasiljevFriend
Messages: 5
Registered: July 2009
Junior Member
> Textual schema does not look good of course...
>
> I've updated the wiki and uploaded the schema picture:
>
> http://wiki.eclipse.org/OFMP

looks gooooood :)

//sv
Re: Eclipse Magazine Germany article [message #10645 is a reply to message #10387] Mon, 02 June 2008 22:13 Go to previous message
Werner Keil is currently offline Werner KeilFriend
Messages: 1087
Registered: July 2009
Senior Member
Sergey Vasiljev wrote:
>> Textual schema does not look good of course...
>>
>> I've updated the wiki and uploaded the schema picture:
>>
>> http://wiki.eclipse.org/OFMP
>
> looks gooooood :)
>
> //sv

I saw it too, thanks.
As I authored the one on Android I got a copy of it ;-)

Werner
Re: Eclipse Magazine Germany article [message #568744 is a reply to message #10286] Wed, 23 April 2008 09:24 Go to previous message
Frederic Conrotte is currently offline Frederic ConrotteFriend
Messages: 125
Registered: July 2009
Senior Member
Textual schema does not look good of course...

I've updated the wiki and uploaded the schema picture:

http://wiki.eclipse.org/OFMP

Frederic

"Frederic Conrotte" <frederic.conrotte@kaupthing.lu> wrote in message
news:fumtv5$kff$1@build.eclipse.org...
> We will publish an article about OFMP on next Eclipse Magazine Germany.
>
> For the ones who are not fluent in German, here is a brief overview:
>
> OFMP technical worflow will respect IN/OUT endpoints schema.
>
>
>
> Eclipse RCP based OFMP Client
>
> ^
>
> ||
>
> JMS
>
> ^
>
> ||
> TRADE INPUT GATEWAY (TIG) => JMS => OFMP CORE SERVER => JMS =>
> TRADE OUTPUT GATEWAY (TOG)
>
> ^
>
> ||
>
> CONTEXT DATA GATEWAY
>
> TIG contains a set of trade connectors. Each trade connector connect to a
> source of trades (Reuters, EBS, BackOffice, Lehmann, etc)
>
> OFMP core server's role is to:
> - process incoming trades
> - computes different derived informations, within some data context.
> - send processed trades to TOG
>
> Derived computed infos is for example Positions, Profit and Loss, Limits,
> Risks (VAR, Expected Shortfall, etc)
>
> The data context is provided by the Context Data Gateway (CDG)
>
> CDG provides several types of information:
> - Calendars
> - Assets (Currencies, Stocks)
> - Quotes
>
> Information is provided either on request (i.e. calendar) or in the form
> of feed (i.e. quotes)
>
> TOG's role is to send process trades to external system like BackOffice or
> Risk Management platform for example.
>
> The whole framework communicates thru a single centralized JMS server like
> ActiveMQ.
>
> Currently, all components exist except TOF and CDG, which have to be
> extracted from the core server.
>
> One of the goals of OFMP is to establish a J2EE like environment on server
> side (JMS, JTA, JCA, JAAS compliant) based on OSGi, Spring DM and message
> routing technologies like Apache Camel.
>
> Frederic
>
Re: Eclipse Magazine Germany article [message #568844 is a reply to message #10321] Sat, 26 April 2008 23:53 Go to previous message
Sergey Vasiljev is currently offline Sergey VasiljevFriend
Messages: 5
Registered: July 2009
Junior Member
> Textual schema does not look good of course...
>
> I've updated the wiki and uploaded the schema picture:
>
> http://wiki.eclipse.org/OFMP

looks gooooood :)

//sv
Re: Eclipse Magazine Germany article [message #569080 is a reply to message #10387] Mon, 02 June 2008 22:13 Go to previous message
Werner Keil is currently offline Werner KeilFriend
Messages: 1087
Registered: July 2009
Senior Member
Sergey Vasiljev wrote:
>> Textual schema does not look good of course...
>>
>> I've updated the wiki and uploaded the schema picture:
>>
>> http://wiki.eclipse.org/OFMP
>
> looks gooooood :)
>
> //sv

I saw it too, thanks.
As I authored the one on Android I got a copy of it ;-)

Werner
Previous Topic:OFMP demos
Next Topic:OFMP demos
Goto Forum:
  


Current Time: Fri Apr 19 18:09:04 GMT 2024

Powered by FUDForum. Page generated in 0.03865 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top