Server-side Integration with MVC

In this section, we are going to focus our attention on server-side access strategies. On the Web, a very common strategy is integrating with a model-view-controller (MVC) framework. We will see two MVC examples that will be very similar in style to our client-side examples. In our first example, we will convert our client-side registration use case into a server-side implementation. This example, will provide an apples to apples comparison of how identical use cases can be implemented in jQuery Mobile with client-side versus server-side access strategies. In our final example, we will see how to implement a use case that GET’s data from the server.


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *