Development and Extension Guide for Omnichannel Promotion Pricing

Total Page:16

File Type:pdf, Size:1020Kb

Development and Extension Guide for Omnichannel Promotion Pricing SAP Customer Activity Repository 3.0 FP3 CUSTOMER Document Version: 1.0– 2018-04-20 Development and Extension Guide for Omnichannel Promotion Pricing Document History Version Date Change 1.0 2018-04-20 Initial version Development and Extension Guide for SAP CARAB 2.0 FP02 Overview of Omnichannel Promotion Pricing Promotion Pricing Service Open Source Dependencies of the PPS PPS Module Concept Defining and Overriding Beans PPS Context PPS Module api Overview Beans Required Beans Configuration Properties Dependencies PPS Module client-interface Overview Extensibility via any Elements Beans Configuration Properties Dependencies PPS Module core Overview PPS Application Context PPS Context Beans Configuration Properties Dependencies PPS Module dataaccess-interface Overview Beans Configuration Properties Dependencies PPS Module jackson Overview Configuring Jackson (Client Side) Request Logging Beans Configuration Properties Dependencies PPS Module restapi Overview Known Issues Beans Configuration Properties Dependencies PPS Module client-impl Overview Request Validation Single vs Bulk Access for Regular Prices Handling of Business Unit Type Beans Required Beans Configuration Properties Dependencies PPS Module calcengine-gk Overview Beans Default Settings and Properties Required Beans Configuration Properties Dependencies PPS Module dataaccess-common Overview Regular Price Promotional Information Object-Related Mapping Using Spring Multi-Step JPA Resource Mapping Multi-Step JPA Property Definition Support of JPA Entity Extensions equals() and hashCode() for JPA Entities Caching Caching Regular Prices Caching Promotional Information Cache Keys Prefetch of Price Derivation Rule Eligibility References Support of Weaving Support for Read-Only Transactions Code Conversion Handling of Currencies and Amounts Handling Product IDs Handling of Language-Specific Information SAP Client and Logical System Beans Required Beans Configuration Properties Dependencies PPS Module dataaccess-ddf Overview Attribute Converters Boolean Values Time Stamps Beans Configuration Properties Dependencies PPS Module dataaccess-localdb Overview Indexes Beans Required Beans Configuration Properties Dependencies PPS Module idocinbound Overview Spring Integration Process Definition Processing the IDoc Data Conversion of the IDoc Payload to the Expected Java Types Mapping Regular Prices Mapping OPP Promotions Posting to the Database Regular Prices OPP Promotions Beans Required Beans Configuration Properties Dependencies PPS Performance Hints Creating of the Offers Distributing of the Data Client Side (Price Calculation) Client Side (Data Replication) Server Side Common Rules Local-PPS-Specific XSA-Based-PPS-Specific Database Side PPS Logging and Tracing PPS Authentication Enabling XSA Authentication Price and Promotion Repository Overview Modeling of OPP Promotions Keys and Foreign Keys Validity Period for the OPP Promotion Database Tables Handling of Amounts Transformation from DDF offers into OPP Promotion Technical Information How We Transform DDF Offers into OPP Promotions Transformation of Simple Discount Offers Examples Transformation of Mix-and-Match Offers Examples Transformation of Packaged Offers Transformation of Offers with Incentives Default Values ItemPriceDerivationRule Fields Only Relevant for Coupons Fields Only Relevant for Loyalty Points CouponPriceDerivationRule Eligibility PromotionPriceDerivationRule Replication of the Price and Promotion Repository Outbound Processing of IDocs via DRF DRF Configuration OPP Promotions Outbound Implementation for Promotion-Centric Outbound Processing Outbound Implementation for Location-Specific Outbound Procesing Filtering the OPP Promotions Controlling the Target Locations Generic Mapping of Customer Enhancement Segments Transfer OPP Promotions Using the Global Object List Location-Specific Outbound Processing Using the Global Object List Cleanup of the Global Object List Regular Prices Outbound Implementation Data Filtering Handling of the Expected Data Volume OPP Extensibility Extensibility of Demand Data Foundation (DDF) Extensibility of DDF Offer Inbound API Extensibility of DDF Regular Price Inbound API Extensibility of the OPP Data Model (ABAP) Extending SAP delivered ABAP domains Extensibility of the OPP Business Logic (ABAP) Extensibility of the Transformation from DDF Offer into OPP Promotion Extensibility of the IDoc Outbound Processing (ABAP) Extensibility of the OPP Data Model (Java) Adding a Field to an Entity Adding a Separate Entry Adding an Attribute Converter to an Existing Attribute Adding a Subentity to an Existing Entity Adding a Specialization to an Existing Entity Using Own Logic for Equals() and HashCode() of a JPA Entity Extensibility of Client API (Java) Extensibility of Enumerations Extensibility of Content with User-Defined Attributes / Elements Restrictions Example: Enrich SaleForDelivery Entity with Address Information Extending the PPS Business Logic (Java) Plugin Concept Calling the Plugins Implementing a Plugin Guaranteed Stability Documented Stability Your Choices for Extending the PPS Java Side SAP Delivered Plugin Implementations Structure of Your Extension Project Installing your Extensions Extensibility of the Promotion Calculation Engine (Java) Extensibility of the sapppspricing PPS Integration (Java) Extensibility Examples Integrating Custom Extensions into the XSA-Based-PPS Setting Up the Development Environment Creating Your Extension Projects Adding Your Extension to the PPS Extending the PPS-Based Price Calculation in SAP ERP and SAP S/4HANA Sales Documents Extending via BAdIs Enriching with Further Article Hierarchy Nodes Extending the SAP ERP/ SAP S/4HANA PPS Client Support for Mocking of the SAP ERP/ SAP S/4HANA PPS Client Overview of Omnichannel Promotion Pricing The following two main features are provided with omnichannel promotion pricing (OPP): Regular prices and price rules (promotions) are maintained and stored in a central repository called the price and promotion repository (PPR). The promotion pricing service (PPS) calculates effective sales prices for shopping carts and applies promotions to the shopping carts. The PPR is part of SAP Customer Activity Repository (SAP CAR) based on SAP HANA. This repository contains regular prices as well as price rules (so-called "offers"). Technically, this data is located in the Demand Data Foundation (DDF) software component. This data is also used by SAP Promotion Management for Retail (SAP PMR), which is an optional add-on to SAP CAR. Therefore, OPP reuses the existing tools to maintain price rules: SAP PMR, SAP Fiori UI-based maintenance, as well as the RFC-based import of offers to SAP Customer Activity Repository. In the case of regular prices, the existing import is reused as well. In an SAP environment, the regular prices are typically imported from SAP ERP. However, SAP ERP is not a mandatory component for OPP. The PPS uses a Java-based engine to calculate prices and promotions. This ensures high system performance and a flexible deployment. The deployment of the PPS embedded into SAP Hybris Commerce (local deployment) is offered. In this case, the PPS uses the same database as SAP Hybris Commerce. The price and promotion calculation is exposed using a stateless service, which is based on the ARTS Price Service Interface 1.0. This interface is consumed by SAP Hybris Commerce using an additional extension (sapppspricing) that can be used by any other client. Internally, the PPS is based on a different data model for price rules than the DDF offer. It is based on the ARTS promotion data model. In the following documentation, this runtime model is called OPP promotion. This model offers similar, but not identical, features to define price rules relating to the DDF offer. You have to distinguish clearly between the repository view of a price rule (the DDF offer) and the runtime view (the OPP promotion). To use the PPS to calculate promotions, the DDF offer must be transformed into the OPP promotion that is stored in separate database tables. This is done automatically when a DDF offer is written. If the offer can be translated into an OPP promotion, an automatic compatibility check is performed before the offer is saved. The status of the offer determines whether the compatibility check and the transformation can be performed. Offers that have the status In Process are not considered. This transformation with data replication is not performed for regular prices. The prices are consumed by the PPS using the database view. To support the distributed deployment of the PPS, the prices and promotions can be replicated to external systems including SAP Hybris Commerce. Since the basic concepts behind the calculation of promotions for GK POS solutions are the same as those behind the promotion calculation engine used with OPP, it is possible to offer consistent pricing across all sales channels. The prices and promotions are replicated using IDocs. The replication is done using the data replication framework (DRF), which is a central reuse component in SAP Business Suite. Delta transfer is also supported. The following figure illustrates the OPP architecture: Promotion Pricing Service This chapter describes the promotion pricing service (PPS), in particular its concepts and its structure. The figure below shows the inner structure of the PPS in more detail and the data flow of a price calculation request: The PPS is an application that exposes an API based on the ARTS Pricing Service Interface 1.0. The structure of
Recommended publications
  • The Future of Airline Distribution, 2016 - 2021
    The Future of Airline Distribution, 2016 - 2021 By Henry H. Harteveldt, Atmosphere Research Group CONTENTS 3 INTRODUCTION 5 RESEARCH METHODOLOGY 7 EXECUTIVE SUMMARY 9 HOW SHOULD AIRLINES PREPARE TO SERVE THE AIRLINE TRAVELER OF 2021? 26 TECHNOLOGY INNOVATION AND THE EVOLVING TECHNOLOGY LANDSCAPE 29 AIRLINE DISTRIBUTION IN 2021 70 CONCLUSION 72 ENDNOTES © 2016 International Air Transport Association. All rights reserved. 2 INTRODUCTION Introduction from Atmosphere Research Atmosphere Research Group is honored to have Airlines that want to become true retailers are once again been selected by IATA to prepare this well-positioned to do so. Carriers have an abun- report on the future of airline distribution. We dance of technologies, including cloud comput- believe that the five-year timeframe this report ing, artificial intelligence, and mobility, that they covers – 2016 to 2021 – will see the successful can use to help them bring their products to mar- introduction of true retailing among the world’s ket in more meaningful ways. IATA’s NDC, One airlines and their distribution partners. Order, and NGISS initiatives are being brought to market to help airlines be more successful busi- This report reflects Atmosphere Research’s in- nesses. As each airline independently contem- dependent and objective analysis based on our plates its distribution strategies and tactics, we extensive industry and consumer research (for hope this report will serve as a helpful resource. more information about how the research was conducted, please refer to the “Research Method- ology” section). © 2016 International Air Transport Association. All rights reserved. 3 Future of Distribution Report 2016-2021 Introduction from IATA In 2012 IATA commissioned Atmosphere Research Game changes are prompted by consumer needs, to conduct a survey on the Future of Airline Dis- or by the ability to offer new solutions.
    [Show full text]
  • Separating Protection and Management in Cloud Infrastructures
    SEPARATING PROTECTION AND MANAGEMENT IN CLOUD INFRASTRUCTURES A Dissertation Presented to the Faculty of the Graduate School of Cornell University in Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy by Zhiming Shen December 2017 c 2017 Zhiming Shen ALL RIGHTS RESERVED SEPARATING PROTECTION AND MANAGEMENT IN CLOUD INFRASTRUCTURES Zhiming Shen, Ph.D. Cornell University 2017 Cloud computing infrastructures serving mutually untrusted users provide se- curity isolation to protect user computation and resources. Additionally, clouds should also support flexibility and efficiency, so that users can customize re- source management policies and optimize performance and resource utiliza- tion. However, flexibility and efficiency are typically limited due to security requirements. This dissertation investigates the question of how to offer flexi- bility and efficiency as well as strong security in cloud infrastructures. Specifically, this dissertation addresses two important platforms in cloud in- frastructures: the containers and the Infrastructure as a Service (IaaS) platforms. The containers platform supports efficient container provisioning and execut- ing, but does not provide sufficient security and flexibility. Different containers share an operating system kernel which has a large attack surface, and kernel customization is generally not allowed. The IaaS platform supports secure shar- ing of cloud resources among mutually untrusted users, but does not provide sufficient flexibility and efficiency. Many powerful management primitives en- abled by the underlying virtualization platform are hidden from users, such as live virtual machine migration and consolidation. The main contribution of this dissertation is the proposal of an approach in- spired by the exokernel architecture that can be generalized to any multi-tenant system to improve security, flexibility, and efficiency.
    [Show full text]
  • Universidad Politécnica De Madrid Automated
    UNIVERSIDAD POLITECNICA´ DE MADRID ESCUELA TECNICA´ SUPERIOR DE INGENIEROS DE TELECOMUNICACION´ AUTOMATED WORDLENGTH OPTIMIZATION FRAMEWORK FOR MULTI-SOURCE STATISTICAL INTERVAL-BASED ANALYSIS OF NONLINEAR SYSTEMS WITH CONTROL-FLOW STRUCTURES Ph.D. THESIS Enrique Sedano Algarabel Ingeniero en Inform´atica M´asteren Investigaci´onen Inform´atica 2016 DEPARTAMENTO DE INGENIER´IA ELECTRONICA´ ESCUELA TECNICA´ SUPERIOR DE INGENIEROS DE TELECOMUNICACION´ UNIVERSIDAD POLITECNICA´ DE MADRID AUTOMATED WORDLENGTH OPTIMIZATION FRAMEWORK FOR MULTI-SOURCE STATISTICAL INTERVAL-BASED ANALYSIS OF NONLINEAR SYSTEMS WITH CONTROL-FLOW STRUCTURES Ph.D. THESIS Author: Enrique Sedano Algarabel Ingeniero en Inform´atica M´asteren Investigaci´onen Inform´atica Advisors: Juan Antonio L´opez Mart´ın Profesor Contratado Doctor del Dpto. de Ingenier´ıaElectr´onica Universidad Polit´ecnicade Madrid Carlos Carreras Vaquer Profesor Titular del Dpto. de Ingenier´ıaElectr´onica Universidad Polit´ecnicade Madrid 2016 PH.D. THESIS: Automated word-length optimization framework for multi-source statistical interval-based analysis of non-linear systems with control-flow structures AUTHOR: Enrique Sedano Algarabel ADVISORS: Juan Antonio L´opez Mart´ın Carlos Carreras Vaquer El tribunal nombrado para juzgar la Tesis arriba indicada, compuesto por los siguien- tes doctores: PRESIDENTE: VOCALES: SECRETARIO: acuerdan otorgarle la calificaci´onde: Madrid, a 7 de marzo de 2016 El Secretario del Tribunal To my family and friends, especially to my three girls. They were magi because they had a tremendous knowledge, so much indeed that quantity had finally been transmuted into quality, and they had come into a different relationship with the world than ordinary people. They worked in an Institute that was dedicated above all to the problems of human happiness and the meaning of human life, and even among them, not one knew exactly what was happiness and what precisely was the meaning of life.
    [Show full text]
  • Uptimes Mitgliederzeitschrift Der German Unix User Group
    Uptimes Mitgliederzeitschrift der German Unix User Group Ghostscript-Kung-Foo mit inkcov RFC 2822: Spaß mit E-Mail-Adressen Bilder-Ernte vom GUUG-Empfang 2013-2 UPTIMES SOMMER 2013 INHALTSVERZEICHNIS Inhaltsverzeichnis Liebe Mitglieder, liebe Leser! von Wolfgang Stief, Vorsitzender des Vorstands 3 Vereinsleben von Anika Kehrer 5 In Gedenken an Ulrich Gräf von Volker A. Brandt 7 PDF-Kung-Foo mit Ghostscript von Kurt Pfeifle 10 Wenn der Mini-GAU kommt von Stefan Schumacher 17 Shellskripte mit Aha-Effekt von Jürgen Plate 22 Geschichtsstunde III von Jürgen Plate 24 #ffg2013 von Corina Pahrmann 31 Bildernachlese GUUG-Empfang 2013 von Anika Kehrer 34 Himmel hilf! eine Schmähschrift von Snoopy 38 Hilfreiches für alle Beteiligten 43 Über die GUUG 45 Impressum 46 GUUG-Mitgliedsantrag 47 UPTIMES –MITGLIEDERZEITSCHRIFT DER GERMAN UNIX USER GROUP E.V. Seite 2 UPTIMES SOMMER 2013 LIEBE MITGLIEDER, LIEBE LESER! Liebe Mitglieder, liebe Leser! Hi. Grußwort vom Vorstand Wo? Nach dem FFG ist eine Verschnaufpause und ein Ein lustiger Mensch. zufriedener Rückblick erlaubt. Als Lektüre für die Sommerferien viel Spaß mit der neuen redaktionellen Uptimes! von Wolfgang Stief, Vorsitzender des Vorstands Diese Uptimes ist nicht die erste in diesem Jahr: davon auch nichts weiter zu berichten gibt. Ein Die erste Ausgabe 2013-1 blieb den Proceedings paar Details findet Ihr in dem Artikel „Aus MV zum Frühjahrsfachgespräch (FFG) in Frankfurt und Vorstand“ trotzdem in dieser Ausgabe. vorbehalten, die schon geraume Zeit unter [1] zum Was wir uns nicht haben nehmen lassen: den Download bereit steht. Weil die Proceedings – traditionellen GUUG-Empfang anlässlich des Li- noch – etwas anders produziert werden als die an- nuxTags in der Alten Pumpe.
    [Show full text]
  • Sailfish OS Hardware Adaptation Development Kit Documentation
    Sailfish OS Hardware Adaptation Development Kit Documentation Release 2.2.0.2 Jolla Ltd. Aug 21, 2018 CONTENTS 1 Overview 3 1.1 Goal.................................................3 1.2 Development.............................................3 1.3 Deployment.............................................4 2 Prerequisites 5 2.1 Mobile Device............................................5 2.2 Build Machine............................................5 3 Preparing Your Device 7 3.1 Backup and Verify Your Device...................................7 3.2 Flash and Test CyanogenMod....................................7 4 Setting up the SDKs 9 4.1 Setting up required environment variables..............................9 4.2 Setup the Platform SDK.......................................9 4.3 Setting up an Android Build Environment.............................. 10 5 Building the Android HAL 11 5.1 Checking out CyanogenMod Source................................. 11 5.2 Device repos............................................. 11 5.3 Configure Mountpoint Information................................. 12 5.4 Building Relevant Bits of CyanogenMod.............................. 13 5.5 Common Pitfalls........................................... 14 6 Setting up Scratchbox2 Target 15 7 Packaging Droid HAL 17 7.1 Creating Repositories for a New Device............................... 17 7.2 Packaging droid-hal-device ................................. 19 8 Creating the Sailfish OS Root Filesystem 21 8.1 Additional Packages for Hardware Adaptation..........................
    [Show full text]
  • Hybris: Robust Hybrid Cloud Storage Paolo Viotti, Dan Dobre, Marko Vukolić
    Hybris: Robust Hybrid Cloud Storage Paolo Viotti, Dan Dobre, Marko Vukolić To cite this version: Paolo Viotti, Dan Dobre, Marko Vukolić. Hybris: Robust Hybrid Cloud Storage. Transactions on Storage, Association for Computing Machinery, 2017, 13 (3), pp.1 - 32. 10.1145/3119896. hal- 01610463 HAL Id: hal-01610463 https://hal.inria.fr/hal-01610463 Submitted on 4 Oct 2017 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. A Hybris: Robust Hybrid Cloud Storage Paolo Viotti, Sorbonne Universites,´ UPMC, LIP6 1 Dan Dobre, work done at NEC Labs Europe Marko Vukolic´, IBM Research - Zurich Besides well-known benefits, commodity cloud storage also raises concerns that include security, reliability, and consistency. We present Hybris key-value store, the first robust hybrid cloud storage system, aiming at addressing these concerns leveraging both private and public cloud resources. Hybris robustly replicates metadata on trusted private premises (private cloud), separately from data which is dispersed (using replication or erasure coding) across multiple untrusted public clouds. Hybris maintains metadata stored on private premises at the order of few dozens of bytes per key, avoiding the scalability bottleneck at the private cloud.
    [Show full text]
  • Norbert Wiener—A Life in Cybernetics
    Norbert Wiener—A Life in Cybernetics Norbert Wiener—A Life in Cybernetics Ex-Prodigy: My Childhood and Youth and I Am a Mathematician: The Later Life of a Prodigy Norbert Wiener with a new foreword by Ronald R. Kline The MIT Press Cambridge, Massachusetts London, England © 2017 Norbert Wiener Foreword © 2017 Massachusetts Institute of Technology Ex-Prodigy copyright © 1953 by Norbert Wiener. First edition published 1953 by Si- mon and Schuster, Inc. First MIT Press Paperback Edition, August, 1964 I Am a Mathematician copyright © 1956 by Norbert Wiener. First MIT Press Paperback Edition, August 1, 1964. Published by agreement with Doubleday & Co., Inc. All rights reserved. No part of this book may be reproduced in any form by any electronic or mechanical means (including photocopying, recording, or information storage and retrieval) without permission in writing from the publisher. This book was set in ITC Stone Sans Std and ITC Stone Serif Std by Toppan Best-set Premedia Limited. Printed and bound in the United States of America. Library of Congress Cataloging-in-Publication Data Names: Wiener, Norbert, 1894-1964, author. | Kline, Ronald R., writer of foreword. | Container of (work): Wiener, Norbert, 1894-1964. Ex-prodigy. | Container of (work): Wiener, Norbert, 1894-1964. I am a mathematician. Title: Norbert Wiener--a life in cybernetics : Ex-prodigy : my childhood and youth, and I am a mathematician : the later life of a prodigy / Norbert Wiener ; with a new foreword by Ronald R. Kline. Description: Cambridge, MA : The MIT Press, 2018. | Includes bibliographical references and index. Identifiers: LCCN 2017042823 | ISBN 9780262535441 (pbk. : alk. paper) Subjects: LCSH: Wiener, Norbert, 1894-1964.
    [Show full text]
  • Administration Guide PUBLIC Document Version: 1.7 – 2017-09-29
    Administration Guide PUBLIC Document Version: 1.7 – 2017-09-29 Administration Guide - SAP Hybris Commerce, integration package for SAP for Retail 2.2 Content 1 Getting Started with the Integration Package.........................................5 2 Article Data Management....................................................... 10 2.1 What's New in Version 2.0.........................................................12 2.2 Configuration..................................................................12 2.3 Dependencies, Prerequisites, Boundaries..............................................14 2.4 Replication of Article Master Data from SAP Retail........................................17 Replicating the Classification Structure from SAP Retail.................................18 Replicating Single and Generic Articles from SAP Retail.................................22 Replicating Structured Articles from SAP Retail.......................................24 2.5 saparticle Data Hub Extension......................................................27 Contents of saparticle DH Extension: Single Articles................................... 29 Contents of saparticle DH Extension: Generic Articles.................................. 33 Contents of saparticle DH Extension: Structured Articles................................36 Contents of saparticle DH Extension: Characteristic Profiles and Variant-Creating Characteristics .........................................................................38 Article Replication Performance..................................................40
    [Show full text]
  • Sailfish OS How to Contribute? Who Am I?
    Sailfish OS How to contribute? Who am I? ● Marko “Sage” Saukko – Chief Engineer at Jolla and responsible of Hardware Adaptation team, ODM discussions, factory process, hardware adaptation architecture, ... – Worked for Jolla since March 2012 – Before Jolla worked with MeeGo project 2009- 2012. Part of team responsible of keeping the ARM port of MeeGo functional (Nokia N900 :)) Jolla & Sailfish OS ● Jolla Ltd. is Finnish technology company developing Sailfish OS ● In 2011 MeeGo was discontinued and the passionate team behind part of MeeGo wanted to continue that effort. Sailfish OS ● https://sailfishos.org/ ● Still very young operating system (~5 years) ● Mobile operating system based on Linux ● Lots of familiar open source components – rpm, systemd, dbus, wayland, pulseaudio, bluez, connman, ofono, … – Using wayland instead of X11 compared to many desktop Linux operating systems Some Sailfish OS milestones ● 2012 Announed Sailfish OS UI/SDK ● 2013 Jolla Phone with Sailfish OS 1.0 Beta ● 2014 Sailfish OS 1.0 and Hardware Adaptation Development Kit ● 2015 Sailfish OS 2.0 and Jolla Tablet ● 2016 Sailfish OS with Multi-SIM support ● 2016 Sailfish Community Device Program Where can I find Sailfish OS? ● Products using Sailfish OS – Jolla 1 – Jolla Tablet – Intex Aqua Fish – Jolla C – Turing Phone ● 40+ Community ports Sailfish OS some key things ● UI written in Qt and QML ● Mostly C/C++ in the middleware ● Android support, you can run android apps without any modifications ● Compatible with hardware running Android ● Multitasking, application covers can have functionality when apps are minimized ● Gestures based operations, less buttons to press ● Easier one handed use, e.g., pull menu Gestures ● https://sailfishos.org/wiki/User_Interface_Development ● Tap, Double tap, Edge swipe, pull menu, sub page, long-press, ..
    [Show full text]
  • Tech Trends 2019 Beyond the Digital Frontier EXPERIENCE & DIGITAL REALITY ANALYTICS & COGNITIVE CLOUD BLOCKCHAIN
    10TH ANNIVERSARY EDITION Tech Trends 2019 Beyond the digital frontier EXPERIENCE & DIGITAL REALITY ANALYTICS & COGNITIVE CLOUD BLOCKCHAIN Asset User Wireless Information Information Cloud intelligence engagement and mobility management automation revolution User Applied Real Capability Social engagement mobility Visualization analytics clouds computing User Enterprise Geospatial Big data Hyper-hybrid Gamification Social business empowerment mobility visualization goes to work cloud unleashed Gamification Social Finding goes to work reengineering Mobile only the face of by design (and beyond) your data Industrialized Digital Cognitive crowdsourcing Social engagement Wearables analytics Cloud activation orchestration Dimensional Ambient Amplified marketing computing intelligence API economy AR and VR Internet Industrialized Blockchain: go to work of Things analytics Democratized trust Machine Dark Everything- Blockchain: Mixed reality intelligence analytics as-a-service Trust economy Enterprise API Blockchain to Digital reality data sovereignty imperative blockchains Beyond Intelligent AI-fueled NoOps in a marketing interfaces organizations serverless world 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 Trending the trends: A decade of research Connectivity DevSecOps Risk of tomorrow and the cyber implications Exponential imperative technology No-collar Reengineering The new Risk watch list workforce technology core implications Exponentials IT unbounded Inevitable Risk watch list architecture implications Social impact of Right- Autonomic
    [Show full text]
  • Hybris Architecture and Technology Abstract
    hybris Architecture and Technology Abstract Changing customer behavior, rising competitive pressures, emerging techno- logies and globalization are all forcing organizations to rethink how they serve their customers and do business. Consequently they must adopt more flexible business models, add new sales channels and interact with customers in new ways – all of which increase the complexity and demands of managing busines- ses successfully1. In order to be able to handle this complexity while at the same time lowering costs, improving customer service and increasing sales, different departments and subsidiaries often start implementing ad-hoc disparate IT solutions. These provide no single view of customers, products, inventories or marketing information, which is scattered across organizations and systems. Missing data, insufficient collaboration, duplications and uncoordinated activities lead to inefficient marketing and revenue losses. The organization struggles to ma- nage their multiple business models, sales channels, customer interactions, transactions and processes. Additionally, their systems are often rigid, preven- ting customers from quickly delivering innovative features to gain competitive advantage. Due to the open and extensible architecture of the hybris Platform, customers are able to easily extend and customize the data model and the business logic to optimally fit their business requirements. Furthermore, using popular technology standards, hybris enables you to shorten project ramp up times and accelerate project implementations, as there is no need for extensive training of your IT teams. The hybris Multichannel Commerce Solution uses the hybris Platform to offer a single system for managing product content, commerce operations and channels. Thus helping retailers, manufacturers and others to create a unified and seamless cross-channel experience for their customers – from online, to in-store, to mobile and beyond.
    [Show full text]
  • Enhancing the Use of the Mobile Infrastructure in Cameroon the Case of Bayam Sellam
    Enhancing the Use of the Mobile Infrastructure in Cameroon The Case of Bayam Sellam PhD Thesis Dipl.-Inf. Paul Dayang 18.11.2013 Fachbereich Mathematik / Informatik Studiengang Informatik 1. Supervisor: Prof. Dr. Karl-Heinz R¨odiger 2. Supervisor: Prof. Dr. Frieder Nake Acknowledgements While completing this PhD Thesis, I have benefited from the love and support of many people in different ways, through advice, both technical and personal, encouragement and patience. Now, I would like to express my deep-felt gratitude to my parents and the following persons: Dan´e Djouwa Dayang, Gaywa Dague Dayang, H´el`ene-Laure Dayang, Andr´e Djonga, Christelle Dimegni Ndjouwa, Sidoine Ghomsi, Berthold Hoffmann, Kolyang, Mbere Kou´e, Victor Kou´e, Frieder Nake, Mich`ele-Laure Watat ´epse Nouga, Rose Ma¨ıtchie, Justin Man-Igri, Oscar Mourbare, Karl-Heinz R¨odiger, Rebecca Siafaka. i Abstract The expansion and the reliability of mobile technology in Sub-Sahara Africa - as well as elsewhere - opened up diverse opportunities. For instance, the access to learn- ing material, conduction of commercial activities, promotion of agricultural activities, enhancement of governmental transparency, support of healthcare practices, etc. To harness the existing mobile infrastructure, diverse users are looking for effective and efficient ways, for instance, the Bayam Sellam in Cameroon. Bayam Sellam refers to people engaged in trade between rural and urban markets. This work analyses the usage and development of information and communication tech- nology in Sub-Sahara Africa in general, and the mobile technology and its constraints in particular. An efficient use of the mobile technology depends on appropriate mobile services and applications.
    [Show full text]