Presentation is loading. Please wait.

Presentation is loading. Please wait.

Outsourcing MyUW.net Email & Google Apps web services Bill Corrigan Tony Chang C&C Emerging Technology.

Similar presentations


Presentation on theme: "Outsourcing MyUW.net Email & Google Apps web services Bill Corrigan Tony Chang C&C Emerging Technology."— Presentation transcript:

1 Outsourcing MyUW.net Email & Google Apps web services Bill Corrigan Tony Chang C&C Emerging Technology

2 Agenda Outsourcing MyUW.net Email Overview Google & REST – A Google webservices API Demo Http Requests and Payload XML format Http response code & Handling Exceptions – SLA – What did we learn?

3 Background MyUW.Net. dial in UW resources similar to current users ~47,000 free subscribers and ~1,000 paying subscribers, not compelling or unique but the @u email address.

4 Current Status Scoping Project – Select one of: Microsoft Window Live @ EDU Google Apps for Education – Test Use-Case Scenarios – Analysis of security, privacy, legal, and policy factors – Communication Plan

5 Great new features 2Gb Storage Rich Text Editing Drag and Drop Address AutoComplete Anti-Phishing Features Keyboard Shortcuts

6 Calendar and Shared Calendars Powered By Contoso University Mail

7 Build contacts and keep your address book – stay in touch via “Live Contacts” Powered By Contoso University Mail

8 Microsoft Confidential Information8 Support for multiple browsers

9 Google Calendar

10 Google Talk

11 Docs and Spreadsheets

12 Implementation Schedule Goals Finish Scoping Project by March 30, 2007 Offer New Service to First Set of Users Commencing Summer, 2007 Offer to Other Users as Appropriate (Currently no plans to stop MyUW.Net, but it seems likely we will.)

13 Car stuck on a wire

14 Google & Rest REST – Representational State Transfer Architectural style for web service Google says “REST is simple, lightweight, scalable, and maps very well to representing and exposing data.” Is it REST? – Joe Gregorio (XML.com) Is it REST? – What are the URIs? – What methods are supported at each URI? – What’s the format? – What status codes could be returned? What status codes could be returned?

15 A Google Demo POST/GET Calendar Chunky Not Chatty Take what you want Chunked Results

16 Http response code & Exceptions HttpWebResponse response = authResponse as HttpWebResponse; if (response != null) { int code= (int)response.StatusCode; if (code != 200) { throw new GDataRequestException("Execution of authentication request returned unexpected result: " +code, this.Response); } Throw your own exception

17 SLA

18 Have we learned anything from this?

19 Reference Documents Overview of Atom How to Create a REST Protocol Building Web Services the REST Way Google Apps Apis Why is Google using REST?


Download ppt "Outsourcing MyUW.net Email & Google Apps web services Bill Corrigan Tony Chang C&C Emerging Technology."

Similar presentations


Ads by Google