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

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -