Flex - implementing a MVC pattern without a framework, should httpservice be in the model or the controller? -
i implement mvc pattern existing flex project. want separate out controllers , models views. live in large mxml files.
my question is, should httpservice requests in model or controller? sort of advantages/disadvantages there either?
i rather approach services totally different - mvcs, not mvc. should check introduction flex application's architecture wrote in blog.
Comments
Post a Comment