Limeds and the Trapist Project

Total Page:16

File Type:pdf, Size:1020Kb

Limeds and the Trapist Project LimeDS and the TraPIST Project: A Case Study An OSGi-based Ontology-enabled Framework Targeted at Developers in Need of an Agile Solution for Building REST/JSON-based Server Applications Stijn Verstichel, Wannes Kerckhove, Thomas Dupont, Bruno Volckaert, Femke Ongenae, Filip De Turck and Piet Demeester Department of Information Technology (INTEC), Ghent University – iMinds, G. Crommenlaan 8/201, 9050, Gent, Belgium Keywords: LimeDS, TraPIST, REST/JSON, OSGi, Semantics, Reasoning, Transportation. Abstract: Real-Time Travel Information (RTTI) for rail commuters is still used inefficiently today and is rarely combined with other knowledge to come to a truly personalised and situation-aware multimodal travelling assistance. It is up to the travellers themselves to look for important info about their trip through static schedules or dedicated non-personalised applications. In a highly dynamic context such as that of public transportation, it would make life easier if one was able to consult the right information at the right time (removing superfluous information), for a variety of multimodal public transportation options, taking into account the context of the person travelling. In this paper we present the LimeDS framework, allowing application developers to rapidly define data workflows from a variety of data sources, deploy these workflows in a scalable and resilient manner and expose results to client applications as REST endpoints. A Proof-of-Concept (PoC) shows how our proposed framework can be used to tie together different open transportation data sources in order to create highly dynamic multimodal travel assistance applications by semantically enriching the data into knowledge, checking for ontological consistency and reason over the resulting knowledge. 1 INTRODUCTION tination, activities). It quickly became apparent that the develop- The current generation of applications based on Real- ment of these situation-aware knowledge consolida- Time Train Information (RTTI) is still not fully us- tion applications introduced a lot of common over- ing (open) data to facilitate rail travel. They are often head (consulting multiple open data sources, pro- based on only one source, even though other sources cessing their results, dealing with sudden unavail- can be relevant for the passenger’s journey (e.g. trans- ability of sources, etc.) and as such, the deci- portation vehicle load sensor data, passenger data, sion was made to develop a generic framework for weather forecast, tourist events and promotions, etc.). building REST/JSON-based ontology-enabled appli- The high-level goal of the Train Passenger In- cations, named a Lightweight modular environment terfaces for Smart Travel (TraPIST) (iMinds VZW, for Data-oriented Services (LimeDS) (IBCN, 2014). 2014) project is to offer public transportation trav- Some of the main properties of LimeDS are: ellers relevant information pro-actively, at the right Rapid & User-friendly HTTP Web Exposure: time and through the most appropriate channel. The • through the built-in support to expose Represen- development of a framework that collects, analyses, tational State Transfer (REST) endpoints classifies and filters data from various sources, based Agile Dependency Injection: each component on a dynamic traveller profile, is at the heart of the • project. Based on this info, specific traveller appli- can be injected and called in the context of other cations are developed giving passengers direct access components without the need for boiler plate code to the information they need. The moment when the Flexible Storage System: the actual storage im- information is presented is triggered by the situation, • plementation is abstracted from the specification such as a specific time, a location, an event or the trav- and can easily be replaced according to the re- ellers own circumstances (e.g. present company, des- quirements at hand 501 Verstichel, S., Kerckhove, W., Dupont, T., Volckaert, B., Ongenae, F., Turck, F. and Demeester, P.. LimeDS and the TraPIST Project: A Case Study - An OSGi-based Ontology-enabled Framework Targeted at Developers in Need of an Agile Solution for Building REST/JSON-based Server Applications. In Proceedings of the 7th International Joint Conference on Knowledge Discovery, Knowledge Engineering and Knowledge Management (IC3K 2015) - Volume 2: KEOD, pages 501-508 ISBN: 978-989-758-158-8 Copyright c 2015 by SCITEPRESS – Science and Technology Publications, Lda. All rights reserved SSEO 2015 - Special Session on Enterprise Ontology Scalability and Profiling Toolkit: support for versus daily use/knowledge of the station layout) and • load-balancing services and data caching physical limitations of that person (e.g. people with Support for Processing of JSON-LD: formatted physical disabilities or in wheelchairs, elderly, peo- • data and reasoning on that data ple using a child carrier or heavy travelling luggage). In order to come up with a true personalised travel Polyglot Environment: support for multiple pro- • guidance system, this contextual information needs to gramming languages: Java, JavaScript and Python be captured and taken into account before presenting Powerful Management User Interface (UI). travelling guidance to the user. • The remainder of this paper is structured as fol- 2.1.1 Ontology Engineering lows: Section 2 introduces the PoC application while LimeDS, the foundation for the TraPIST develop- In support of this scenario an ontology has been cre- ments is presented in Section 3. In Section 4 a num- ated extending two existing ontologies: ber of important modules are detailed. A selection of Transit (Davis, 2011): A vocabulary for describ- related work is enlisted in Section 5. Finally, we con- • clude this paper in Section 6. ing transit systems and routes, and Weather (Gajderowicz, 2011): Based on the on- • tology created by Aaron Elkiss (Elkiss, 2011). 2 PoC DEMONSTRATOR Starting from the Transit and Weather ontolo- gies an extension has been modelled, representing To demonstrate the strength of the presented LimeDS the railway timetable from Nationale Maatschappij framework, a PoCs has been defined and is being im- Belgische Spoorwegen (Belgian National Railways) plemented. This PoC concerns the personalisation (NMBS)/SNCB (SNCB/NMBS, 2015) at a number of of feasible connections at interchange stations. The Belgian railway stations. This represents the railway steps needed to create such an application using the schedule as it should be if everything runs accord- LimeDS framework are presented in this section. ing to plan. The main new Web Ontology Language In general, we will employ an ontology to describe (OWL) class has been named Connection. Individuals public transport related concepts, and to classify us- of these Connections represent the actual running of ing a combination of OWL DL and SWRL based rea- that service on a specific date and are used at-runtime soning. The LimeDS framework can then be used to to determine which of the Connections at any given compose the data flows for specific applications, al- railway station can be caught for the given traveller’s lowing to connect a variety of data producers (e.g. profile. To perform the classification, a combination railway timetable information providers) with reason- of OWL DL as well as SWRL reasoning is adopted. ing modules drawing conclusions based on the cur- A number of illustrative axioms are presented in the rently available information and context, and expos- following paragraphs. ing these reasoning results as REST endpoints for vi- For a Connection to be classified as suitable for sualisation by (mobile) client applications. travellers with a mobility impairment, the OWL defi- nition is given below, based on the terms available in 2.1 Personalised Connections the Transit vocabulary. It specifies that the Connec- tion should be on a route which has a pre-arrangement An important aspect of a satisfactory travel experi- for mobility impaired passenger, this arrangement ence for all travellers is the fact that transportation in- should have been confirmed by the operator and the formation should be correct and accurate at all times, Connection should depart from a platform at ground and preferably tuned for the specific situation or con- level: text of the person at hand. Let us clarify this with MobilityImpairmentSuitableConnection an example: a connecting public transportation option <=> may not be feasible to catch for every type of person (route some owl:Thing) if only five minutes are scheduled between arriving and (hasAccessArrangement value prearranged) at a station and boarding that scheduled connection and (platform some xsd:int[> "-1"ˆˆxsd:int]) leaving from a different platform, as there is a need and (isArrangementOK value true) to disembark, orient yourself and find/make your way It should be clear that for other situations or other to the other platform and finally board the connect- transport modes, such as bus, taxi or cycle hire, other ing transport. In other words, the time a traveller re- definitions can be specified in the domain ontology, quires to transfer between public transport platforms used for that specific operator deployment. How- can be dependent on the context (e.g. a first time visit ever, thanks to the generic notion of a MobilityIm- 502 LimeDS and the TraPIST Project: A Case Study - An OSGi-based Ontology-enabled Framework Targeted at Developers in Need of an Agile Solution for Building REST/JSON-based Server Applications pairmentSuitableConnection, the UI visualising this information does not need to be aware of the specific definitions in place for that specific situation. The rea- soner performs the job of filtering and classification. In first instance, the use of as much DL-based axioms as possible has been pursued, for the reason of gener- icness and to support the ability to exchange multiple OWL DL enabled reasoner implementations. How- ever, sometimes it might not be possible to purely rely on OWL DL. To facilitate those more complex situ- ations, support for SWRL rules has been included as well. An example of using SWRL to support complex Figure 1: Data Flow to classify the personalised connec- rules and to take the real-time running information of tions.
Recommended publications
  • Security Management Server Virtual V10.2.11 Adminhelp
    Security Management Server Virtual v10.2.11 AdminHelp Table of Contents Welcome ............................................................................................................................................................... 1 About Online Help ............................................................................................................................................. 1 Attributions & Copyrights .................................................................................................................................. 1 Get Started.......................................................................................................................................................... 23 Get Started with Dell Data Security ................................................................................................................ 23 Log In ............................................................................................................................................................... 23 Log Out ............................................................................................................................................................ 23 Dashboard ........................................................................................................................................................ 24 Change Superadmin Password ......................................................................................................................... 26 Components .......................................................................................................................................................
    [Show full text]
  • A Post-Apocalyptic Sun.Misc.Unsafe World
    A Post-Apocalyptic sun.misc.Unsafe World http://www.superbwallpapers.com/fantasy/post-apocalyptic-tower-bridge-london-26546/ Chris Engelbert Twitter: @noctarius2k Jatumba! 2014, 2015, 2016, … Disclaimer This talk is not going to be negative! Disclaimer But certain things are highly speculative and APIs or ideas might change by tomorrow! sun.misc.Scissors http://www.underwhelmedcomic.com/wp-content/uploads/2012/03/runningdude.jpg sun.misc.Unsafe - What you (don’t) know sun.misc.Unsafe - What you (don’t) know • Internal class (sun.misc Package) sun.misc.Unsafe - What you (don’t) know • Internal class (sun.misc Package) sun.misc.Unsafe - What you (don’t) know • Internal class (sun.misc Package) • Used inside the JVM / JRE sun.misc.Unsafe - What you (don’t) know • Internal class (sun.misc Package) • Used inside the JVM / JRE // Unsafe mechanics private static final sun.misc.Unsafe U; private static final long QBASE; private static final long QLOCK; private static final int ABASE; private static final int ASHIFT; static { try { U = sun.misc.Unsafe.getUnsafe(); Class<?> k = WorkQueue.class; Class<?> ak = ForkJoinTask[].class; example: QBASE = U.objectFieldOffset (k.getDeclaredField("base")); java.util.concurrent.ForkJoinPool QLOCK = U.objectFieldOffset (k.getDeclaredField("qlock")); ABASE = U.arrayBaseOffset(ak); int scale = U.arrayIndexScale(ak); if ((scale & (scale - 1)) != 0) throw new Error("data type scale not a power of two"); ASHIFT = 31 - Integer.numberOfLeadingZeros(scale); } catch (Exception e) { throw new Error(e); } } } sun.misc.Unsafe
    [Show full text]
  • WA2018 Programming REST Web Services with JAX-RS 1.1
    Y L N O N IO T A U L A V E WA2018 Programming REST Web Services with JAX-RS 1.1 - WebLogic 12c / Eclipse Web Age Solutions Inc. USA: 1-877-517-6540 Canada: 1-866-206-4644 Web: http://www.webagesolutions.com The following terms are trademarks of other companies: Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States, other countries, or both. Microsoft, Windows, Windows NT, and the Windows logo are trademarks of Microsoft Corporation in the United States, other countries, or both. UNIX is a registered trademark of The Open Group in the United States and other countries. Linux is a trademark of Linus Torvalds in the United States, other countries, or both. IBM, WebSphere, DB2 and Tivoli are trademarks of the International Business Machines Corporation in the United States, other countries, or both. Other company, product, and service names may be trademarks or service marks of others. Y For customizations of this book or other sales inquiries, pleaseL contact us at: USA: 1-877-517-6540, email: [email protected] Canada: 1-866-206-4644 toll free, email: [email protected] O N Copyright © 2012 Web Age Solutions Inc. O This publication is protected by the copyright lawsI of Canada, United States and any other country where this book is sold. UnauthorizedT use of this material, including but not limited to, reproduction of the whole or partA of the content, re-sale or transmission through fax, photocopy or e-mail is prohibited.U To obtain authorization for any such activities, please write to: L Web Age Solutions Inc.
    [Show full text]
  • IBM Websphere Application Server Community Edition V3.0 Helps Streamline the Creation of Osgi and Java Enterprise Edition 6 Applications
    IBM United States Software Announcement 211-083, dated September 27, 2011 IBM WebSphere Application Server Community Edition V3.0 helps streamline the creation of OSGi and Java Enterprise Edition 6 applications Table of contents 1 Overview 6 Technical information 2 Key prerequisites 8 Ordering information 2 Planned availability date 9 Services 3 Description 9 Order now 6 Product positioning At a glance With WebSphere® Application Server Community Edition V3.0: • Developers can select just the components they need for optimum productivity (using OSGi and a component assembly model). • Developers can get JavaTM Enterprise Edition (Java EE) 6 applications started quickly for no charge. • System administrators are given more deployment and management options. • Organizations can take advantage of world-class, IBM® support options under a socket-based pricing model that can help reduce the cost burden in larger configurations. • You have access to a comprehensive and proven portfolio of middleware products from the WebSphere family. Overview WebSphere Application Server Community Edition V3.0 is the IBM open source- based application server that provides: • Java Enterprise Edition (Java EE) 6 support • An enterprise OSGi application programming model • Java Standard Edition (Java SE) 6 support Version 3 is built on Apache Geronimo and integrated with best-of-breed, open- source technology such as Apache Tomcat, Eclipse Equinox OSGi Framework, Apache Aries, Apache OpenEJB, Apache OpenJPA, Apache OpenWebBeans, and Apache MyFaces. Eclipse-based
    [Show full text]
  • Avaliando a Dívida Técnica Em Produtos De Código Aberto Por Meio De Estudos Experimentais
    UNIVERSIDADE FEDERAL DE GOIÁS INSTITUTO DE INFORMÁTICA IGOR RODRIGUES VIEIRA Avaliando a dívida técnica em produtos de código aberto por meio de estudos experimentais Goiânia 2014 IGOR RODRIGUES VIEIRA Avaliando a dívida técnica em produtos de código aberto por meio de estudos experimentais Dissertação apresentada ao Programa de Pós–Graduação do Instituto de Informática da Universidade Federal de Goiás, como requisito parcial para obtenção do título de Mestre em Ciência da Computação. Área de concentração: Ciência da Computação. Orientador: Prof. Dr. Auri Marcelo Rizzo Vincenzi Goiânia 2014 Ficha catalográfica elaborada automaticamente com os dados fornecidos pelo(a) autor(a), sob orientação do Sibi/UFG. Vieira, Igor Rodrigues Avaliando a dívida técnica em produtos de código aberto por meio de estudos experimentais [manuscrito] / Igor Rodrigues Vieira. - 2014. 100 f.: il. Orientador: Prof. Dr. Auri Marcelo Rizzo Vincenzi. Dissertação (Mestrado) - Universidade Federal de Goiás, Instituto de Informática (INF) , Programa de Pós-Graduação em Ciência da Computação, Goiânia, 2014. Bibliografia. Apêndice. Inclui algoritmos, lista de figuras, lista de tabelas. 1. Dívida técnica. 2. Qualidade de software. 3. Análise estática. 4. Produto de código aberto. 5. Estudo experimental. I. Vincenzi, Auri Marcelo Rizzo, orient. II. Título. Todos os direitos reservados. É proibida a reprodução total ou parcial do trabalho sem autorização da universidade, do autor e do orientador(a). Igor Rodrigues Vieira Graduado em Sistemas de Informação, pela Universidade Estadual de Goiás – UEG, com pós-graduação lato sensu em Desenvolvimento de Aplicações Web com Interfaces Ricas, pela Universidade Federal de Goiás – UFG. Foi Coordenador da Ouvidoria da UFG e, atualmente, é Analista de Tecnologia da Informação do Centro de Recursos Computacionais – CERCOMP/UFG.
    [Show full text]
  • Full-Graph-Limited-Mvn-Deps.Pdf
    org.jboss.cl.jboss-cl-2.0.9.GA org.jboss.cl.jboss-cl-parent-2.2.1.GA org.jboss.cl.jboss-classloader-N/A org.jboss.cl.jboss-classloading-vfs-N/A org.jboss.cl.jboss-classloading-N/A org.primefaces.extensions.master-pom-1.0.0 org.sonatype.mercury.mercury-mp3-1.0-alpha-1 org.primefaces.themes.overcast-${primefaces.theme.version} org.primefaces.themes.dark-hive-${primefaces.theme.version}org.primefaces.themes.humanity-${primefaces.theme.version}org.primefaces.themes.le-frog-${primefaces.theme.version} org.primefaces.themes.south-street-${primefaces.theme.version}org.primefaces.themes.sunny-${primefaces.theme.version}org.primefaces.themes.hot-sneaks-${primefaces.theme.version}org.primefaces.themes.cupertino-${primefaces.theme.version} org.primefaces.themes.trontastic-${primefaces.theme.version}org.primefaces.themes.excite-bike-${primefaces.theme.version} org.apache.maven.mercury.mercury-external-N/A org.primefaces.themes.redmond-${primefaces.theme.version}org.primefaces.themes.afterwork-${primefaces.theme.version}org.primefaces.themes.glass-x-${primefaces.theme.version}org.primefaces.themes.home-${primefaces.theme.version} org.primefaces.themes.black-tie-${primefaces.theme.version}org.primefaces.themes.eggplant-${primefaces.theme.version} org.apache.maven.mercury.mercury-repo-remote-m2-N/Aorg.apache.maven.mercury.mercury-md-sat-N/A org.primefaces.themes.ui-lightness-${primefaces.theme.version}org.primefaces.themes.midnight-${primefaces.theme.version}org.primefaces.themes.mint-choc-${primefaces.theme.version}org.primefaces.themes.afternoon-${primefaces.theme.version}org.primefaces.themes.dot-luv-${primefaces.theme.version}org.primefaces.themes.smoothness-${primefaces.theme.version}org.primefaces.themes.swanky-purse-${primefaces.theme.version}
    [Show full text]
  • Management of and Interaction with Olap Cloud Service
    MASTERARBEIT Titel der Masterarbeit: MANAGEMENT OF AND INTERACTION WITH OLAP CLOUD SERVICE eingereicht von: Sicen Ye zur Erlangung des akademischen Grades Diplom-Ingenieur(Dipl.-Ing.) Wien, October 2011 Matrikelnummer: 0309037 Studienrichtung: Scientific Computing A066 940 Begutachter: Ao. Univ.-Prof. Dipl.-Ing. Dr. Peter Brezany Ich versichere: dass ich die Diplomarbeit selbststndig verfasst, andere als die angegebenen Quellen und Hilfsmittel nicht benutzt und mich auch sonst keiner unerlaubten Hilfe bedient habe. dass ich diese Diplomarbeit bisher weder im In- noch im Ausland (einer Beurteilung bzw. einem Beurteiler zur Begutachtung) in irgendeiner Form als Prfungsarbeit vorgelegt habe. dass diese Arbeit mit der vom Begutachter beurteilten Arbeit bereinstimmt. Wien, October 2011 Sicen Ye Abstract Cloud Computing is a relatively newly emerged high performance parallel comput- ing paradigm. A lot of algorithms from the past could now find new opportunities and benefit from it. After several month of study on theory and implementation of On-Line Analytical Processing (OLAP), especially, the OLAP engine from the Grid- Miner project (http://www.gridminer.org), we decided to design and implement an OLAP system for Cloud Computing environment. For this cloud-enabled OLAP system we have also provided means for management and interaction with it, which are implemented by a multi-tier client subsystem including some business logic and Graphical User Interfaces (GUI) in an easy to use and understandable way. In this thesis the original design and implementation of the multi-tier client subsystem is described and discussed. Management and interaction with OLAP cloud means on one hand loading data from data source, transforming and transferring it to the OLAP cloud to construct data cube, On the other hand, submitting OLAP analysis queries and handling the results.
    [Show full text]
  • IBM Surveillance Insight for Financial Services Solution Guide
    IBM Surveillance Insight for Financial Services Version 2.0.1 IBM Surveillance Insight for Financial Services Solution Guide IBM Note Before using this information and the product it supports, read the information in “Notices” on page 103. Product Information This document applies to Version 2.0.1 and may also apply to subsequent releases. Licensed Materials - Property of IBM © Copyright International Business Machines Corporation 2016, 2017. US Government Users Restricted Rights – Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contents Introduction.......................................................................................................................... v Chapter 1. IBM Surveillance Insight for Financial Services......................................................1 The solution architecture...................................................................................................................................................1 Chapter 2. Surveillance Insight Workbench............................................................................ 3 Dashboard page................................................................................................................................................................. 3 Alert Details page...............................................................................................................................................................4 Employee Details page.......................................................................................................................................................6
    [Show full text]
  • 7X9 Word Template
    Apache Wink User Guide Software Version: 0.1 The Apache Wink User Guide document is a broad scope document that provides detailed information about the Apache Wink 0.1 design and implementation. Apache Wink 0.1 User Guide Table of Contents Apache Wink User Guide............................................................. 1 Table of Contents ......................................................................... 2 List of Tables ............................................................................... 8 1. Introduction .......................................................................... 9 1.1.1. Important Note ................................................................................................... 9 1.2. Target Audience .................................................................................................... 10 1.3. JAX-RS Compliancy .............................................................................................. 10 2. Apache Wink Architecture ................................................... 11 2.1. Wink Runtime Architecture Overview .................................................................. 11 2.2. Request Processor ................................................................................................. 12 2.3. Deployment Configuration .................................................................................... 13 2.3.1. Customization ................................................................................................... 13 2.4. Handler Chains ....................................................................................................
    [Show full text]
  • Vergleich Von Frameworks Zur Implementierung Von REST Basierten Anwendungen
    Institut für Architektur von Anwendungssystemen Universität Stuttgart Universitätsstraße 38 D–70569 Stuttgart Fachstudie Nr. 170 Vergleich von Frameworks zur Implementierung von REST basierten Anwendungen Markus Fischer und Kalman Kepes und Alexander Wassiljew Studiengang: Softwaretechnik Prüfer/in: Prof. Dr. Leymann Betreuer/in: Dipl.-Inf. Florian Haupt Beginn am: 2012-12-17 Beendet am: 2013-06-18 CR-Nummer: K 6.1, D 2.1, D 2.2, D 2.13, D 3.3 Kurzfassung Mit steigender Popularität des Architekturstils Representational State Transfer veröffentlicht in der Dissertation Architectural Styles and the Design of Network-based Software Architectures von Roy T. Fielding im Jahre 2000, wurden und werden immer mehr Arbeiten veröffent- licht die sich mit dem Thema beschäftigen. Darunter befinden sich auch Frameworks und Spezifikationen, die das Entwickeln von RESTful Services anhand der Aspekte von REST, wie beispielsweise Uniform Interface erleichtern wollen. In dieser Fachstudie werden eine Reihe von Frameworks, für das Entwickeln von RESTful Services vorgestellt und anhand eines Kriterienkatalogs ausgewertet und bewertet. Dieser Kriterienkatalog ist in 4 Kategorien eingeteilt. Darunter fallen Kriterien bezüglich der Dokumentation des Frameworks, die mit ihnen verbundenen Entwicklungsprozesse und inwieweit die REST Prinzipien mit Hilfe des Frameworks realisiert werden können. Weiterhin werden erweiterte technische Fähigkeiten betrachtet, wie beispielsweise Entwicklungsunterstützung für transaktionales Verhalten und Asynchronität, aber auch andere wichtige Aspekte für RESTful Applikationen, wie Sicherheit und Zuverlässigkeit. 3 Inhaltsverzeichnis 1. Einleitung 11 1.1. Einleitung........................................ 11 1.2. Gliederung........................................ 12 2. Verwandte Arbeiten 13 2.1. Guidelines for Designing REST Frameworks.................... 13 2.2. Zuzak NEA....................................... 14 2.3. REST: Die Architektur des Web............................ 14 2.4.
    [Show full text]
  • Developing Restful Web Services with JAX-RS
    <Insert Picture Here> Developing RESTful Web services with JAX-RS Arun Gupta, Java EE & GlassFish Guy blogs.oracle.com/arungupta, @arungupta The following/preceding is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle’s products remains at the sole discretion of Oracle. 2 REST is an Architectural Style Style of software architecture for distributed hypermedia systems such as World Wide Web 3 RESTful Web Services Application of REST architectural style to services that utilize Web standards (URIs, HTTP, HTML, XML, Atom, RDF etc.) 4 Java API for RESTful Web Services (JAX-RS) Standard annotation-driven API that aims to help developers build RESTful Web services in Java 5 RESTful Application Cycle Resources are identified by URIs ↓ Clients communicate with resources via requests using a standard set of methods ↓ Requests and responses contain resource representations in formats identified by media types ↓ Responses contain URIs that link to further resources 6 Principles of REST • Give everything an ID • Standard set of methods • Link things together • Multiple representations • Stateless communications 7 Give Everything an ID • ID is a URI http://example.com/widgets/foo http://example.com/customers/bar http://example.com/customers/bar/orders/2
    [Show full text]
  • Bernd Hort, Assono Gmbh
    AD1238: REST Services in Domino - Key to modern Web Applications Bernd Hort, assono GmbH - February 1, 2016 Agenda • REST in a Nutshell • IBM Domino Access Services (DAS) • Extension Library: REST Service Control • Custom Database Servlet • Custom Wink Servlet • Questions and Answers Any code in this presentation and in the sample database is available under the Apache Software License v2! Bernd Hort, assono GmbH • IBM® Notes® Developer/Designer since Notes 3.3 • OpenNTF Contributer: assono Framework 2 • An OOP LotusScript Framework • Lately specialized in XPages, web and mobile development • Working for assono GmbH, Germany • Blog http://blog.assono.de • Twitter @BerndHort REST in a Nutshell • Representational state transfer (REST) is an architectural style bases on web standards for accessing resources • RESTful Web Services implements access and modification of resources • Mostly using HTTP • Resources may have different representations, e.g. text, xml, json etc. ▪ The rest client can ask for specific representation via the HTTP protocol (content negotiation). • No standard! • The WSDL equivalent Web Application Description Language (WADL) is mostly optional ▪ Hopefully the documentation is good ;-) REST in a Nutshell – Nouns and Verbs • Resources are identified via a URI - Nouns • Actions on resources uses the HTTP methods - Verbs Resource Get Post Put Delete Collections of Lists all resources Create a new entry Replace the entire Delete the entire resources http:// in the collection. collection with collection yourserver/path/ another collection. sessions Single resource Retrieve the details Normally not Replace the Delete the http://yourserver/ of a given resource implemented addressed member specified resource path/sessions/ of the collection, or AD1238 if it doesn't exist, create it.
    [Show full text]