I originally planned to build my web app in a MVC pattern, i was just wondering if it meets that?
I currently have this
Index page ——(Ajax Requests)—> Controllers ——> model
The data however seems to go from the model back to the controller and then passed back to the index page via ajax. I also use a bean for user login details..
What sort of architecture is this? Is it MVC, (there is no view?)
Thanks
That depends on the point of view.
From the client side point of view:
From the server side webservice point of view:
From the server side business point of view: