MVP Pattern and Web Service Calls in JavaScript

The page was designed to test out two experiments. The first one was to call a Python web service developed using the Simple Python Web Service Framework. The second experiment was an attempt to organize the JavaScript code in a fashion to implement the Model View Presenter Pattern

The application itself is a JavaScript interface on top of the Cache Service developed in this post. The service allows one to store and retrieve any string information they want base off a key. It can be used as a sort of remote cache in the spirit of the Sql Server Session State in Asp.Net, but only with web service calls.

Key:

Value:

Update Date:

Back to the post