Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
5100 Points
999 Posts
May 09, 2012 03:27 AM|LINK
My advice that, create 2 new layer called DTO and Domain Objects
Here the data flows goes like
DAL <--> DO <--> BLL/SOA <--> DTO <--> UI
Also as wikkard said, you can implement dependancy injection framework.
All the best!!!
Mastan Oli
Contributor
5100 Points
999 Posts
Re: SOA Implementation
May 09, 2012 03:27 AM|LINK
My advice that, create 2 new layer called DTO and Domain Objects
Here the data flows goes like
DAL <--> DO <--> BLL/SOA <--> DTO <--> UI
Also as wikkard said, you can implement dependancy injection framework.
All the best!!!
playingOOPS | மெய்ப்பொருள் காண்பதறிவு
Mark as Answer If you find helpful