Bruce Scharlau, University of Aberdeen, 2008 RESTful Assessments.

Slides:



Advertisements
Similar presentations
Google Android Introduction to Mobile Computing. Android is part of the build a better phone process Open Handset Alliance produces Android Comprises.
Advertisements

WorldCat Search API Bruce Washburn Consulting Software Engineer, OCLC.
Bruce Scharlau, University of Aberdeen, 2011 Creating Presentations A presentation of two halves Bruce Scharlau Computing Science Department.
Augmented Reality CS5011/CS4032: Mobile Computing Bruce Scharlau, University of Aberdeen, 2011.
Dr. Bruce A. Scharlau, AHDIT, ES2002 E-Business Workshop AHDIT: Ad Hoc Data Interoperability Tool Dr. Bruce A. Scharlau Dept. of Computing Science University.
Dealing with the chaos monkey
Bruce Scharlau, University of Aberdeen, 2010 Android Storage & SMS Apps Mobile Computing Unless otherwise stated, images are from android sdk See Unlocking.
Introduction CS5011/CS4032: Mobile Computing Bruce Scharlau, University of Aberdeen, 2012.
Bruce Scharlau, University of Aberdeen, 2012 Data storage options for mobiles Mobile Computing.
Bruce Scharlau, University of Aberdeen, 2010 Android and Location Mobile Computing Unless otherwise stated, images are from android sdk.
Bruce Scharlau, University of Aberdeen, 2010 Android UI, and Networking Mobile Computing Based on android-sdk_2.2 Unless otherwise stated, images are from.
23 July 2012 Thomas Bergauer (HEPHY Vienna) Belle II SVD Construction Database 12 th B2GM Bad Aibling.
REST Vs. SOAP.
Building and using REST information services Rion Dooley.
Overview of LexEVS 5.0 LexEVS Architecture November, 2009.
Outline 1/3 PHA Client 1.Overall Architecture 2.Client PHA Setup 1.Open ADT 2.Edit Android Properties Android API 17 3.Setup Android Virtual Device.
Members: Twinkle Agarwal Anjana Bhirde Ravi Madaiah David Hodgson Instructor: Dr. Perez Davila Mentor: Mr. Todd Guillory.
Horseware Mission Statement
Repositories The Algoma University Experience By Robin Isard, Algoma University.
Dublin Core and the Cultural Heritage Paul Miller UK Interoperability Focus
(Advanced) Web Application Development Test Driven Development with Ruby and Rails Bruce Scharlau, University of Aberdeen, 2013.
CG0119 Web Database Systems Parsing XML using SimpleXML.
1. 2 Captaris Workflow Microsoft SharePoint User Group 16 May 2006.
Ian J Robotham Software Development Lead Medi-CAL Unit, University of Aberdeen.
Dr. Bruce A. Scharlau, AHDIT, August 2002 AHDIT: Ad Hoc Data Interoperability Tool Dr. Bruce A. Scharlau Dept. of Computing Science University of Aberdeen.
09/04/2015Unit 2 (b) Back-Office processes Unit 2 Assessment Criteria (b) 10 marks.
Quick & Easy Data Visualization with Google Visualization API + Google Chart Libraries Bohyun Kim ( Twitter: Associate Director for.
Optimizing SharePoint Search Using Scope and Managed Properties By Kevin Israel, MVP.
Fast Track to ColdFusion 9. Getting Started with ColdFusion Understanding Dynamic Web Pages ColdFusion Benchmark Introducing the ColdFusion Language Introducing.
Cross Platform Web Based Home Inventory System Project Team: Jon Garibay, Firas Assaad Faculty Advisor: Dr. Lawrence Thomas.
Microsoft Office Open XML Formats Brian Jones Lead Program Manager Microsoft Corporation.
Android UI, and Networking. Can do most networking on Android Bluetooth only on 2.0, Not supported with version 1.6.
Web Applications Harry R. Erwin, PhD University of Sunderland CIT304/CSE301.
GUITARIFFIC web services 4/28/2014guitariffic | ryszard kilarski1.
Library Automation. Library automation Why automate? Why automate? The automation process. The automation process. The end result. The end result.
Business Rules and Web Services Research Group A proposal for a joint UNB/NRC Research group Bruce Spencer Feb 28, 2002.
Using Flickr as a inter-school arts network. 1. Create a Flickr account You can easily create a Flickr account using your Yahoo, Google or Facebook account.
Fundamentals of Database Chapter 7 Database Technologies.
1 HKU CSIS DB Seminar: HKU CSIS DB Seminar: Web Services Oriented Data Processing and Integration Speaker: Eric Lo.
Python and REST Kevin Hibma. What is REST? Why REST? REST stands for Representational State Transfer. (It is sometimes spelled "ReST".) It relies on a.
Web Services Brenton Lovett Wizard Information Services.
Android Storage. There are several options for storage of data with Android We can put data into a preferences file. We can put data into a ‘normal’ file.
Tell Us How to save time and money Service/College name Date.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 14 Database Connectivity and Web Technologies.
Spring Framework. About spring Spring is the most popular application development framework for enterprise Java. Millions of developers around the world.
Frameworks CompSci 230 S Software Construction.
Announcements and Reminders Recitation sessions are being held this week, with focus on introducing students to Unix systems You’re responsible for policies.
BlockWood Video 1. Handle rentals and purchases 2. Save all transactions to the database 3. Manage accounts and members 4. Refund items 5. Provide premium.
Sagecrm.com Sage CRM An Introduction to the Developer Program.
The Brenkoweb provides the excellent online programming tutorial for the programmer in various languages like as PHP, SQL, HTML, ASP, Javascript,
Learn Jmeter testing tool in online. What is Jmeter? Jmeter is an open source testing software. It is used to perform load test, performance test. It.
The Holmes Platform and Applications
Section 10.1 Define scripting
RESTful Sevices Distributed Objects Presented by: Shivank Malik
WEB SERVICES.
TE004 Smart Change Management with Sage CRM Component Manager
HISTORY Of API.
for Display Antique and Art Object Information
Mastering the Fundamentals of RESTful API Design
© 2016, Mike Murach & Associates, Inc.
Android Storage.
(Advanced) Web Application Development
Serpil TOK, Zeki BAYRAM. Eastern MediterraneanUniversity Famagusta
Initiate a Review using the iPERMS Web Based Training Database
Log in to the iPERMS Web Based Training Database
REST APIs Maxwell Furman Department of MIS Fox School of Business
Log in to the iPERMS Web Based Training Database
EventPlanner What is it? What does it do?
Week 05 Node.js Week 05
Automatic Resource Detection
Presentation transcript:

Bruce Scharlau, University of Aberdeen, 2008 RESTful Assessments

Bruce Scharlau, University of Aberdeen, 2008 Use real world data to provide real issues Aim for reality assessments

Bruce Scharlau, University of Aberdeen, 2008 Student web site assessments are usually small

Bruce Scharlau, University of Aberdeen, 2008 RESTful efforts can provide HUGE sites 10,000 records

Bruce Scharlau, University of Aberdeen, 2008 REST adds real issues to project Pagination Search Load Information Architecture

Bruce Scharlau, University of Aberdeen, 2008 Introduces data object concepts Parse XML into objects and dump into database

Bruce Scharlau, University of Aberdeen, 2008 Ideas only limited by the APIs and their imagination

Bruce Scharlau, University of Aberdeen, 2008 REST is easier to consume than SOAP Pick method Edit details Run

Bruce Scharlau, University of Aberdeen, 2008 We can use it to get our records Code calls REST Parse XML Create Java objects Put items into database

Bruce Scharlau, University of Aberdeen, 2008 REST provides benefits in student work Introduce it and be amazed