Architecture...
hi
i have 1 doubt..
our application windows based .net 2.0 application.. has centralised database can accesed inside company.
now our clients wants next version devoloped supports globally. ie., our application running in many parts of country or accross countries too. (databse common users)
they have propsed design in .net2.0 , sql server.. (windows application only)
my role design architecture design
can 1 suggest design this.. have no idea on soa.. soa used these kind of projects
regards
rajesh
rajesh;
based on have said , requirements know, go soa architecture. remember soa enables delivery of new generation of dynamic applications , architectural design pattern concerns defining loosely-coupled relationships between producers , consumers.
i separate design multiple tiers, i.e., dal on database, business logic/rules/processes on middle tier, rich/web clients on front, etc. also, during design of business logic/rules/processes, considering coding to interfaces that web services can created (if not initially) either web or other rich clients can consume these without having rewrite business layer specific technology. this gives incredible amount of flexibility, not mention using interfaces, can change underlying business logic/rules/processes, extent, without affecting code calls interface.
michael
Architecture > Architecture General
Comments
Post a Comment