Presented by: SIF 3.0 Concepts SIF 3.x Concepts & Terms Joerg Huber.

Slides:



Advertisements
Similar presentations
Give it a REST already Arnon Rotem-Gal-Oz VP R&D xsights
Advertisements

Server Access The REST of the Story David Cleary
Presented by: AU Assets Evolution of the SIF Common Framework Joerg Huber.
Presented by: SIF 3.0 Concepts DSWG August 2013 Joerg Huber.
Presented by: SIF 3.0 Environments, Zones & Contexts Melbourne Developer’s Workshop November 2013 Joerg Huber.
Presented by: SIF 3.0 REST Services Melbourne Developer’s Workshop November 2013 Joerg Huber.
Presented by: SIF 3.0 REST Framework Melbourne Developer’s Workshop November 2013 Joerg Huber.
Web Service Ahmed Gamal Ahmed Nile University Bioinformatics Group
Building RESTful Interfaces
Presented by: SIF3: First Consumer - Java Joerg Huber SIF3 Consumer: Get Students Exercise.
Presented by: SIF 3.0 REST URL Structure Components of the SIF3 REST URL Joerg Huber.
Introduction to BlackBerry Push API Pratik Sapra, Mobile Application Development Specialist.
.NET Framework V3.5+ & RESTful web services Mike Taulty Developer & Platform Group Microsoft Ltd
Peoplesoft: Building and Consuming Web Services
SiS Technical Training Development Track Day 10. Agenda  Introduction to Integration Broker  How to Expose and Consume WebServices.
Presented by: SIF3 REST Framework Joerg Huber Open-Source SIF3 Development Framework Developed by Systemic Pty Ltd Sponsored by.
SQL Forms Engine Koifman Eran Egri Ozi Supervisor: Ilana David.
CS 415 N-Tier Application Development By Umair Ashraf July 6,2013 National University of Computer and Emerging Sciences Lecture # 9 Introduction to Web.
Integrating Complementary Tools with PopMedNet TM 27 July 2015 Rich Schaaf
ASP. Net is a rich web framework that leverages well known patterns and JavaScript frameworks to build great web experiences quickly.
Presented by: SIF3: Provider Exercise - Java Joerg Huber SIF3 Provider Exercise: SchoolInfo Provider.
REST.  REST is an acronym standing for Representational State Transfer  A software architecture style for building scalable web services  Typically,
ANDROID CONTENT PROVIDERS Peter Liu School of ICT, Seneca College.
Microsoft Visual Studio 2010 Muhammad Zubair MS (FAST-NU) Experience: 5+ Years Contact:- Cell#:
Open Data Protocol * Han Wang 11/30/2012 *
Presented by: SIF3: Providers Joerg Huber SIF3 Providers: Source of Truth.
Introduction of PRO WG activities Group Name: TP Source: Shingo Fujimoto, FUJITSU, Meeting Date: Agenda Item:
Application code Registry 1 Alignment of R-GMA with developments in the Open Grid Services Architecture (OGSA) is advancing. The existing Servlets and.
1 Schema Registries Steven Hughes, Lou Reich, Dan Crichton NASA 21 October 2015.
Presented by: SIF3 Framework Install - Java Joerg Huber Install & Verify Instructions and Exercise.
Kuali Rice A basic overview…. Kuali Rice Mission First and foremost to provide a consistent development framework and common middleware layer for Kuali.
Presented by: SIF3: Events Joerg Huber SIF3 Events & Live Demo.
Hwajung Lee.  Interprocess Communication (IPC) is at the heart of distributed computing.  Processes and Threads  Process is the execution of a program.
API Crash Course CWU Startup Club. OUTLINE What is an API? Why are API’s useful? What is HTTP? JSON? XML? What is a RESTful API? How do we consume an.
Presented by: SIF 3.0 Environment Management Consumer Environments Direct Environments Java Joerg Huber.
Presented by: SIF 3.0 Environments, Zones & Contexts Environments, Zones, Contexts and their Relationship Joerg Huber.
AMQP, Message Broker Babu Ram Dawadi. overview Why MOM architecture? Messaging broker like RabbitMQ in brief RabbitMQ AMQP – What is it ?
RESTful Web Services What is RESTful?
Web Technologies Lecture 10 Web services. From W3C – A software system designed to support interoperable machine-to-machine interaction over a network.
Presented by: SIF3: Multi-Object CRUD Joerg Huber SIF3 Consumer: Multi-Object CRUD Exercise.
GRID ANATOMY Advanced Computing Concepts – Dr. Emmanuel Pilli.
AJAX and REST. Slide 2 What is AJAX? It’s an acronym for Asynchronous JavaScript and XML Although requests need not be asynchronous It’s not really a.
ODATA DESIGN PRINCIPLES July 26, BUILD ON HTTP, REST OData is a RESTful HTTP Protocol Build on HTTP Entities modeled as Resources Relationships.
1 Overview of the Hub Concept & Prototype for Secure Method of Information Exchange (SMIE) April 2013 Prepared by NZ & USA.
Fedora Service Framework Sandy Payette, Executive Director UK Fedora Training London January 22-23, 2009.
E-commerce Architecture Ayşe Başar Bener. Client Server Architecture E-commerce is based on client/ server architecture –Client processes requesting service.
Using Retrofit framework in implementation of Android REST client David Ante Macan*, Zlatko Stapić, Milan Pavlović* University of Zagreb Faculty of Organization.
Amy Krause EPCC OGSA-DAI An Overview OGSA-DAI on OMII 2.0 OMII The Open Middleware Infrastructure Institute NeSC,
What is BizTalk ?
What’s new in the SIF3 World?
WEB SERVICES From Chapter 19 of Distributed Systems Concepts and Design,4th Edition, By G. Coulouris, J. Dollimore and T. Kindberg Published by Addison.
WEB SERVICES.
International Activities
AJAX and REST.
SIF 3.0 Concepts Workshop Idea13 Joerg Huber.
Representational State Transfer
Service Paths & Query By Example (QBE): Query Mechanism
ADO.NEXT Advances in Data Access for 2008
WEB API.
Documenting ONAP components (functional)
SIF 3.x Concepts & Terms, xPress & RicOne API
SIF3: First Consumer - Java
Service Paths & Query By Example (QBE): Query Mechanism
SIF3: Provider Exercise - Java
WEB SERVICES From Chapter 19, Distributed Systems
SIF 3.0 Concepts SIF 3.x Concepts & Terms Joerg Huber.
WCF Data Services and Silverlight
.NET Framework V3.5+ & RESTful web services
Chengyu Sun California State University, Los Angeles
SIF3 REST Framework Open-Source SIF3 Development Framework
Presentation transcript:

Presented by: SIF 3.0 Concepts SIF 3.x Concepts & Terms Joerg Huber

© Systemic Pty Ltd September 2014 Training Course - Sydney: SIF 3.x Concepts 2 Overview Terms and Concepts of SIF 3.0 REST (what about SOAP), XML, JSON Direct and Brokered Zones Immediate and Delayed Responses Event Processing (Single Source of Truth) Bulk Create, Update & Delete Operations Reduced ‘Chatiness’ SIF Infrastructure Documentation

© Systemic Pty Ltd September 2014 Training Course - Sydney: SIF 3.x Concepts 3 REST, SOAP, XML, JSON  Current SIF Release uses REST as transport and XML representation of Data Model (infrastructure and data dictionary)  SOAP may come in future if the need arises.  JSON is planned but not officially supported, yet. Mapping between XML and JSON required JSON has ambiguities (i.e. Array or not Array) JSON is less bound by standards which causes some issues: i.e. Encryption of payload, validation etc.

© Systemic Pty Ltd September 2014 Training Course - Sydney: SIF 3.x Concepts 4 Direct Zone NEW Concept in SIF 3.x  Peer-To-Peer connection not involving middleware.  Can be used from web-applications to retrieve and persist data directly from/to a given application.  Can be used by mobile applications (most likely using REST) to connect directly to an application.  Sub-Set of SIF 3.0 Interfaces need to be implemented

© Systemic Pty Ltd September 2014 Training Course - Sydney: SIF 3.x Concepts 5 Direct Zone cont. Service Consumer Direct Zone (Simple) Environment Provider Object Providers (Services) StudentPersonal SchoolInfo etc. ACLs, URIs (Infrastructure) Data (SIF AU 1.3)

© Systemic Pty Ltd September 2014 Training Course - Sydney: SIF 3.x Concepts 6 Brokered Zone  What was known as a ZONE involving a ZIS in SIF Classic (SIF 2.x).  The Brokered Zone securely connects N clients to a dynamically changing list of M Data Entity and / or Functional Services through a centrally secure, separate and discrete Message Broker.  Clients of a brokered Zone can implement SOAP and/or REST, depending what the broker supports.  Broker may implement SOAP and/or REST

© Systemic Pty Ltd September 2014 Training Course - Sydney: SIF 3.x Concepts 7 Brokered Zone cont. Service Consumer Brokered Zone Environment Provider StudentPersonal SchoolInfo etc. ACLs, URIs (Infrastructure) Data (SIF AU 1.3) Object Provider Services ACLs, URIs (Infrastructure) Zone Registry Connectors (Request, Event, Provision, Subscribe etc) Queue Manager Data (SIF AU 1.3) Provider Registry Middleware Note: Not all registries are shown

© Systemic Pty Ltd September 2014 Training Course - Sydney: SIF 3.x Concepts 8 Immediate & Delayed Response  Delayed Response is what is known in SIF 2.x as asynchronous response.  This concept remains in SIF 3.0  Immediate Response (synchronous) is where the requestor of the data keeps the connection open until a response is available.  Immediate Response is largely a NEW concept in SIF 3.0  Direct Zone: Commonly used  Brokered Zone: Less common when it comes to requesting data through a query

© Systemic Pty Ltd September 2014 Training Course - Sydney: SIF 3.x Concepts 9 Service Types  Infrastructure Services  Environment Provider  Queues  Alerts  Namespace Registry etc.  Data Entity/Object Service is a service for a given SIF Object (i.e. StudentPersonal, SchoolInfo) => CRUD  Create  Read (Query)  Update  Delete

© Systemic Pty Ltd September 2014 Training Course - Sydney: SIF 3.x Concepts 10 Service Types cont.  Functional Services  Execute Style (Jobs):  i.e. End-of-Year Rollover.  Student Locator  Report Style: Provide a ‘View’ of multiple Entities in one Object.  Composite Object Services Object made of parts of other object  Relationship Services? …/StudentPersonals/{id}/TeachingGroups Not yet supported with SIF3 Framework!

© Systemic Pty Ltd September 2014 Training Course - Sydney: SIF 3.x Concepts 11 Event Processing  Event Processing changes considerably in SIF 3.0  Publishing Events is only allowed for the ‘Source of Truth’ which is the Object Provider!  Non-Sources of Truth (Consumer) can only request CRUD operations on the Source of Truth and if accepted the Source of Truth will publish the event to the Zone.  ‘RefID’ allocation  Responsibility of “Source of Truth”  Consumer can request that its RefID is used (mustUseAdvidory HTTP Header field).  Source of Truth can accept this or reject it  Non-Source of Truth must maintain a link between the “Create” Request until Source of Truth response with the new RefID where consumer does not provide RefID.

© Systemic Pty Ltd September 2014 Training Course - Sydney: SIF 3.x Concepts 12 Event Processingcont. Time Table App (Subscriber Service) Time Table App (Subscriber Service) Attendance Tracking App (Subscriber Service) Attendance Tracking App (Subscriber Service) SIS App (Provider Service) SIS App (Provider Service) Broker “Source of Truth” Save new Student Request Create Request Create Accepted AB12FF5FE20945F12FFE2FF02211FF02 Accepted AB12FF5FE20945F12FFE2FF02211FF02 Publish Create Event Receive Create Event LMS (Subscriber Service) LMS (Subscriber Service)

© Systemic Pty Ltd September 2014 Training Course - Sydney: SIF 3.x Concepts 13 Bulk Operations SIF 3.0 infrastructure enables bulk operations!  Creation of multiple objects in one request  Update of multiple objects in one request  Deletion of multiple objects in one request => Improves performance => Scales better ‘Requestor’ of bulk operation always knows success status of each object in the request.

© Systemic Pty Ltd September 2014 Training Course - Sydney: SIF 3.x Concepts 14 Reduced ‘Chatiness’  Bulk Operations  Usage of standard HTTP Status codes rather than ACK/NAK Messages.  Queues: ‘Get Next Message and Delete Previous’ in one message rather then spread over 4 messages! => Improves performance => Scales better => Easier to implement!

© Systemic Pty Ltd September 2014 Training Course - Sydney: SIF 3.x Concepts 15 SIF Infrastructure Documentation SIF Association Website ages/Infrastructure_3_0_1.aspx

© Systemic Pty Ltd September 2014 Training Course - Sydney: SIF 3.x Concepts 16 Questions Any Questions?