G
Guest
Dear all,
I have a new project on which I need to evaluat architecture. Base on that
the mian thing I need to veify is as follow:
I have 3 different process which need to receive data from others and one of
them store those data to database...
I have read and post many thing around but no real answer.
I hvae been told to use MSMQ but too difficult to impleemnt
I have been told to use WCF with net.msmq, why not
I have been told to you a component which is base on event/delegate which
subscribe too the first process which the data... Interesting solution.
So the scenario I need to eveluate is as follow:
P1 is sending an event ( or something else ) that new data need to be process
P2 should receive that information with the data to process as parameter
P2 use P3 to store those data in a database.
How can I acomplish this, any sample or staring point ?
I have been told to use a n tiers architecture based on:
- the presentation
- the buisness logic
- the service layer ( a set of feature expose as service by my aplication)
- Data layer
For that we need to use loosy coupling evemt model...HOw to buil such loosly
coupling... any sample ? what does it really means...?
Thnaks for your help
regards
serge
I have a new project on which I need to evaluat architecture. Base on that
the mian thing I need to veify is as follow:
I have 3 different process which need to receive data from others and one of
them store those data to database...
I have read and post many thing around but no real answer.
I hvae been told to use MSMQ but too difficult to impleemnt
I have been told to use WCF with net.msmq, why not
I have been told to you a component which is base on event/delegate which
subscribe too the first process which the data... Interesting solution.
So the scenario I need to eveluate is as follow:
P1 is sending an event ( or something else ) that new data need to be process
P2 should receive that information with the data to process as parameter
P2 use P3 to store those data in a database.
How can I acomplish this, any sample or staring point ?
I have been told to use a n tiers architecture based on:
- the presentation
- the buisness logic
- the service layer ( a set of feature expose as service by my aplication)
- Data layer
For that we need to use loosy coupling evemt model...HOw to buil such loosly
coupling... any sample ? what does it really means...?
Thnaks for your help
regards
serge