Mobile Cloud Service im Einsatz

Größe: px
Ab Seite anzeigen:

Download "Mobile Cloud Service im Einsatz"

Transkript

1 Mobile Cloud Service im Einsatz Volker Linz Systemberater, Oracle

2 Kurzporträt Systemberater bei Oracle in Potsdam (>7 Jahre) Fusion Middleware: Mobile Cloud Development Tools Java Development & Betrieb: Java SE/EE ADF Aktivitäten Community matters... 2

3 Oracle Cloud Platform DATA MANAGEMENT APPLICATION DEVELOPMENT IT OPERATIONS MANAGEMENT INTEGRATION IDENTITY MANAGEMENT MOBILE CONTENT & PROCESS BUSINESS ANALYTICS 3

4 Oracle Cloud Platform: Mobile Services MOBILE Mobile Integration Internet of Things 4

5 Agenda MCS im Überblick Nutzen, Architektur, Integration Anwendungsszenarien Demo Wie setze ich MCS praktisch ein? Ausblick 5

6 Safe Harbor Statement The following 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. 6

7 MCS im Überblick - Nutzen, Architektur, Integration 7

8 Oracle MCS Analogie 8

9 Oracle Mobile Cloud Service Ermöglicht Design von mobile spezifischen APIs formen & exponieren von Services & APIs Vorgefertige Mobile Services Push Notifications Cloud Speicher (Storage) Daten Offline Synchronisation Analyse-Werkzeuge (Ermittlung der Einflüsse auf das Geschäft) Diagnose & Logging Integrierte Sicherheit 9

10 Nutzen von MCS Einfach bedienbar, kinderleicht, ergebnisorientierte Analyse 10

11 Mobile Backend Custom APIs Connectors Mobile Clients On-premise or Cloud Services Platform APIs 11

12 Mobile Backend Custom APIs Connectors Oracle Cloud REST APIs Cloud/Internet Mobile Application On-Premise Platform APIs Oracle Mobile Cloud Service

13 Beispiel: Mobile Enterprise Architektur User Mobile Security Suite Mobile Apps Secure: Mobile Security Suite Mobile Cloud Service Access: I&A Management Deploy: WebLogic Server Connect/Integrate: SOA Suite Oracle DB DMZ API Gateway On-Premise Fachanwendungen

14 Anwendungsszenarien 14

15 15

16 16

17 17

18 18

19 NY Metro Transport Authority Collision Accident Reporting System (CARS) Modernizing Oracle Forms Problem: Accidents on bridges and tunnel are recorded on paper at scene then typed into desktop system Requirements: Integrate to current Oracle Forms system without any change to backend. Run application in an offline mode. Scan driver license and integrate with other state and federal systems of record. Integrate with device camera and location services. MAF for cross platform client application, MCS for simplifying all mobile backend services offline, identity management, security, push notification, storage Partnered with Aura Player to integrate with Oracle Forms and provide REST interfaces Platform expanded to other use cases

20 Fix-It-Fast Inc. Ihre flotten Service-Techniker 20

21 Fix-It-Fast Inc. Mitarbeiterprofile Mobile App Developer I create the mobile applications that call backend services Mobile Program Manger I am responsible for the success of our mobilization strategy Service & Java Developers Enterprise Architect Mobile Developer Service & Java Developers I create the backend services that mobile applications call Mobile Program Manager Enterprise Architect I make sure we have a secure, scalable mobile solution.

22 Demo 22

23 Wie setze ich MCS praktisch ein? 23

24 Diagnostics Analytics Lifecycle Oracle MAF Utility Oracle Cloud Mobile Backend Custom APIs Connectors REST APIs Node Cloud/Internet Mobile Client SDKs JavaScript SDK Platform APIs Notifications User Services Storage Database Data Offline Oracle Mobile Cloud Service On-Premise

25 Allgemeine Überlegungen Organisation (Teamaufstellung, Kultur, Prozesse, Entwicklungsmethoden, IT Betriebskonzepte) Agilität des Geschäfts & Marktes = > Continous Delivery Architektur mobiler Geschäftsanwendungen als zukunftsorientierte, modulare Lösung, Bsp: Mobile Design Guidelines html Integration der Backends (Services, Schnittstellen & Daten) Anforderungen der Services (Custom API) im Mobile Backend -> Strukturierung der MBE s & Design der API s (fachlich & technisch) Sicherheit (Identity- und Access Management, Datenverschlüsselung) Verfügbarkeit, Zuverlässigkeit, Robustheit, Umgang mit Fehlern oder unerwarteten Änderungen (Resilience) => Umgang mit Netzwerklatenzen, Leistungsengpässen Performance & Kapazitäten (Netzwerk, Speicher, Batterie) von mobilen Geräten 25

26 Diagnostics Analytics Lifecycle Oracle MAF Utility Oracle Cloud Mobile Backend Custom APIs Connectors REST APIs Node Cloud/Internet Mobile Client SDKs JavaScript SDK Platform APIs Notifications User Services Storage Database Data Offline Oracle Mobile Cloud Service On-Premise

27 Design des Mobile Backend (MBE) oder mehrere Zugriff auf den MBE (sicherer Container) über REST API S API Ein MBE besitzt genau ein User Realm Wie viele MBE s brauche ich? REST API API It depends...: Berücksichtigung der Analyse- & Loggingmöglichkeiten Wiederverwendbarkeit von API s Wieviele Apps nutzen eine MBE? SDK Mobile Backend API API 27

28 Diagnostics Analytics Lifecycle Oracle MAF Utility Oracle Cloud Mobile Backend Custom APIs Connectors REST APIs Node Cloud/Internet Mobile Client SDKs JavaScript SDK Platform APIs Notifications User Services Storage Database Data Offline Oracle Mobile Cloud Service On-Premise

29 Design der REST APIs des Mobile Backend (MBE) REST API Design durch Mobile Developer definert Datenmodell für mobile App REST API Design flexibel gestalten => Unterstützung verschiedener Datenspeicherungsoptionen Allgemeine Praktik für PUT/POST Methoden das gleiche Objekt zurückzugeben das gesandt wurde inkl. aktualisierten oder neuen Daten vom Server REST Services werden per RAML definiert (Empfehlung: diese zu exportieren) 29 Oracle Confidential

30 Testen der REST API s des Mobile Backend RAML beschreibt den erstellen REST Service Statische Tests mit Beispiel Daten vom Design der API Dynamische Tests mit Mock-Up Daten Integrierter REST Services Tester -> Empfehlung Postman zu verwenden 30 Oracle Confidential

31 Diagnostics Analytics Lifecycle Oracle MAF Utility Oracle Cloud Mobile Backend Custom APIs Connectors REST APIs Node Cloud/Internet Mobile Client SDKs JavaScript SDK Platform APIs Notifications User Services Storage Database Data Offline Oracle Mobile Cloud Service On-Premise

32 Nutzung der Custom APIs von MCS Download des JavaScript Scaffold (ZIP File) JS läuft in NodeJS Container Implementierung der Business Logik in JS Nutzung eines externen JS Editor (browserbasierter JS Editor in zukünftiger Version) REST und SOAP Calls über Connector abwickeln (Vorteil: Nutzen der Security Policies) 32 Oracle Confidential

33 JavaScript Node Scaffold Resource Router function(req, res) { } Resource Router function(req, res) { } Resource Router function(req, res) { } Resource Router function(req, res) { } Request Response JavaScript Node Scaffold Resource Router function(req, res) { } Write log Interrogate the request Write log Call Connector or another Custom API 1. Get SDK 2. Define OptionsList 3. Define Handler 4. Make Call Write log Shape Response Write log Send Response Request Respons e

34 Diagnostics Analytics Lifecycle Oracle MAF Utility Oracle Cloud Mobile Backend Custom APIs Connectors REST APIs Node Cloud/Internet Mobile Client SDKs JavaScript SDK Platform APIs Notifications User Services Storage Database Data Offline Oracle Mobile Cloud Service On-Premise

35 Connectors Integration der Backend Services via REST & SOAP Services Definiere den Connector mit sinnvollen Query Parametern hinsichtlich Wiederverwendbarkeit Nutze Rules für Query Parameter in HTTP Methods & Attribute in HTTP Headers setzen Werte sind dynamisch in Custom Code anpassbar bzw. können fester Werte überschreiben Security Policies einsetzen 35

36 Security Policies im Überblick Policies sind für SOAP & REST Connector APIs verfügbar: Basic Auth SAML WS-Security 1.0 / 1.1 (nur für SOAP) Policies sind deklarativ, keine Codeanpassung Policy überschreibt (Properties), z.b. Certificates, Credentials und Konfiguration nutzt Oracle Web Services Manager Policies im Hintergrund Image courtesy of Stuart Miles at FreeDigitalPhotos.net

37 Diagnostics Analytics Lifecycle Oracle MAF Utility Oracle Cloud Mobile Backend Custom APIs Connectors REST APIs Node Cloud/Internet Mobile Client SDKs JavaScript SDK Platform APIs Notifications User Services Storage Database Data Offline Oracle Mobile Cloud Service On-Premise

38 Eingebaute APIs von MCS Notification (Push Server) User Management Storage Daten Offline Synchronisierung Database Connector weitere Cloud Connectoren zu ICS, PCS oder DOCS wird es zukünftig geben

39 Zusammenfassung - Oracle Mobile Cloud Service Making mobile simple MOBILE CLOUD SERVICE Engaging front-end experience Enterprise grade backend Systems of Record & Services A set of Cloud-based mobile services designed to make app development & integration quick, secure & easy to deploy. Oracle Confidential 39

40 Weitere Vorträge zu MCS auf der Konferenz Go Digital Native Extending Oracle ADF to Mobile and Cloud, Mi , 11 Uhr, Raum: Kopenhagen Integrating calls to Oracle MCS in Oracle MAF applications, Mi , 17 Uhr, Raum: Kopenhagen Oracle Mobile Cloud Service: Demo eines Anwendungsfalls, Do , 12 Uhr, Raum: Riga 40

41 Ausblick 41

42 Mobile Application Accelerator (MAX) simplifies Mobility Codeless Tools for the Business Analyst BROWSER BASED DEVELOPMENT..... NO CODING REQUIRED EASILY MAP TO BUSINESS SERVICES Switch to Demo PREVIEW APP IN LINE EDIT, TEST, AND PUBLISH FROM BROWSER 42

43 Identity Cloud Service - OOW 2015 News Enables Access by Anyone, from Anywhere, on Any Device Manage, Control, and Audit Access Across Cloud and On-Premises Easy to Integrate with New and Existing Apps and Identities

44 Fragen & Antworten

45 Treffen der deutschen ADF Community Zukunft von ADF in der Cloud warum wann + wo Dienstag, 17. November Raum Hongkong Neuigkeiten zu Oracle ADF erfahren Mit Product Managern und Experten sprechen Networking, Austausch und Mitgestalten Themenspots Alta UI Developer Cloud Service Mobile Cloud Service 45

46 DOAG ADF Vorträge, Workshops und ADF Community Event (I) Di Raum 9 K. Eigl In 45 Minuten zur Mobile App Prag 11 U. Gerkmann- REST in Peace mit Oracle - ORDS, Node.js, ADF, Java oder OSB Hongkong Bartels 11 N. Schöne Street Warrior: Mobile Sicherheit auf unseren Starssen Foyer Tokio 12 D. Mills Me, Myself and JavaScript Hongkong 13 M. Hammer Migrationserfahrung ADF 11g nach 12c Hongkong 14 T.Kleiber Bob the Builder: Build/Deploy von ADF Enterprise Anw. Hongkong 15 M. Hammer Mobile Application Framewor auf der Baustelle Hongkong 15 D. Müller Unternehmensweite Mobile Lösung aus der Cloud Prag 16 J. Krasemann Effiziente Modernisierung von Oracle-Anwendungen auf Alta UI Hongkong 16 F. Nimphius Mobile Developers - Erste Schritte in die Cloud Budapest 16 V. Linz Mobile Cloud Service im Einsatz Kopenhagen 17 C. Schwitalla (Moderator) Treffen der DOAG-ADF Community Hongkong Freitag, ganztägig M.Waedt Einfacher Start in die mobile Anwendungsentwicklung mit MAF 46

47 DOAG ADF Vorträge, Workshops und ADF Community Event (II) Mi Do Raum 9 G. Ronald Without a mobile strategy you don't have a strategy Kopenhagen 9 T. Hahn Feature Toggles/Branches in der agilen Softwareentwicklung Hongkong 9 M. Amende Kurzer Prozess: Mobile Computing im Kontext v. Geschäftsprozessen Foyer Tokyo 10 S. La Rocca MAF - start small and simple to extend Forms to mobile Kopenhagen 11 F. Nimphius Go Digital Native - Extending Oracle ADF to Mobile and Cloud Kopenhagen 12 P.-E. Schulte Mobiler denn je mit Oracle MAF und der Apple Watch Kopenhagen Workshop: ADF: Entwickeln Sie Ihre erste Anwendung Foyer Hongkong *) 15 L. Bors Real-Life Oracle MAF - Beyond the Dev Guide Kopenhagen 16 R. Becker Praxiserfahrung: Mobiler Shopping-Assistent mit Oracle MAF Kopenhagen 17 F. Nimphius Integrating calls to Oracle MCS in Oracle MAF applications Kopenhagen 12 C. N. Iancu Oracle MAF: A WebCenter & MAF based e-government Portal Kopenhagen 12 N. Schöne Oracles Mobile Cloud Service: Demo eines Anwendungsfalles Riga 12 L. Yordanov Wiederverwendbare UIs in einer Enterprise SOA m. Oracle ADF Hongkong 13 T. Veeders Die Siegessäulen Der Weg zur erfolgreichen ADF-Architektur Hongkong 15 L. Bors Oracle ALTA UI : Smashing UI for Web and Mobile Kiew 16 M. Fischer Umsetzung von Mobile Security Kopenhagen 16 P. Doschkinow DevOps mit dem Java Cloud und dem Developer Cloud Service Krakau *) DevZone, Ebene 1 47

48 DOAG 2016 DevCamp mit ADF Fitness Center wann + wo 23. und 24. Februar 2016 Kameha Grand Hotel Bonn was Internet of Things (IoT) Mobile ADF Development... wie Vorträge im Barcamp-Format Diskussionen Hands-On Sessions...

49 Engage Build Secure Operate Analyze Manage Integrate

50

+++ Bitte nutzen Sie die integrierte Audio-Funktion von WebEx (Menü Audio -> Integrated Voice Conference -> Start auswählen), um uns zu hören!!!.

+++ Bitte nutzen Sie die integrierte Audio-Funktion von WebEx (Menü Audio -> Integrated Voice Conference -> Start auswählen), um uns zu hören!!!. +++ Bitte nutzen Sie die integrierte Audio-Funktion von WebEx (Menü Audio -> Integrated Voice Conference -> Start auswählen), um uns zu hören!!!. +++ Oracle Mobile Cloud Service (MCS) MCS SDK & MAF MCS

Mehr

BPA Suite und SOA - vom fachlichen Prozessmodell zur Anwendung. Bernhard Fischer-Wasels Leitender Systemberater

BPA Suite und SOA - vom fachlichen Prozessmodell zur Anwendung. Bernhard Fischer-Wasels Leitender Systemberater BPA Suite und SOA - vom fachlichen Prozessmodell zur Anwendung Bernhard Fischer-Wasels Leitender Systemberater Safe Harbor Statement The following is intended to outline our general product direction.

Mehr

Business Process Management. Cloud und Mobile Computing. BPMday 2013 Köln, 13. November 2013. Enzo Favuzzi - Sales Manager WebCenter & BPM

Business Process Management. Cloud und Mobile Computing. BPMday 2013 Köln, 13. November 2013. Enzo Favuzzi - Sales Manager WebCenter & BPM Business Process Management von Cloud und Mobile Computing BPMday 2013 Köln, 13. November 2013 Enzo Favuzzi - Sales Manager WebCenter & BPM Safe Harbor Statement The

Mehr

Neues von Oracle Gut zu wissen

Neues von Oracle Gut zu wissen Neues von Oracle Gut zu wissen Lorenz Keller Manager Sales Consulting Server Technologies Customer Center Nord 12. Juni 2014 Safe Harbor Statement The following is intended to outline our general product

Mehr

Der Oracle Mobile Cloud Service

Der Oracle Mobile Cloud Service Der Oracle Mobile Cloud Service - Die Infrastruktur für Mobile Apps in der Cloud Jürgen Menge Sales Consultant Oracle Deutschland B.V. & Co KG Safe Harbor Statement The following is intended to outline

Mehr

Automatisierter Java EE Entwicklungs-Lifecycle mit WebLogic Server 12c. Robin Müller-Bady Systemberater, Oracle Deutschland

Automatisierter Java EE Entwicklungs-Lifecycle mit WebLogic Server 12c. Robin Müller-Bady Systemberater, Oracle Deutschland Automatisierter Java EE Entwicklungs-Lifecycle mit WebLogic Server 12c Robin Müller-Bady Systemberater, Oracle Deutschland The following is intended to outline our general product direction. It is intended

Mehr

Neues von Oracle Gut zu wissen...

Neues von Oracle Gut zu wissen... Neues von Oracle Gut zu wissen... Lorenz Keller Leiter Systemberatung - Server Technology Customer Center - Nord lorenz.keller@oracle.com The following is intended to outline our

Mehr

Demo Kino: Der Herr der Wolken Die Gefährten

Demo Kino: Der Herr der Wolken Die Gefährten Demo Kino: Der Herr der Wolken Die Gefährten Gemeinsame orchestriert: Database und Java Cloud Service Marcus Schröder Manuel Hoßfeld Oracle Deutschland B.V. & Co KG Copyright 2016, Oracle and/or its affiliates.

Mehr

<Insert Picture Here> Application Express: Stand der Dinge und Ausblick auf Version 5.0

<Insert Picture Here> Application Express: Stand der Dinge und Ausblick auf Version 5.0 Application Express: Stand der Dinge und Ausblick auf Version 5.0 Oliver Zandner ORACLE Deutschland B.V. & Co KG Was erwartet Sie in diesem Vortrag? 1. Was ist APEX? Wozu ist es gut?

Mehr

Forms auf Tablets. Vision oder Realität?

Forms auf Tablets. Vision oder Realität? Forms auf Tablets Vision oder Realität? Die handelnden Personen Jan-Peter Timmermann Entwickler seit 1985 (Informix) OCP Oracle Forms/Reports, PL/SQL Seit 2000 bei Unternehmen wie Opitz, Trivadis und PITSS

Mehr

WebLogic Server für Dummies

WebLogic Server für Dummies WebLogic Server für Dummies Robin Müller-Bady Sales Consultant, Oracle Deutschland Steffen Miller Principal Sales Consultant, Oracle Deutschland The following is intended to outline our general product

Mehr

+++ Bitte nutzen Sie die integrierte Audio-Funktion von WebEx (Menü Audio -> Integrated Voice Conference -> Start auswählen), um uns zu hören!!!.

+++ Bitte nutzen Sie die integrierte Audio-Funktion von WebEx (Menü Audio -> Integrated Voice Conference -> Start auswählen), um uns zu hören!!!. +++ Bitte nutzen Sie die integrierte Audio-Funktion von WebEx (Menü Audio -> Integrated Voice Conference -> Start auswählen), um uns zu hören!!!. +++ Grundkonzepte von Oracle ALTA UI & Umsetzungsbeispiele

Mehr

Oracle Bare Metal Cloud Service

Oracle Bare Metal Cloud Service Oracle Bare Metal Cloud Service Ein Überblick Marcus Schröder Master Principal Sales Consultant Business Unit Core & Cloud Technologies November, 2017 2 Safe Harbor Statement The following is intended

Mehr

Oracle Data Visualization. Demo-Kino

Oracle Data Visualization. Demo-Kino Oracle Data Visualization Demo-Kino 16. November 2016, DOAG 2016 Konferenz Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes

Mehr

Dr. Jens Hündling Manager Sales Consulting Oracle, Potsdam. DOAG SIG BPM Frankfurt, 27. September 2011

Dr. Jens Hündling Manager Sales Consulting Oracle, Potsdam. DOAG SIG BPM Frankfurt, 27. September 2011 Oracle Process Process Management: Strategie und Produktüberblick Dr. Jens Hündling Manager Sales Consulting Oracle, Potsdam DOAG SIG BPM Frankfurt, 27. September 2011 The

Mehr

SAFE HARBOR STATEMENT

SAFE HARBOR STATEMENT SAFE HARBOR STATEMENT The following 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

Mehr

Identity Propagation in Oracle Fusion Middleware

Identity Propagation in Oracle Fusion Middleware Identity Propagation in Oracle Fusion Middleware Klaus Scherbach Principle Sales Consultant BU Identity Management 1 The following is intended to outline our general product direction. It is intended for

Mehr

WebLogic Server im Zusammenspiel mit Real Application Cluster

WebLogic Server im Zusammenspiel mit Real Application Cluster WebLogic Server im Zusammenspiel mit Real Application Cluster Michael Bräuer Leitender Systemberater Sylvie Lübeck Leitende Systemberaterin ORACLE Deutschland B.V. & Co. KG The following is intended to

Mehr

Mobile in Minuten? Forms-Anwendungen auf mobilen Endgeräten

Mobile in Minuten? Forms-Anwendungen auf mobilen Endgeräten Mobile in Minuten? Forms-Anwendungen auf mobilen Endgeräten Zur Person Jürgen Menge Themenverantwortlicher der DOAG für Oracle Forms juergen.menge@der-it-macher.de www.der-it-macher.de Königsdorfer Str.

Mehr

W I L L K O M M E N Z U R D O A G

W I L L K O M M E N Z U R D O A G W I L L K O M M E N Z U R D O A G 2 0 1 5 MAF AUF DER BAUSTELLE PROJEKTBERICHT MAX BÖGL M a r c u s H a m m e r U N S E R P O R T F O L I O U N S E R E K N O W - H O W B A S I S U N S E R E P R O F E S

Mehr

Migra?on VMWare basierender Datenbanken auf Knopfdruck

Migra?on VMWare basierender Datenbanken auf Knopfdruck Migra?on VMWare basierender Datenbanken auf Knopfdruck Oracle Ravello Cloud Service Marcus Schröder Master Principal Sales Consultant Business Unit Core & Cloud Technologies Oracle Deutschland Copyright

Mehr

Sichere Testdaten mit Oracle Enterprise Manager

Sichere Testdaten mit Oracle Enterprise Manager Sichere Testdaten mit Oracle Enterprise Manager Ralf Durben, Oracle Deutschland - BU Database 16. März 2016 Copyright 2015, Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement The

Mehr

Modellierung der Business Architecture mit BPM 12c

Modellierung der Business Architecture mit BPM 12c Modellierung der Business Architecture mit BPM 12c Michael Stapf DOAG 2014 Oracle Deutschland B.V. & Co. KG 18. November 2014 Safe Harbor Statement The following is intended to outline our general product

Mehr

Informationen zur Oracle DB SE2

Informationen zur Oracle DB SE2 Informationen zur Oracle DB SE2 Dipl.-Inf. Karin Patenge Leitende Systemberaterin Stand der Bearbeitung: 23. September 2015 Copyright 2014 Oracle and/or its affiliates. All rights reserved. Safe Harbor

Mehr

<Insert Picture Here> 8. Business Intelligence & Data Warehouse Konferenz

<Insert Picture Here> 8. Business Intelligence & Data Warehouse Konferenz 1 The Safe Harbor The following 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

Mehr

Dr. Jens Hündling Senior Sales Consultant. DOAG Apps 2011 Berlin, 05. Mai 2011

Dr. Jens Hündling Senior Sales Consultant. DOAG Apps 2011 Berlin, 05. Mai 2011 Business Management: Grundlagen, Business Process Life Cycle, Überblick Oracle BPM Suite 11g Dr. Jens Hündling Senior Sales Consultant DOAG Apps 2011 Berlin, 05. Mai 2011

Mehr

<Insert Picture Here> Integration von MOS Patch Empfehlungen im Enterprise Manager

<Insert Picture Here> Integration von MOS Patch Empfehlungen im Enterprise Manager Integration von MOS Patch Empfehlungen im Enterprise Manager Martin Obst Senior Systemberater Oracle Deutschland B.V. & Co. KG martin.obst@oracle.com The following is intended to

Mehr

Oracle Database Cloud Service

Oracle Database Cloud Service 1 Oracle Database Cloud Service Gerd Schoen Senior Leitender Systemberater 2 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from

Mehr

MOBILE ENTERPRISE APPLICATION PLATFORM (MEAP)

MOBILE ENTERPRISE APPLICATION PLATFORM (MEAP) MOBILE ENTERPRISE APPLICATION PLATFORM (MEAP) Oliver Steinhauer Markus Urban.mobile PROFI Mobile Business Agenda MOBILE ENTERPRISE APPLICATION PLATFORM AGENDA 01 Mobile Enterprise Application Platform

Mehr

Disclaimer. Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Disclaimer. Copyright 2014, Oracle and/or its affiliates. All rights reserved. Disclaimer "THE FOLLOWING 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

Mehr

SAFE HARBOR STATEMENT

SAFE HARBOR STATEMENT SAFE HARBOR STATEMENT The following 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

Mehr

MOBILE ENTERPRISE APPLICATION PLATFORM (MEAP)

MOBILE ENTERPRISE APPLICATION PLATFORM (MEAP) MOBILE ENTERPRISE APPLICATION PLATFORM (MEAP) Oliver Steinhauer.mobile PROFI Mobile Business Agenda MOBILE ENTERPRISE APPLICATION PLATFORM AGENDA 01 Mobile Enterprise Application Platform 02 PROFI News

Mehr

Warum Gesetze nicht programmiert werden sollten. Peer Meinhardt CRM Lösungsvertrieb öffentliche Auftraggeber. <Insert Picture Here>

Warum Gesetze nicht programmiert werden sollten. Peer Meinhardt CRM Lösungsvertrieb öffentliche Auftraggeber. <Insert Picture Here> Warum Gesetze nicht programmiert werden sollten Peer Meinhardt CRM Lösungsvertrieb öffentliche Auftraggeber 1 Safe Harbor Statement The following is intended to outline our general

Mehr

BPEL und seine Kinder

BPEL und seine Kinder 1 BPEL und seine Kinder Marcel Amende Leitender Systemberater - Business Unit Middleware Oracle Deutschland B.V. & Co. KG The following is intended to outline our general product

Mehr

+++ Bitte nutzen Sie die integrierte Audio-Funktion von WebEx (Menü Audio -> Integrated Voice Conference -> Start auswählen), um uns zu hören!!!

+++ Bitte nutzen Sie die integrierte Audio-Funktion von WebEx (Menü Audio -> Integrated Voice Conference -> Start auswählen), um uns zu hören!!! +++ Bitte nutzen Sie die integrierte Audio-Funktion von WebEx (Menü Audio -> Integrated Voice Conference -> Start auswählen), um uns zu hören!!! +++ Identity Management für Cloud, Mobile und Michael Fischer

Mehr

Wer bin ich? Und wenn ja wo überall und wieviele

Wer bin ich? Und wenn ja wo überall und wieviele Wer bin ich? Und wenn ja wo überall und wieviele ORACLE Deutschland B.V. & Co. KG Security Principal Michael.Fischer@oracle.com Safe Harbor Statement The following is intended to outline our general product

Mehr

ITK-Trends 2010: Hardware and Software. Engineered to work together. Rolf Kersten EMEA Hardware Product Marketing, Oracle

ITK-Trends 2010: Hardware and Software. Engineered to work together. Rolf Kersten EMEA Hardware Product Marketing, Oracle ITK-Trends 2010: Hardware and Software. Engineered to work together. Rolf Kersten EMEA Hardware Product Marketing, Oracle SAFE HARBOR STATEMENT The following is intended to outline our general product

Mehr

REST API / JSON Use Case Scenarios

REST API / JSON Use Case Scenarios REST API / JSON Use Case Scenarios Oliver Draese, STSM Db2 for z/os Development IBM Silicon Valley Lab (odraese@us.ibm.com) Disclaimer Disclaimer IBM s statements regarding its plans, directions and intent

Mehr

Zuhause On-Premises und in der Cloud mit Identity Management

Zuhause On-Premises und in der Cloud mit Identity Management Zuhause On-Premises und in der Cloud mit Identity Management Larry Ellison: OOW2016 Security is job number one for Oracle. OOW2017 Security needs automation Michael Fischer ORACLE Deutschland B.V. & Co.

Mehr

1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. ileana.somesan@oracle.com

1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. ileana.somesan@oracle.com 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Oracle Datenbanken in der Oracle Public Cloud nutzen Ileana Someşan Systemberaterin ORACLE Deutschland The following is intended to

Mehr

Frühling für iphone-apps

Frühling für iphone-apps Spring-basierte Backends für ios-applikationen Stefan Scheidt Solution Architect OPITZ CONSULTING GmbH OPITZ CONSULTING GmbH 2010 Seite 1 Wer bin ich? Software-Entwickler und Architekt Trainer und Coach

Mehr

Wege zur Integration In und mit der Cloud. Wolfgang Schmidt Vorstand Cloud-EcoSystem. 2014 W.Schmidt, X-INTEGRATE

Wege zur Integration In und mit der Cloud. Wolfgang Schmidt Vorstand Cloud-EcoSystem. 2014 W.Schmidt, X-INTEGRATE Wege zur Integration In und mit der Cloud Wolfgang Schmidt Vorstand Cloud-EcoSystem Wie viele Cloud Integrationstechnologien braucht man? Antworten auf den 150+ Folien Quelle: Forrester Report: How Many

Mehr

Oracle ADF Mobile. Jürgen Menge Oracle Deutschland B.V. & Co. KG. Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Oracle ADF Mobile. Jürgen Menge Oracle Deutschland B.V. & Co. KG. Copyright 2012, Oracle and/or its affiliates. All rights reserved. Oracle ADF Mobile Jürgen Menge Oracle Deutschland B.V. & Co. KG 1 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

Mehr

2011 Oracle Corporation Customer Presentation Version 5.2.2/20110526

2011 Oracle Corporation Customer Presentation Version 5.2.2/20110526 1 Neues zur Lizensierung der Oracle Sun Storage Archive Manager Software und Oracle Sun QFS Software Dirk Nitschke Sales Consultant The following is intended to outline our general

Mehr

<Insert Picture Here> Projekte erfolgreich führen mit den richtigen Entscheidungen

<Insert Picture Here> Projekte erfolgreich führen mit den richtigen Entscheidungen Projekte erfolgreich führen mit den richtigen Entscheidungen Jürgen Stobinski Oracle Primavera Sales Consultant Agenda Vorstellung Entscheidungsgrundlage Entscheidungshilfsmittel

Mehr

MOBILE ON POWER MACHEN SIE IHRE ANWENDUNGEN MOBIL?!

MOBILE ON POWER MACHEN SIE IHRE ANWENDUNGEN MOBIL?! MOBILE ON POWER MACHEN SIE IHRE ANWENDUNGEN MOBIL?! Oliver Steinhauer Sascha Köhler.mobile PROFI Mobile Business Agenda MACHEN SIE IHRE ANWENDUNGEN MOBIL?! HERAUSFORDERUNG Prozesse und Anwendungen A B

Mehr

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into The following 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,

Mehr

Isabel Arnold CICS Technical Sales Germany Isabel.arnold@de.ibm.com. z/os Explorer. 2014 IBM Corporation

Isabel Arnold CICS Technical Sales Germany Isabel.arnold@de.ibm.com. z/os Explorer. 2014 IBM Corporation Isabel Arnold CICS Technical Sales Germany Isabel.arnold@de.ibm.com z/os Explorer Agenda Introduction and Background Why do you want z/os Explorer? What does z/os Explorer do? z/os Resource Management

Mehr

MULTI-CHANNEL APPLICATION DEVELOPMENT BEST PRACTICES

MULTI-CHANNEL APPLICATION DEVELOPMENT BEST PRACTICES MULTI-CHANNEL APPLICATION DEVELOPMENT BEST PRACTICES Andreas Koop Geschäftsführung & Consulting ÜBER MICH Andreas Koop Geschäftsführung & Consulting Beratung, Training Oracle Technologie ADF Certified

Mehr

Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 "THE FOLLOWING 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

Mehr

Nichttechnische Aspekte Hochverfügbarer Systeme

Nichttechnische Aspekte Hochverfügbarer Systeme Nichttechnische Aspekte Hochverfügbarer Systeme Kai Dupke Senior Product Manager SUSE Linux Enterprise kdupke@novell.com GUUG Frühjahrsfachgespräch 2011 Weimar Hochverfügbarkeit Basis für Geschäftsprozesse

Mehr

Oracle Public Cloud benutzen

Oracle Public Cloud benutzen Oracle Public Cloud benutzen 1. Service auswählen 2. Plan auswählen 3. Service konfigurieren 6. Benutzen & verwalten 5. Credentials erhalten 4. Request abschicken 1 Oracle Public Cloud Architektur Ge-Hosted,

Mehr

Street Warrior. Mobile Sicherheit auf unseren Straße

Street Warrior. Mobile Sicherheit auf unseren Straße Street Warrior. Mobile Sicherheit auf unseren Straße Dr. Nadine Schöne Systemberaterin, Oracle DOAG2015 17. November 2015 Copyright 2015 Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement

Mehr

23. Januar, Zürich-Oerlikon

23. Januar, Zürich-Oerlikon 23. Januar, Zürich-Oerlikon Apps und Business über die Cloud verbinden Martin Weber Senior Software Engineer / Principal Consultant Cloud Technologies Noser Engineering AG Noser Engineering Noser Engineering

Mehr

Mobile Backend in der

Mobile Backend in der Mobile Backend in der Cloud Azure Mobile Services / Websites / Active Directory / Kontext Auth Back-Office Mobile Users Push Data Website DevOps Social Networks Logic Others TFS online Windows Azure Mobile

Mehr

SODA. Die Datenbank als Document Store. Rainer Willems. Master Principal Sales Consultant Oracle Deutschland B.V. & Co. KG

SODA. Die Datenbank als Document Store. Rainer Willems. Master Principal Sales Consultant Oracle Deutschland B.V. & Co. KG SODA Die Datenbank als Document Store Rainer Willems Master Principal Sales Consultant Oracle Deutschland B.V. & Co. KG vs No Anforderungskonflikte Agile Entwicklung Häufige Schema-Änderungen Relationales

Mehr

LOG AND SECURITY INTELLIGENCE PLATFORM

LOG AND SECURITY INTELLIGENCE PLATFORM TIBCO LOGLOGIC LOG AND SECURITY INTELLIGENCE PLATFORM Security Information Management Logmanagement Data-Analytics Matthias Maier Solution Architect Central Europe, Eastern Europe, BeNeLux MMaier@Tibco.com

Mehr

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into The following 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,

Mehr

(Mobile) Geschäftsprozesse mit SharePoint & Co.

(Mobile) Geschäftsprozesse mit SharePoint & Co. (Mobile) Geschäftsprozesse mit SharePoint & Co. Lösungsansätze zur Digitalisierung von zessen Stefan von Niederhäusern CTO @Nexplore Informatik Ing. FH 20 Jahre IT Architekt & Beratung seit 1999 Office:

Mehr

Monty Möckel. Andreas Reisinger ÜBER UNS. Senior Technology Consultant IT Services Cloud & Datacenter

Monty Möckel. Andreas Reisinger ÜBER UNS. Senior Technology Consultant IT Services Cloud & Datacenter CLOUD SECURITY ÜBER UNS Monty Möckel Senior Technology Consultant IT Services Cloud & Datacenter Andreas Reisinger Senior Solution Engineer IT Services Cloud & Collaboration monty.moeckel@umb.ch andreas.reisinger@umb.ch

Mehr

MICROSOFT SHAREPOINT 2010 Microsoft s neue Wunderwaffe!? Eike Fiedrich. Herzlich Willkommen!

MICROSOFT SHAREPOINT 2010 Microsoft s neue Wunderwaffe!? Eike Fiedrich. Herzlich Willkommen! MICROSOFT SHAREPOINT 2010 Microsoft s neue Wunderwaffe!? Eike Fiedrich Herzlich Willkommen! Sharepoint 2010 Voraussetzung: 2 SharePoint 2010 Gesellschaft für Informatik Eike Fiedrich Bechtle GmbH Solingen

Mehr

ist WebLogic Server leicht gemacht WAS WAS Volker Linz Sales Consultant Michael Fuhr Principal Sales Consultant November, 2015

ist WebLogic Server leicht gemacht WAS WAS Volker Linz Sales Consultant Michael Fuhr Principal Sales Consultant November, 2015 WAS ist WAS WebLogic Server leicht gemacht Michael Fuhr Principal Sales Consultant Volker Linz Sales Consultant November, 2015 Safe Harbor Statement THE INFORMATION CONTAINED IN THIS DOCUMENT IS FOR INFORMATIONAL

Mehr

Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Oracle BPM mit Beschleuniger Sören Halter Principal Sales Consultant 2 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be

Mehr

DOAG Regionaltreffen Trier/Saarland/Luxemburg "Oracle Forms: Integration einer Formsanwendung in eine SOA-Architektur"

DOAG Regionaltreffen Trier/Saarland/Luxemburg Oracle Forms: Integration einer Formsanwendung in eine SOA-Architektur DOAG Regionaltreffen Trier/Saarland/Luxemburg 07.07.2009 "Oracle Forms: Integration einer Formsanwendung in eine SOA-Architektur" 1. Perspektiven für Oracle Forms Rainer Arnold (rarnold@wolf-consult.net)

Mehr

Integration mobiler Anwendungen in die Infrastruktur des Unternehmens

Integration mobiler Anwendungen in die Infrastruktur des Unternehmens Integration mobiler Anwendungen in die Infrastruktur des Unternehmens Detlef Müller Leitender Systemberater Business Unit Middleware ORACLE Deutschland B.V. & Co. KG The following is intended to outline

Mehr

Oracle Application Express 4.2.1

Oracle Application Express 4.2.1 Oracle Application Express 4.2.1 Mobile Web Applications und mehr Andreas Zack Server Technologies Competence Center Database Süd The following is intended to outline our general product direction. It

Mehr

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Copyright 2014, Oracle and/or its affiliates. All rights reserved. 1 Oracle Fusion Middleware Ordnung im Ganzen Matthias Weiss Direktor Mittelstand Technologie ORACLE Deutschland B.V. & Co. KG 2 Agenda Begriffe & Ordnung Fusion Middleware Wann, was, warum Beispiel für

Mehr

Ein- und Ansichten DOAG Regionaltreffen Bremen Oktober 2010

Ein- und Ansichten DOAG Regionaltreffen Bremen Oktober 2010 Ein- und Ansichten DOAG Regionaltreffen Bremen Oktober 2010 Ulrich Gerkmann-Bartels Senior Consultant Business Oracle Technologies ugb@team-pb.de Agenda Erwartungen und Anforderungen Ergebnisse und Erfahrungen

Mehr

Industrie 4.0 Predictive Maintenance. Kay Jeschke SAP Deutschland AG & Co. KG., Februar, 2014

Industrie 4.0 Predictive Maintenance. Kay Jeschke SAP Deutschland AG & Co. KG., Februar, 2014 Industrie 4.0 Predictive Maintenance Kay Jeschke SAP Deutschland AG & Co. KG., Februar, 2014 Anwendungsfälle Industrie 4.0 Digitales Objektgedächtnis Adaptive Logistik Responsive Manufacturing Intelligenter

Mehr

Public Cloud im eigenen Rechenzentrum

Public Cloud im eigenen Rechenzentrum Public Cloud im eigenen Rechenzentrum Matthias Weiss Direktor Mittelstand Technologie Oracle Deutschland B.V. & Co.KG Copyright 2016 Oracle and/or its affiliates. All rights reserved. Agenda Oracle Cloud

Mehr

Oracle Middleware ein Überblick. Thomas Telgheider Direktor Systemberatung

Oracle Middleware ein Überblick. Thomas Telgheider Direktor Systemberatung Oracle Middleware ein Überblick Thomas Telgheider Direktor Systemberatung 1 The following is intended to outline our general product direction. It is intended for information purposes only, and may not

Mehr

Flex Wizard. Die neue Art der FlexConnector-Entwicklung. Tobias Pelster HPE ArcSight

Flex Wizard. Die neue Art der FlexConnector-Entwicklung. Tobias Pelster HPE ArcSight Flex Wizard Die neue Art der FlexConnector-Entwicklung Tobias Pelster HPE ArcSight 03.11.2016 Forward Looking Statements Rolling roadmap up to three years and is subject to change without notice This document

Mehr

Cloud Services und Mobile Workstyle. Wolfgang Traunfellner, Country Manager Austria, Citrix Systems GmbH wolfgang.traunfellner@citrix.

Cloud Services und Mobile Workstyle. Wolfgang Traunfellner, Country Manager Austria, Citrix Systems GmbH wolfgang.traunfellner@citrix. Cloud Services und Mobile Workstyle Wolfgang Traunfellner, Country Manager Austria, Citrix Systems GmbH wolfgang.traunfellner@citrix.com Mobile Workstyles Den Menschen ermöglichen, wann, wo und wie sie

Mehr

Oracle Application Express 5.1

Oracle Application Express 5.1 Oracle Application Express 5.1 Universal Theme Marc Sewtz Senior Software Development Manager Oracle America, Inc. New York, NY Copyright 2016, Oracle and/or its affiliates. All rights reserved. Confidential

Mehr

Oracle SQL Developer Data Modeling

Oracle SQL Developer Data Modeling Oracle SQL Developer Data Modeling DOAG Regio Rhein-Neckar Oracle Deutschland GmbH The following is intended to outline our general product direction. It is intended for information

Mehr

Enterprise Manager 12c Release 4 New Features

Enterprise Manager 12c Release 4 New Features Enterprise Manager 12c Release 4 New Features 12.1.0.4 Lorenz Keller Leiter Systemberatung Server Technology Customer Center Nord Marcus Schröder Leitender Systemberater Business Unit Middleware DOAG Konferenz

Mehr

W I L L K O M M E N Z U R D O A G

W I L L K O M M E N Z U R D O A G W I L L K O M M E N Z U R D O A G 2 0 1 5 MIGRATIONSERFAHRUNG ADF 11g NACH 12c PROJEKTBERICHT HELSANA M a r c u s H a m m e r U N S E R P O R T F O L I O U N S E R E K N O W - H O W B A S I S U N S E R

Mehr

SAM - QFS Diskarchivierung - eine Diskussion

SAM - QFS Diskarchivierung - eine Diskussion SAM - QFS Diskarchivierung - eine Diskussion Rainer Hartwich Storage Consultant 5.SAM Nutzerkonferenz 27.05.2011 1 The following is intended to outline our general product direction. It is intended for

Mehr

Apollo Überblick. Klaus Kurz. Manager Business Development. 2007 Adobe Systems Incorporated. All Rights Reserved.

Apollo Überblick. Klaus Kurz. Manager Business Development. 2007 Adobe Systems Incorporated. All Rights Reserved. Apollo Überblick Klaus Kurz Manager Business Development 1 Was ist Apollo? Apollo ist der Codename für eine plattformunabhängige Laufzeitumgebung, entwickelt von Adobe, die es Entwicklern ermöglicht ihre

Mehr

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into The following 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,

Mehr

POWER BI DAS neue BI Tool von Microsoft!? Wolfgang Strasser twitter.com/wstrasser

POWER BI DAS neue BI Tool von Microsoft!? Wolfgang Strasser twitter.com/wstrasser POWER BI DAS neue BI Tool von Microsoft!? Wolfgang Strasser wolfgang.strasser@gmx.at twitter.com/wstrasser Danke. About me Wolfgang Strasser Consultant Software, Business Intelligence and DWH SQL Server,

Mehr

IDM: Identity Connector Framework (ICF) und SAP Connectors

IDM: Identity Connector Framework (ICF) und SAP Connectors überraschend mehr Möglichkeiten! IDM: Identity Connector Framework (ICF) und SAP Connectors Mohammad Esad-Djou, Solution Architect OPITZ CONSULTING 2016 Agenda 1 2 3 Oracle Identity Governance: Architektur

Mehr

WebCenter Spaces Mobile Applikation für Android & ios

WebCenter Spaces Mobile Applikation für Android & ios WebCenter Spaces Mobile Applikation für Android & ios Volker Linz Systemberater, FMW Oracle 1 Agenda Einführung Einbettung in einer Architektur Oracle Mobile Plattform Anwendungsarchitketur der WebCenter

Mehr

Raber+Märcker Techno Summit 2014 Microsoft Dynamics NAV 2013 R2 Überblick und Hintergründe zu aktuellen Version. Schimon.Mosessohn@microsoft.

Raber+Märcker Techno Summit 2014 Microsoft Dynamics NAV 2013 R2 Überblick und Hintergründe zu aktuellen Version. Schimon.Mosessohn@microsoft. Raber+Märcker Techno Summit 2014 Microsoft Dynamics NAV 2013 R2 Überblick und Hintergründe zu aktuellen Version Schimon.Mosessohn@microsoft.com Herzlich Willkommen 1996 2004 2010 2014 Navision 3.7 Microsoft

Mehr

Überblick über die Application Integration

Überblick über die Application Integration Überblick über die Application Integration Architecture 11g Michael Stapf Nürnberg, 17. November 2010 Server Technologies BU MWTech ORACLE Deutschland B.V. & Co. KG The following is intended to outline

Mehr

DOAG 2009 Copyright 2009, Oracle Corporation

DOAG 2009 Copyright 2009, Oracle Corporation Neue Human Workflow Features in Oracle SOA Suite 11g DOAG 2009 Konferenz + Ausstellung Vahit Tas Senior Principal Consultant Agenda Konzepte / Einsatzszenarien Komponenten Neue Features

Mehr

JONATHAN JONA WISLER WHD.global

JONATHAN JONA WISLER WHD.global JONATHAN WISLER JONATHAN WISLER WHD.global CLOUD IS THE FUTURE By 2014, the personal cloud will replace the personal computer at the center of users' digital lives Gartner CLOUD TYPES SaaS IaaS PaaS

Mehr

Softwareanforderungen für Microsoft Dynamics CRM Server 2015

Softwareanforderungen für Microsoft Dynamics CRM Server 2015 Softwareanforderungen für Microsoft Dynamics CRM Server 2015 https://technet.microsoft.com/de-de/library/hh699671.aspx Windows Server-Betriebssystem Microsoft Dynamics CRM Server 2015 kann nur auf Computern

Mehr

JavaFX im UI-Technologiedschungel

JavaFX im UI-Technologiedschungel JavaFX im UI-Technologiedschungel Guten Tag, Hallo, Servus! Björn Müller Seit 2007 SAP, AJAX, Swing, JavaFX CaptainCasa Community Swing für Unternehmensanwendungen Seit 2012: JavaFX für Unternehmensanwendungen

Mehr

APIs gemanaged und kontrolliert

APIs gemanaged und kontrolliert APIs gemanaged und kontrolliert Sören Halter Principal Sales Consultant 2015-11-19 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information

Mehr

JavaFX goes Open Source

JavaFX goes Open Source JavaFX goes Open Source Wolfgang Weigend Sen. Leitender Systemberater Java Technologie und Architektur 1 Copyright 2013, Oracle and/or its affiliates. All rights The following is intended to outline our

Mehr

Jörg Neumann Acando GmbH

Jörg Neumann Acando GmbH Jörg Neumann Acando GmbH Jörg Neumann Principal Consultant bei der Acando GmbH MVP Windows Platform Development Beratung, Training, Coaching Buchautor, Speaker Mail: Joerg.Neumann@Acando.com Blog: www.headwriteline.blogspot.com

Mehr

IBM System z für ISVs Case Study Mobile Business Apps: COMELEO by aformatik

IBM System z für ISVs Case Study Mobile Business Apps: COMELEO by aformatik IBM System z für ISVs Case Study Mobile Business Apps: COMELEO by aformatik Agenda: Case Study Mobile Business Apps Kurzvorstellung der Firma aformatik: Erfahrungen aus 10 Jahren App -Entwicklung IBM Worklight:

Mehr

SAP Integration leichtgemacht

SAP Integration leichtgemacht SAP Integration leichtgemacht Michael Stapf Nürnberg, 17. November 2010 Server Technologies BU MWTech ORACLE Deutschland B.V. & Co. KG The following is intended to outline our general product direction.

Mehr

Bedeutung von Compliance u. Riskmanagement für Unternehmen

Bedeutung von Compliance u. Riskmanagement für Unternehmen Bedeutung von Compliance u. Riskmanagement für Unternehmen Michael Junk IT-Security & Compliance Manager MJunk@novell.com Zertifiziert bei T.I.S.P / ITIL / CISA / ISO Compliance 2 Es geht also wieder mal

Mehr

IBM Demokratischere Haushalte, bessere Steuerung, fundierte Entscheidungen? Was leisten das neue kommunale Finanzwesen und Business Intelligence?

IBM Demokratischere Haushalte, bessere Steuerung, fundierte Entscheidungen? Was leisten das neue kommunale Finanzwesen und Business Intelligence? Das IBM Leistungsversprechen zum Führungsinformationssystems IBM Demokratischere Haushalte, bessere Steuerung, fundierte Entscheidungen? Was leisten das neue kommunale Finanzwesen und Business Intelligence?

Mehr

Advanced Windows Store App Development Using HTML5 and JavaScript

Advanced Windows Store App Development Using HTML5 and JavaScript Advanced Windows Store App Development Using HTML5 and JavaScript MOC 20482 In diesem Kurs erwerben Sie fortgeschrittene Programmierungskenntnisse und Techniken. Mit inbegriffen ist die Optimierung einer

Mehr

Markus BöhmB Account Technology Architect Microsoft Schweiz GmbH

Markus BöhmB Account Technology Architect Microsoft Schweiz GmbH Markus BöhmB Account Technology Architect Microsoft Schweiz GmbH What is a GEVER??? Office Strategy OXBA How we used SharePoint Geschäft Verwaltung Case Management Manage Dossiers Create and Manage Activities

Mehr

DAS IDENTITY MANAGEMENT DER ZUKUNFT

DAS IDENTITY MANAGEMENT DER ZUKUNFT DAS IDENTITY MANAGEMENT DER ZUKUNFT SICHERER UND EINFACHER ZUGRIFF FÜR JEDEN, VON ÜBERALL, ZU JEDER ANWENDUNG --- JÜRGEN SCHMITT --- Wie angreifbar sind wir? Möglichkeiten der Angreifer Zeit bis zur Entdeckung

Mehr