Hi, We're in the process of creating a client application whose UI can consist of 'components'. Each component is a web service. Architecturally, is there an elegant method of creating this using the MVC pattern or a method that at least prevents the excessive network traffic that would arise from creating a view ( consisting of several 'components' ) in the UI?
Any suggestions would be greatly appreciated. Thanks Sam
