Een Portal voor APEX en Forms applicaties

Size: px
Start display at page:

Download "Een Portal voor APEX en Forms applicaties"

Transcription

1 Endinet Oracle Apps Een Portal voor APEX en Forms applicaties Spreker(s) : Datum : Jacob Beeuwkes & Mark Verhagen 9 april 2013 info@transfer-solutions.com 1

2 Endinet Oracle Apps Een Portal voor APEX en Forms applicaties Jacob Beeuwkes Mark Verhagen Transfer Solutions Transfer Solutions 2

3 Even voorstellen... Jacob Beeuwkes Mark Verhagen 3

4 Outline Mark Endinet Endinet & Oracle De uitdaging Jacob Oplossing: Endinet Oracle Apps Uitleg features Forms-APEX koppeling Nieuwe uitdagingen 4 4

5 Endinet 5

6 De Energiemarkt Liberalisering ( ) Splitsing: Leverancier - Netbeheerder Toezicht - Nederlandse Mededingings Autoriteit (NMA) Actueel: - Nieuw marktmodel - Centraal register - Slimme meters - 6 6

7 NRE Netbeheer GAS Netbeheer Elektriciteit Kabels en leidingen > meters > aansluitingen 7

8 Endinet & Oracle 8

9 Endinet & Oracle 1990: Oracle Database / Oracle Developer 2000: Designer / Headstart / CDM Ruleframe Business Rules in database lichte applicatie. Nieuwe functionaliteit bij voorkeur in APEX Omvang: - 7 Forms applicaties (3-120 modules) - 9 APEX applicaties (4-100 schermen) 9

10 Architectuur OTAP ontwikkelstraat Gebruiker Versies: Oracle Database 11g Apex Applicatieserver OAS 10g Webserver Apache/Tomcat tas1 tws

11 Oracle Applicaties Registers Klic Meldingen Fraude Beheer GEN BCM Bewakingscentrum Werkorder Registratie 11

12 Applicatie eigenschappen Generiek autorisatiemodel Bij elke applicatie aanmelden Elke applicatie eigen url Uniforme look-and-feel? Moeilijk te beheren 12

13 De Uitdaging 13

14 De Uitdaging Hoeveelheid applicatie windows Beheer url s Citrix portal (extern beheerd) Dubbele autorisatie (inloggen) Uniformiteit APEX applicaties Wat nu? 14

15 Endinet Oracle Apps De APEX oplossing 15

16 De inspiratie 16

17 Maar ook APEX zelf f?p=4000 f?p=4500 f?p=4800 f?p=

18 De oplossing Endinet Oracle Apps (OAP) 18

19 Architectuur Endinet Oracle Apps (OAP) is landingsapplicatie Inloggen in OAP toegang tot member applicaties KSR RIR OAP APEX Forms KSR RIR 19

20 Features (1/2) Centrale login Self-service: wachtwoord vergeten/wijzigen Applicaties met openbare pagina s 20 20

21 Features (2/2) Disabled applicaties OTAP aanduiding Onderhoudswindow Verder: Custom SSO APEX/Forms Toepassing autorisatie member applicaties 21 21

22 Uitleg features 22

23 Uitleg features 1. APEX authenticatie 2. APEX autorisatie 3. Iconenlijst APEX / Forms applicaties 4. Templates / lay-out 5. APEX-Forms koppeling 23 23

24 APEX authenticatie Wat? Toegang tot alle member applicaties via login pagina landingsapplicatie Authenticatie op basis van database users 24 24

25 APEX authenticatie Benodigd: Alle applicaties in dezelfde Workspace 1 landingsapplicatie n member applicaties DB user-authenticatie in APEX Zelfde cookie name in alle applicaties (Shared components > Authentication schemes > Edit) Oorspr. idee: apps2fusion.com Naslag: Oracle APEX Best Practices 25 25

26 APEX Session Cookie Wordt aangemaakt bij inloggen Session Cookie + Session record bepalen integriteit van sessie Worden gecontroleerd bij elk page request Cookie blijft bestaan zolang APEX sessie geldig is en browser geopend blijft 1 actieve APEX sessie per browser sessie Navigatie tussen applicaties &APP_SESSION. meenemen in url 26 26

27 Centrale login afdwingen (1/2) Bij inlogpoging member applicatie redirect naar landingsapplicatie PL/SQL proces On Load Before Header Login pagina van member applicatie bijna leeg PROCEDURE FORCE_CENTRAL_LOGIN IS l_redirect_url VARCHAR2(1000) := 'f?p=oap:login'; BEGIN htp.init(); owa_util.redirect_url(l_redirect_url); apex_application.stop_apex_engine; END; --OAP is alias of central login application --- Redirect to central login page --- Stop APEX engine processing 27 27

28 Centrale login afdwingen (2/2) Alternatief APEX 4.2 Login URL Opgeven in elke member applicatie Login pagina member applicatie niet meer nodig (Shared Components > User Interface Attributes) 28 28

29 Logout in member applicaties Logout moet redirect naar OAP zijn Post-Logout URL (Shared Components > Authentication schemes > Edit) Navigation Bar Entry target URL (Shared Components > Navigation Bar) 29 29

30 Uitleg features 1. APEX authenticatie 2. APEX autorisatie 3. Iconenlijst APEX / Forms applicaties 4. Templates / lay-out 5. APEX-Forms koppeling 30 30

31 Autorisatie in member applicaties Wat? Generieke controle op rechten voor alle pagina s Benodigd: View (users, rollen, applicaties, pagina s) Boolean functie Authorization scheme in APEX Toepassing Application authorization in APEX 31 31

32 Autorisatie uitlezen Matrix op basis van tabellen Rol - pagina voor applicatie KSR Pagina 1 Pagina 2 Pagina 3 KSR_OPDRACHTEN x KSR_BEHEER x x x KSR_FRAUDE x KSR_CENTRALIST x Gebruiker - rol KSR_OPDRACHTEN KSR_BEHEER KSR_FRAUDE KSR_CENTRALIST MVERHA x JBEEUW x x x RLEEND x PCOOLE x x 32 32

33 Authorization scheme Authorization scheme: HAS_PAGE_ACCESS (Shared components > Authorization schemes > Edit) 33 33

34 Application authorization instellen Autorisatie gecontroleerd bij elke page view Invullen security attributes op elke pagina niet meer nodig (Shared components > Security attributes) 34 34

35 Details oplossingen 1. APEX authenticatie 2. APEX autorisatie 3. Iconenlijst APEX / Forms applicaties 4. Templates / lay-out 5. APEX-Forms koppeling 35 35

36 Iconenlijst Wat? Overzicht met iconen APEX en Forms applicaties Sommige APEX applicaties hebben openbare pagina s 36

37 Iconenlijst Benodigd: View op tabel APPLICATIES List template: Horizontal Images with Label List Dynamic list regions (query) APEX-applicaties op Global page (P0) Forms-applicaties op P1 37

38 URL s APEX f?p=wrs:home:&app_session. Forms al&otherparams=apex_session=

39 Uitgrijzen applicaties Applicaties zonder rechten / in onderhoud krijgen class.greyed_out URL is: #disabled_link Dynamic Action on page load visueel effect 39 39

40 Details oplossingen 1. APEX authenticatie 2. APEX autorisatie 3. Iconenlijst APEX / Forms applicaties applicaties 4. Templates / lay-out 5. APEX-Forms koppeling 40 40

41 Templates / lay-out Wat? Uniforme lay-out alle applicaties Dynamische image paths OTAP Eén plek voor onderhoud 41 41

42 Subscription in APEX Master Hergebruik binnen Workspace OAP is Master applicatie Member apps hebben subscribed componenten Diverse componenten kunnen subscribed zijn: LOV s Authorization schemes Templates! Publish / Refresh Maak Quickstart applicatie Subscr. 1 Subscr. 2 Subscr. n 42 42

43 Templates / lay-out Benodigd: 1 Master applicatie & subscribed members Application Items (image paths) Subscribed page template: verwijzingen naar: APEX theme css/js OAP css/js Member applicatie css/js (Page template header) Tip: syntax highlighting / shortcuts: APEX Developer Addon (Peter Raganitsch) 43 43

44 Session state Application Items Nieuw in APEX 4.2: Global Item Session state beschikbaar voor alle applicaties met zelfde cookie Item alleen declareren in OAP, hergebruiken in member applicaties (Shared Components > Application Items) 44 44

45 OTAP aanduiding Subscribed Page template (body) Application process (on new instance) 45 45

46 Details oplossingen 1. APEX authenticatie 2. APEX autorisatie 3. Iconenlijst APEX / Forms applicaties 4. Templates / lay-out 5. APEX-Forms koppeling 46 46

47 APEX-Forms koppeling Wat? Navigatie vanuit APEX naar Forms Niet opnieuw inloggen 47 47

48 Aanroepen Forms Benodigd: APEX: URL met session in query Dynamic Action insert in SCRATCH tabel User en hashed wachtwoord APEX session id Forms opent met standaard user Check entry in SCRATCH tabel Re-connect forms sessie met sessie / user en unhashed password uit SCRATCH tabel 48

49 APEX Forms 49

50 Nieuwe uitdagingen 50

51 Nieuwe uitdagingen Oracle Access Manager integratie Ondersteuning meerdere DB Load balancing applicatieservers Sidebar menu met applicaties Meer gedetailleerde autorisatie (regions, items) 51

52 Conclusies 52

53 Behaalde resultaat Eenmaal inloggen Toegang tot APEX en Forms applicaties URL s in eigen beheer Uniforme APEX user-interface 53 53

54 Take home messages Endinet Oracle Apps heeft ons leven en dat van eindgebruiker makkelijker gemaakt Gebruik Session Cookie Attribute Gebruik subscribe/publish mogelijkheden APEX Doe hier je voordeel mee! 54 54

55 Referenties Jacob / Mark (jbeeuwkes@transfer-solutions.com) (mverhagen@transfer-solutions.com) Welkom op onze stand! Verder: ER_ADDON Boek: APEX Best Practices 55 55

56 V r a g e n A n t w o o r d e n CONSULTING MANAGED SERVICES EDUCATION

Uw partner in system management oplossingen

Uw partner in system management oplossingen Uw partner in system management oplossingen User Centric IT Bring your Own - Corporate Owned Onderzoek Forrester Welke applicatie gebruik je het meest op mobiele devices? Email 76% SMS 67% IM / Chat 48%

More information

OutSystems on Oracle

OutSystems on Oracle OutSystems on Oracle Spreker(s) : Datum : E-mail : Marieke Gijsberts, Martijn Habraken, Martin Westra 12-05-2015 info@transfer-solutions.com WWW.TRANSFER-SOLUTIONS.COM OUTSYSTEMS ON ORACLE Agenda Intro

More information

Maximizer Synergy. info@adafi.be BE 0415.642.030. Houwaartstraat 200/1 BE 3270 Scherpenheuvel. Tel: +32 495 300612 Fax: +32 13 777372

Maximizer Synergy. info@adafi.be BE 0415.642.030. Houwaartstraat 200/1 BE 3270 Scherpenheuvel. Tel: +32 495 300612 Fax: +32 13 777372 Maximizer Synergy Adafi Software is een samenwerking gestart met Advoco Solutions, een Maximizer Business Partner uit Groot Brittannië. Advoco Solutions heeft een technologie ontwikkeld, genaamd Synergy,

More information

OGH: : 11g in de praktijk

OGH: : 11g in de praktijk OGH: : 11g in de praktijk Real Application Testing SPREKER : E-MAIL : PATRICK MUNNE PMUNNE@TRANSFER-SOLUTIONS.COM DATUM : 14-09-2010 WWW.TRANSFER-SOLUTIONS.COM Real Application Testing Uitleg Real Application

More information

IP-NBM. Copyright Capgemini 2012. All Rights Reserved

IP-NBM. Copyright Capgemini 2012. All Rights Reserved IP-NBM 1 De bescheidenheid van een schaker 2 Maar wat betekent dat nu 3 De drie elementen richting onsterfelijkheid Genomics Artifical Intelligence (nano)robotics 4 De impact van automatisering en robotisering

More information

QAFE. Oracle Gebruikersclub Holland Rokesh Jankie Qualogy. Friday, April 16, 2010

QAFE. Oracle Gebruikersclub Holland Rokesh Jankie Qualogy. Friday, April 16, 2010 QAFE Oracle Gebruikersclub Holland Rokesh Jankie Qualogy 1 Agenda 2 2 Agenda Aanleiding Productivity Boosters Vereisten Oracle Forms Oplossing Roadmap Resultaat Samenvatting 2 2 Waarom QAFE? 3 3 Waarom

More information

Windows Azure Push Notifications

Windows Azure Push Notifications Windows Azure Push Notifications Edwin van Wijk Marco Kuiper #WAZUGPUSH Push Notifications Uitdagingen Oplossingen Windows Azure Demo Windows Azure Push Notifications 2 Introductie Edwin van Wijk edwinw@infosupport.com

More information

Special Interest Group Oracle WebCenter

Special Interest Group Oracle WebCenter Special Interest Group Oracle WebCenter Eric Bos Oracle ECM Consultant 28 Oktober 2013 1 Oracle WebCenter Capture 1. Webcenter Capture vs OFR (Perceptive IDC) 2. WebCenter Capture 3. Workspaces en andere

More information

Wat is nieuw in JD Edwards?

Wat is nieuw in JD Edwards? Wat is nieuw in JD Edwards? 1 Terug in de tijd Wat gebeurde er in februari 2005? 4 JD Edwards Product Roadmap 2005 5 JD Edwards Product Roadmap 2014 6 7 8 16 Hoe Cloudy is JD Edwards? Is het licentiemodel

More information

Streaming Smackdown 2009. Ruben Spruijt

Streaming Smackdown 2009. Ruben Spruijt Streaming Smackdown 2009 Ruben Spruijt Opbouw Advanced ICT Infrastructuur: Eenvoud in ICT Application and Desktop delivery solutions overview Application Virtualization Smackdown: Citrix, Microsoft en

More information

Market Intelligence & Research Services. CRM Trends Overview. MarketCap International BV Januari 2011

Market Intelligence & Research Services. CRM Trends Overview. MarketCap International BV Januari 2011 Market Intelligence & Research Services CRM Trends Overview MarketCap International BV Januari 2011 Index 1. CRM Trends generiek 2. CRM & IT 3. CRM in Nederland 2011 2 Index 1. CRM Trends generiek 2. CRM

More information

CO-BRANDING RICHTLIJNEN

CO-BRANDING RICHTLIJNEN A minimum margin surrounding the logo keeps CO-BRANDING RICHTLIJNEN 22 Last mei revised, 2013 30 April 2013 The preferred version of the co-branding logo is white on a Magenta background. Depending on

More information

Copyright 2015 VMdamentals.com. All rights reserved.

Copyright 2015 VMdamentals.com. All rights reserved. Copyright 2015. All rights reserved. Copyright 2015. All rights reserved. The S oftware Erik Zandboer Advisory vspecialist EMC 2 Europe West D efined D ata C enter Copyright 2015. All rights reserved.

More information

IBM Storwize V7000. IBM Systems Storage. Enterprise functionaliteit voor Midrange prijs. Produkt Manager Disk Storage voor IBM IMT-Benelux

IBM Storwize V7000. IBM Systems Storage. Enterprise functionaliteit voor Midrange prijs. Produkt Manager Disk Storage voor IBM IMT-Benelux IBM Systems Storage IBM Storwize V7000 Enterprise functionaliteit voor Midrange prijs Emile Knebel Produkt Manager Disk Storage voor IBM IMT-Benelux 2010 IBM Corporation Agenda: Storage Market NL Klantproblemen

More information

SURFnet Dashboard. Concept, Impressions and ideas. rene.scheffer@stroomt.com. High quality internet for higher Education and Research

SURFnet Dashboard. Concept, Impressions and ideas. rene.scheffer@stroomt.com. High quality internet for higher Education and Research 1 SURFnet Concept, Impressions and ideas rene.scheffer@stroomt.com High quality internet for higher Education and Research 2 SURFnet Value Added Services Definition VAS is a collection of tools, knowledge

More information

TIA Portal Innovations 2015. Remote access

TIA Portal Innovations 2015. Remote access TIA Portal Innovations 2015 Remote access Wat is het verschil tussen telecontrol en teleservice? Page 2 Remote Access Telecontrol Proces variabelen centraal verzamelen Permanente verbinding of event driven

More information

Succevolle testautomatisering? Geen kwestie van geluk maar van wijsheid!

Succevolle testautomatisering? Geen kwestie van geluk maar van wijsheid! Succevolle testautomatisering? Geen kwestie van geluk maar van wijsheid! TestNet Voorjaarsevent 2013 Ruud Teunissen Polteq Testautomatisering Testautomatisering is het gebruik van speciale software (naast

More information

Information technology specialist (systems integration) Informatietechnologie specialist (systeemintegratie) Professional activities/tasks

Information technology specialist (systems integration) Informatietechnologie specialist (systeemintegratie) Professional activities/tasks Information technology specialist (systems integration) Informatietechnologie specialist (systeemintegratie) Professional activities/tasks Design and produce complex ICT systems by integrating hardware

More information

Relationele Databases 2002/2003

Relationele Databases 2002/2003 1 Relationele Databases 2002/2003 Hoorcollege 5 22 mei 2003 Jaap Kamps & Maarten de Rijke April Juli 2003 Plan voor Vandaag Praktische dingen 3.8, 3.9, 3.10, 4.1, 4.4 en 4.5 SQL Aantekeningen 3 Meer Queries.

More information

GMP-Z Annex 15: Kwalificatie en validatie

GMP-Z Annex 15: Kwalificatie en validatie -Z Annex 15: Kwalificatie en validatie item Gewijzigd richtsnoer -Z Toelichting Principle 1. This Annex describes the principles of qualification and validation which are applicable to the manufacture

More information

F5 NETWORKS Good, Better & Best. Patrick Heirwegh Channel Manager p.heirwegh@f5.com +32 468 18 51 19

F5 NETWORKS Good, Better & Best. Patrick Heirwegh Channel Manager p.heirwegh@f5.com +32 468 18 51 19 F5 NETWORKS Good, Better & Best Patrick Heirwegh Channel Manager p.heirwegh@f5.com +32 468 18 51 19 The F5 Advantage Security Enterprise Users $ Customers Attacker ICSA Certified ACL s DoS Mitigation IP

More information

Ontwikkeling van applicatie software: het nieuwe alternatief!

Ontwikkeling van applicatie software: het nieuwe alternatief! Ontwikkeling van applicatie software: het nieuwe alternatief! Jan Jacobs, Bosch Rexroth / Jan Benders, HAN automotive 1 08/10/2013 Jan Benders HAN Automotive. All Bosch rights Rexroth reserved, AG also

More information

APEX World 2013 APEX & Christian Rokitta. OGh APEX World 9 April 2013

APEX World 2013 APEX & Christian Rokitta. OGh APEX World 9 April 2013 APEX World 2013 APEX & Christian Rokitta OGh APEX World 9 April 2013 Samenwerkingsverband van zelfstandige APEX professionals smart4apex.nl 75 APEX sessions in 4 days + Symposium day with Oracle Dev Team

More information

password, just as if you were accessing the SharePoint environment with a browser. This prompting is also handled via Windows.

password, just as if you were accessing the SharePoint environment with a browser. This prompting is also handled via Windows. FAQ s I. Product Overview 1. What is Microsoft SharePoint? Microsoft SharePoint is a business collaboration platform that enables teams to connect through formal and informal business communities and to

More information

Load Balancing Lync 2013. Jaap Wesselius

Load Balancing Lync 2013. Jaap Wesselius Load Balancing Lync 2013 Jaap Wesselius Agenda Introductie Interne Load Balancing Externe Load Balancing Reverse Proxy Samenvatting & Best Practices Introductie Load Balancing Lync 2013 Waarom Load Balancing?

More information

Practical Data Management for Engineers

Practical Data Management for Engineers Image courtesy of Dynamic Structures Ltd. Practical Data Management for Engineers Lieven Grauls Manufacturing Technical Manager Northern Europe Agenda Autodesk Data Management Autodesk Vault Family Managing

More information

Architectuur hulpmiddelen TechnoVision & CORA. Maarten Engels Nieuwegein, 9 februari 2012

Architectuur hulpmiddelen TechnoVision & CORA. Maarten Engels Nieuwegein, 9 februari 2012 Architectuur hulpmiddelen TechnoVision & CORA Maarten Engels Nieuwegein, 9 februari 2012 AGENDA Hulpmiddel 1: TechnoVision Hulpmiddel 2: Common Reference Architecture Q&A Hulpmiddel 1: TechnoVision 4

More information

IT-waardeketen management op basis van eeuwenoude supply chain kennis

IT-waardeketen management op basis van eeuwenoude supply chain kennis IT-waardeketen management op basis van eeuwenoude supply chain kennis Hans van Aken / November 28, 2012 Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject

More information

Risk-Based Monitoring

Risk-Based Monitoring Risk-Based Monitoring Evolutions in monitoring approaches Voorkomen is beter dan genezen! Roelf Zondag 1 wat is Risk-Based Monitoring? en waarom doen we het? en doen we het al? en wat is lastig hieraan?

More information

Operational Performance Management - The next step

Operational Performance Management - The next step Operational Performance Management - The next step Measuring, analyzing and improving business processes - finally easy for SAP run businesses. Richard den Ouden Director Every Angle Software Solutions

More information

Twee remedies tegen systeemuitval en datacorruptie [RAC en Data Guard]

Twee remedies tegen systeemuitval en datacorruptie [RAC en Data Guard] Twee remedies tegen systeemuitval en datacorruptie [RAC en Data Guard] SPREKER : E-MAIL : DATUM : Jos van den Oord Jos.van.den.Oord@transfer-solutions.com 14 oktober 2010 WWW.TRANSFER-SOLUTIONS.COM Inleiding:

More information

Table of contents. 2. Technical details... 7 2.1. Protocols used... 7 2.2. Messaging security... 7 2.3. Encoding... 7 2.4. Input and output...

Table of contents. 2. Technical details... 7 2.1. Protocols used... 7 2.2. Messaging security... 7 2.3. Encoding... 7 2.4. Input and output... Table of contents Revision history... 3 Introduction... 4 1. Environments... 5 1.1. Test/ acceptance environment... 5 1.2. Production environment... 5 1.3. Methods... 5 1.3.1. DataRequest... 5 1.3.2. StandardDataRequest...

More information

Pitches Datamanagement:

Pitches Datamanagement: Pitches Datamanagement: 1. Thermo Fisher Scientific 2. STARLIMS Netherlands 3. Siemens Industry Software 4. LabWare Limited 5. LabVantage Solutions 6. Da Vinci Laboratory Solutions 7. Asystance 8. ivention

More information

Welkom bij Axle-IT au Château! Welkom op kasteel Hooge Vuursche!

Welkom bij Axle-IT au Château! Welkom op kasteel Hooge Vuursche! Welkom bij Axle-IT au Château! Welkom op kasteel Hooge Vuursche! Programma Welkom (Marius Albracht) IT ontwikkelingen en Axle-IT MSP Services (Marius Albracht & Frank Wils) Shavlik (Barry Kew) Nexthink

More information

Migrate your Discover Reports to Oracle APEX

Migrate your Discover Reports to Oracle APEX Migrate your Discover Reports to Oracle APEX Session ID#: 10305 Thu 4/16/2015, 9:45-10:45, South Seas I Prepared by: John Peters Independent Consultant JRPJR, Inc john.peters@jrpjr.com Revision 3.1 REMINDER

More information

How To Understand Security Terms In A Microsoft Powerbook (Windows) (Windows 2) (Powerbook) (For A Powerbook) And (Windows 3) (Program) (Permanent) (Netware) (Unwin) (

How To Understand Security Terms In A Microsoft Powerbook (Windows) (Windows 2) (Powerbook) (For A Powerbook) And (Windows 3) (Program) (Permanent) (Netware) (Unwin) ( Wat is nu eigenlijk: "Windows Update" en "WSUS" Van Hecke Vincent Microsoft Patch Management Van Hecke Vincent Topics Terminologie Hoe Microsoft zijn software fixed. Overzicht technologiën en producten:

More information

Visie op Hosted Services: Cloud Computing. Michel N guettia Business Lead Server

Visie op Hosted Services: Cloud Computing. Michel N guettia Business Lead Server Visie op Hosted Services: Cloud Computing Michel N guettia Business Lead Server Agenda De Strategie Microsoft Cloud Partner Opportunity Ondertussen, de 5e Generatie Computing Cloud SOA Web Client-Server

More information

The state of DIY. Mix Express DIY event Maarssen 14 mei 2014

The state of DIY. Mix Express DIY event Maarssen 14 mei 2014 The state of DIY!! Mix Express DIY event Maarssen 14 mei 2014 Inleiding Mix press DIY sessie Maarssen 14 mei 2014 Deze presentatie is gemaakt voor het Mix DIY congres en gebaseerd op onze analyse van de

More information

Specification by Example (methoden, technieken en tools) Remco Snelders Product owner & Business analyst

Specification by Example (methoden, technieken en tools) Remco Snelders Product owner & Business analyst Specification by Example (methoden, technieken en tools) Remco Snelders Product owner & Business analyst Terminologie Specification by Example (SBE) Acceptance Test Driven Development (ATDD) Behaviour

More information

Met je hoofd in de wolken. Ard-Jan Glas

Met je hoofd in de wolken. Ard-Jan Glas Met je hoofd in de wolken Ard-Jan Glas Trend Hogere availability 24 uur per dag global customers Van mainframe naar distributed Omzet verlies door downtime Klanten stellen hogere eisen De volgende IT

More information

~ We are all goddesses, the only problem is that we forget that when we grow up ~

~ We are all goddesses, the only problem is that we forget that when we grow up ~ ~ We are all goddesses, the only problem is that we forget that when we grow up ~ This brochure is Deze brochure is in in English and Dutch het Engels en Nederlands Come and re-discover your divine self

More information

NL VMUG UserCon March 19 2015

NL VMUG UserCon March 19 2015 NL VMUG UserCon March 19 2015 VMware Microsoft Let's look beyond the war on checkbox compliancy. Introductie Insight24 Technologie is een middel, geen doel 3x M (Mensen, Methoden, Middelen) & Organisatie

More information

Hoe bestuurt u de cloud?

Hoe bestuurt u de cloud? Hoe bestuurt u de cloud? Over SDDC en cloud management met VMware Viktor van den Berg Senior Consultant 1 oktober 2013 Even voorstellen 2 Viktor van den Berg Senior Consultant @ PQR Focus op Server Virtualisatie

More information

Data Driven Strategy. BlinkLane Consul.ng Amsterdam, 10 december 2013. Ralph Hofman Arent van t Spijker

Data Driven Strategy. BlinkLane Consul.ng Amsterdam, 10 december 2013. Ralph Hofman Arent van t Spijker Data Driven Strategy BlinkLane Consul.ng Amsterdam, 10 december 2013 Ralph Hofman Arent van t Spijker 1 Data Driven Strategy 08.00 08.05 Welkom 08:05 08.20 Data Driven Strategy 08.20 08.30 Het Business

More information

Oracle BI Enterprise Edition. OGh DBA dag 14 September 2010 Nasierkhan Jahangier

Oracle BI Enterprise Edition. OGh DBA dag 14 September 2010 Nasierkhan Jahangier Oracle BI Enterprise Edition OGh DBA dag 14 September 2010 Nasierkhan Jahangier Agenda Raakvlakken tussen Datawarehousing en Business Intelligence Oracle Business Intelligence data integration Oracle BI

More information

Citrix Access Gateway: Implementing Enterprise Edition Feature 9.0

Citrix Access Gateway: Implementing Enterprise Edition Feature 9.0 coursemonstercom/uk Citrix Access Gateway: Implementing Enterprise Edition Feature 90 View training dates» Overview Nederlands Deze cursus behandelt informatie die beheerders en andere IT-professionals

More information

How to deliver Self Service IT Automation

How to deliver Self Service IT Automation How to deliver Self IT Automation Roeland Verhoeven, Manager Cloud Supply Chain Simac ICT Rien du Pre, HP Cloud Solution Architect Datum: 17-06-2014 Hoe te komen tot een Self Customer Centric Portal Er

More information

PROFIBUS & PROFINET Nederland PROFIBUS, PROFINET en IO-Link. Ede, 12 november 2009

PROFIBUS & PROFINET Nederland PROFIBUS, PROFINET en IO-Link. Ede, 12 november 2009 Ede, 12 november 2009 Remote Maintenance voor PROFINET en Ethernet netwerken Ede, 12 november 2009 Voorstellen Cliff van Gellekom Raster Products BV cliff.van.gellekom@raster.com 3 Remote Connectivity

More information

Quick start OASE for lecturers and employees

Quick start OASE for lecturers and employees Onderwijs en Studenten Service Centrum Den Dolech 2, 5612 AZ Eindhoven Postbus 513, 5600 MB Eindhoven www.tue.nl Datum 4 juli 2011 Versie 1.2 Quick start OASE for lecturers and employees The digital learning

More information

Virtualisatie in goede banen. Michael.stolwijk@telindus-isit.nl

Virtualisatie in goede banen. Michael.stolwijk@telindus-isit.nl Virtualisatie in goede banen Naam: Functie: E-mail: M. Stolwijk Consultant Michael.stolwijk@telindus-isit.nl Het nieuwe werken, leven, spelen en leren De uitdagingen. Andere manieren van werken Bring your

More information

Handleiding Process Portal

Handleiding Process Portal Handleiding Process Portal Inhoudsopgave Introductie... 1 Productcomponenten van Lombardi... 1 Lombardi-architectuur... 1 Understanding the process life cycle... 3 Starting Lombardi Process Portal... 4

More information

Examen Software Engineering 2010-2011 05/09/2011

Examen Software Engineering 2010-2011 05/09/2011 Belangrijk: Schrijf je antwoorden kort en bondig in de daartoe voorziene velden. Elke theorie-vraag staat op 2 punten (totaal op 24). De oefening staan in totaal op 16 punten. Het geheel staat op 40 punten.

More information

Online Banking with Mijn ING. Quick-start guide

Online Banking with Mijn ING. Quick-start guide Online Banking with Mijn ING Quick-start guide Mijn ING Mijn ING (My ING) allows you to do your banking wherever and whenever you want. You can see exactly how much money you have in your account at any

More information

Anton Wilsens. The LIRIS Academy 2010-2011 Keys to a successful mobile channel in the Financial Services Sector and beyond

Anton Wilsens. The LIRIS Academy 2010-2011 Keys to a successful mobile channel in the Financial Services Sector and beyond LAC - "Architectuur voor nieuwe business modellen in de cloud" The LIRIS Academy 2010-2011 Keys to a successful mobile channel in the Financial Sector and beyond Anton Wilsens Mobile is coming no, wait

More information

SALES KIT. Richtlijnen verkooptools en accreditatieproces Voyages-sncf.eu. Vertrouwelijk document. Eigendom van de VSC Groep

SALES KIT. Richtlijnen verkooptools en accreditatieproces Voyages-sncf.eu. Vertrouwelijk document. Eigendom van de VSC Groep SALES KIT NL Richtlijnen verkooptools en accreditatieproces Voyages-sncf.eu Vertrouwelijk document. Eigendom van de VSC Groep INHOUD WEBSERVICES: WAT IS EEN WEBSERVICE? WEBSERVICES: EURONET PROCEDURE KLANTEN

More information

T h e N e x t G e n e r a t i o n of C o n s u m e r i z a t i o n KIXS. Leading Edge Forum Study Tour 20-25 October 2013

T h e N e x t G e n e r a t i o n of C o n s u m e r i z a t i o n KIXS. Leading Edge Forum Study Tour 20-25 October 2013 T h e N e x t G e n e r a t i o n of C o n s u m e r i z a t i o n Teus ir. van T. der Plaat der Plaat KIXS Leading Edge Forum Study Tour 20-25 October 2013 November 2013 De reis Inleiding S-curve End

More information

Module 1: GARP Introduction. GARP at a Glance

Module 1: GARP Introduction. GARP at a Glance Module 1: GARP Introduction Objectives: Provide a brief overview of GARP Log in Get help Understand User Security Use GARP Navigation GARP at a Glance The Graduate Application Review Portal is a web-based

More information

PinkRoccade Offshore Facilities Optimizing the Software Development Chain. PROF proposition. neral presentation

PinkRoccade Offshore Facilities Optimizing the Software Development Chain. PROF proposition. neral presentation Optimizing the Software Development Chain PROF proposition neral presentation OF PinkRoccade Offshore: Near Offshore future Facilities Gartner: Offshore is no longer a strategic advantage it is a competitive

More information

Is het nodig risico s te beheersen op basis van een aanname..

Is het nodig risico s te beheersen op basis van een aanname.. Is het nodig risico s te beheersen op basis van een aanname.. De mens en IT in de Zorg Ngi 19 april 2011 René van Koppen Agenda Er zijn geen feiten, slechts interpretaties. Nietzsche Geen enkele interpretatie

More information

Content Management met Office SharePoint. Astrid van Raalte Solution Specialist Business Productivity

Content Management met Office SharePoint. Astrid van Raalte Solution Specialist Business Productivity Content Management met Office SharePoint Astrid van Raalte Solution Specialist Business Productivity Schiphol, 19 januari 2010 Agenda Nieuwe Manieren van (Samen) werken en de rol van Software Uitdagingen

More information

(Optioneel: We will include the review report and the financial statements reviewed by us in an overall report that will be conveyed to you.

(Optioneel: We will include the review report and the financial statements reviewed by us in an overall report that will be conveyed to you. 1.2 Example of an Engagement Letter for a Review Engagement N.B.: Dit voorbeeld van een opdrachtbevestiging voor een beoordelingsopdracht is gebaseerd op de tekst uit Standaard 2400, Opdrachten tot het

More information

Rapid Application Development of Oracle Web Systems

Rapid Application Development of Oracle Web Systems Rapid Application Development of Oracle Web Systems There are many ways to implement a web -enabled Oracle database using complex tools such as XML and PHP. However, these are not easy tools for deploying

More information

How to manage Business Apps - Case for a Mobile Access Strategy -

How to manage Business Apps - Case for a Mobile Access Strategy - How to manage Business Apps - Case for a Mobile Access Strategy - Hans Heising, Product Manager Gábor Vida, Manager Software Development RAM Mobile Data 2011 Content Introduction 2 Bring your own device

More information

ITCulinair Cisco InterCloud

ITCulinair Cisco InterCloud ITCulinair Cisco InterCloud Uw Rijstleiders : Harald de Wilde & Niels van den Berg Strategic Partner Business Development Data Center Virtualizatie & Cloud Cisco Confidential 2 Waarom Hybride? Controle

More information

INSPIRE FOSS Workshop. Just van den Broecke - just@justobjects.nl Haico van der Vegt

INSPIRE FOSS Workshop. Just van den Broecke - just@justobjects.nl Haico van der Vegt INSPIRE FOSS Workshop Just van den Broecke - just@justobjects.nl Haico van der Vegt 30 maart 2011 Inhoudsopgave Doel van de workshop Theoretische Achtergrond Opzetten Tools - InspireFossBox Hands-on Introductie

More information

Terrasolid Software for LiDAR processing

Terrasolid Software for LiDAR processing Terrasolid Software for LiDAR processing Terrasolid Ltd. Founded in 1989, privately held 25+ years of software development on MicroStation 15+ years of point cloud software development Last fiscal year

More information

J j enterpririse. Oracle Application Express 3. Develop Native Oracle database-centric web applications quickly and easily with Oracle APEX

J j enterpririse. Oracle Application Express 3. Develop Native Oracle database-centric web applications quickly and easily with Oracle APEX Oracle Application Express 3 The Essentials and More Develop Native Oracle database-centric web applications quickly and easily with Oracle APEX Arie Geller Matthew Lyon J j enterpririse PUBLISHING BIRMINGHAM

More information

Software VOC netwerkbijeenkomst De kansen van OEM. Hans Schut OEM Partner Manager Nederland 9 juli 2014

Software VOC netwerkbijeenkomst De kansen van OEM. Hans Schut OEM Partner Manager Nederland 9 juli 2014 Software VOC netwerkbijeenkomst De kansen van OEM Hans Schut OEM Partner Manager Nederland 9 juli 2014 Wat is OEM? Het principe Wanneer een bedrijf zijn producten verkoopt aan andere bedrijven, en dat

More information

Word -Introduction. Contents

Word -Introduction. Contents Introduction Everything about tables Mail merge and labels Refreshment of the basics of Word Increasing my efficiency : tips & tricks New in Word 2007 Standard - corporate documents What is new in Word

More information

Daan & Rembrandt Research Wendelien Daan By Willemijn Jongbloed Group D October 2009

Daan & Rembrandt Research Wendelien Daan By Willemijn Jongbloed Group D October 2009 Daan & Rembrandt Research Wendelien Daan By Willemijn Jongbloed Group D October 2009 Doing Dutch Often, the work of many Dutch artist; photographers, designers, and painters is easy to recognize among

More information

(Kabel) SIP Exchange Nederland

(Kabel) SIP Exchange Nederland ISOC SIP meeting november 2006 (Kabel) SIP Exchange Nederland 1 Sikko de Graaf - CAIW Diensten Nederlandse kabel facts & figures Subscribers per kabelbedrijf x 1000 UPC 2.286 Essent 1.672 Casema 1.344

More information

Hoorcollege marketing 5 de uitgebreide marketingmix. Sunday, December 9, 12

Hoorcollege marketing 5 de uitgebreide marketingmix. Sunday, December 9, 12 Hoorcollege marketing 5 de uitgebreide marketingmix Sunday, December 9, 12 De traditionele marketing mix Sunday, December 9, 12 Waarom was dat niet genoeg dan? Sunday, December 9, 12 Omdat er vooruitgang

More information

Logging en Monitoring - privacy, beveiliging en compliance Enkele praktijkvoorbeelden

Logging en Monitoring - privacy, beveiliging en compliance Enkele praktijkvoorbeelden Logging en Monitoring - privacy, beveiliging en compliance Enkele praktijkvoorbeelden Pascal Oetiker Security Management Solutions Novell EMEA poetiker@novell.com Privacy- en compliance-druk PCI-DSS NEN

More information

VR technologies create an alternative reality in

VR technologies create an alternative reality in Dossier: REPAR: Design through exploration Getting started with Virtual Reality As a designer you might be familiar with various forms of concept representations, such as (animated) sketches, storyboards

More information

101 Inspirerende Quotes - Eelco de boer - winst.nl/ebooks/ Inleiding

101 Inspirerende Quotes - Eelco de boer - winst.nl/ebooks/ Inleiding Inleiding Elke keer dat ik een uitspraak of een inspirerende quote hoor of zie dan noteer ik deze (iets wat ik iedereen aanraad om te doen). Ik ben hier even doorheen gegaan en het leek me een leuk idee

More information

Cambridge International Examinations Cambridge International General Certificate of Secondary Education

Cambridge International Examinations Cambridge International General Certificate of Secondary Education Cambridge International Examinations Cambridge International General Certificate of Secondary Education DUTCH 0515/01 Paper 1 Listening For Examination from 2015 SPECIMEN MARK SCHEME Approx. 45 minutes

More information

Instructies Tester Update DEHNrecord DRC LC M3

Instructies Tester Update DEHNrecord DRC LC M3 NL GB Instructies Tester Update DEHNrecord DRC LC M3 M3+ Bliksembeveiliging Overspanningsbeveiliging Veiligheidsmateriaal Vertegenwoordigd door: Conduct Nederland Stockholm 31 2993 LM Barendrecht Tel.

More information

Research Report. Ingelien Poutsma Marnienke van der Maal Sabina Idler

Research Report. Ingelien Poutsma Marnienke van der Maal Sabina Idler Research Report Ingelien Poutsma Marnienke van der Maal Sabina Idler Research report ABSTRACT This research investigates what the ideal bank for adolescents (10 16 years) looks like. The research was initiated

More information

Peer Assessment. Measuring & Monitoring Team Performances. Ir. Vincent Brugemann and Robert-Vincent de Koning Bsc. Challenge the future

Peer Assessment. Measuring & Monitoring Team Performances. Ir. Vincent Brugemann and Robert-Vincent de Koning Bsc. Challenge the future Peer Assessment Measuring & Monitoring Team Performances Ir. Vincent Brugemann and Robert-Vincent de Koning Bsc Delft University of Technology Challenge the future Presentation for TBM staff About Peer

More information

Android App for SAP Business One. Z3moB1le App Version 1.00 Pagina 1 di 12. www.z3engineering.it

Android App for SAP Business One. Z3moB1le App Version 1.00 Pagina 1 di 12. www.z3engineering.it Android App for SAP Business One Z3moB1le App Version 1.00 Pagina 1 di 12 Z3 Mobile for SAP Business One (Z3moB1le) Contents Overview... 3 Phone requirements... 3 Available modules... 4 Settings before

More information

Advanced Metering Infrastructure

Advanced Metering Infrastructure Advanced Metering Infrastructure Research Project 2 Vic Ding SNE, UvA February 8th 2012 Agenda Background Research motivation and questions Research methods Research findings Stakeholders Legislation Smart

More information

How To Learn To Learn

How To Learn To Learn Types of E-Business B2B (Logistics control, E-communication) B2C (e-auctioning, e-advertising, e-service) C2C (e-markets, e-auctioning) E-Business Physical Goods Digital Goods (information,music) Services

More information

ABN AMRO Bank N.V. The Royal Bank of Scotland N.V. ABN AMRO Holding N.V. RBS Holdings N.V. ABN AMRO Bank N.V.

ABN AMRO Bank N.V. The Royal Bank of Scotland N.V. ABN AMRO Holding N.V. RBS Holdings N.V. ABN AMRO Bank N.V. Op 6 februari 2010 is de naam ABN AMRO Bank N.V. (geregistreerd bij de Kamer van Koophandel onder nummer 33002587) gewijzigd in The Royal Bank of Scotland N.V. Op 1 april 2010 is de naam van ABN AMRO Holding

More information

Linux Network Server: Firewalls

Linux Network Server: Firewalls Linux Network Server: Firewalls Dr. A.R. (Tom) Peters HvA/HI gastdocent Hogeschool van Amsterdam, afd. Hogere Informatica tpeters@xs4all.nl 0204080204 Leerdoelen Firewalls Wees in staat om de betekenis

More information

Over mij. 17 jaar 17 jaar 2 jaar. 1 week

Over mij. 17 jaar 17 jaar 2 jaar. 1 week Oracle Application Express & Christian Rokitta.nl OGh APEX Dag 26 Maart 2012 1 2 Over mij 17 jaar 17 jaar 2 jaar 1 week Agenda Waarom Waarom mobile website (vs native App)? HTML APEX Kosten voor mobile

More information

TaalCompleet: e-learning

TaalCompleet: e-learning TaalCompleet: e-learning Hoe werkt het? Engels How does it work? English TaalCompleet: hoe werkt het? 1 How does it work? What kinds of assignments are there in TaalCompleet? listening assignment on the

More information

the Future of engineering

the Future of engineering the Future of engineering SpoorwegMuseum, Utrecht 19 November 2009 Intergraph and the Intergraph logo are registered trademarks of Intergraph Corporation. Other brands and product names are trademarks

More information

RO&RC : ISAF regels over reclame - Richtlijnen KBYV

RO&RC : ISAF regels over reclame - Richtlijnen KBYV KONINKLIJK BELGISCH YACHTING VERBOND vzw FEDERATION ROYALE BELGE DU YACHTING asbl RO&RC : ISAF regels over reclame - Richtlijnen KBYV Goedgekeurd RO&RC/KBYV 29-10-2009 - RvB/KBYV 16-11-2009 Update van

More information

MIMOA. UID MIMOA Demo 0.8 Version: UID_v0.83.vsd. Versie: UID_v0.83.vsd. UID MIMOA Launch. Matthijs Collard 1. Elements 2. Elements 2 3.

MIMOA. UID MIMOA Demo 0.8 Version: UID_v0.83.vsd. Versie: UID_v0.83.vsd. UID MIMOA Launch. Matthijs Collard 1. Elements 2. Elements 2 3. UID Demo 0.8 Version: UID_v0.83.vsd Elements 2 Elements 2 3 Elements 3 4 Homepage 5 Marker Managing 6 Marker Managing continued 7 Full size map Detail page 8 Project Detail page demo 0.8 9 Contactpage

More information

Title page. Title: A conversation-analytic study of time-outs in the Dutch national volleyball. competition. Author: Maarten Breyten van der Meulen

Title page. Title: A conversation-analytic study of time-outs in the Dutch national volleyball. competition. Author: Maarten Breyten van der Meulen Title page Title: A conversation-analytic study of time-outs in the Dutch national volleyball competition Author: Maarten Breyten van der Meulen A conversation-analytic study of time-outs in the Dutch

More information

Dynamische Websites. Week 7

Dynamische Websites. Week 7 Dynamische Websites Week 7 Lesschema Herhaling Front Controller AGENDA LESSCHEMA Lesweek 7: Framework - Front Controller Lesweek 8: Framework - 2 Step Design Lesweek 9: Framework - Forms en... Lesweek

More information

How To Design A 3D Model In A Computer Program

How To Design A 3D Model In A Computer Program Concept Design Gert Landheer Mark van den Brink Koen van Boerdonk Content Richness of Data Concept Design Fast creation of rich data which eventually can be used to create a final model Creo Product Family

More information

IMPLEMENTING AN EFFECTIVE INFORMATION SECURITY AWARENESS PROGRAM

IMPLEMENTING AN EFFECTIVE INFORMATION SECURITY AWARENESS PROGRAM IMPLEMENTING AN EFFECTIVE INFORMATION SECURITY AWARENESS PROGRAM by AMANDA WOLMARANS DISSERTATION Submitted in fulfilment of the requirements for the degree MASTER OF SCIENCE in COMPUTER SCIENCE in the

More information

Vibe OnPrem 3.x Makes the Business work!

Vibe OnPrem 3.x Makes the Business work! Vibe OnPrem 3.x Makes the Business work! 15 juni 2011 Welkom op Mobiele telefoons uit aub In het Reehorst-gebouw niet roken De presentaties staan na vandaag op de website Heeft u een parkeermunt gekregen

More information

Tuesday, February 26, 2008. Unit testen in de praktijk

Tuesday, February 26, 2008. Unit testen in de praktijk Unit testen in de praktijk Indeling Algemene theorie van unit testing PHPunit Wat is het doel van testen? Controleren of software correct werkt. Voldoet software aan vooraf gegeven specificaties? Blijft

More information

12/17/2012. Business Information Systems. Portbase. Critical Factors for ICT Success. Master Business Information Systems (BIS)

12/17/2012. Business Information Systems. Portbase. Critical Factors for ICT Success. Master Business Information Systems (BIS) Master (BIS) Remco Dijkman Joris Penders 1 Portbase Information Office Rotterdam Harbor Passes on all information Additional services: brokering advanced planning macro-economic prediction 2 Copyright

More information

Storage in Microsoft Azure Wat moet ik daarmee? Bert Wolters @bertwolters

Storage in Microsoft Azure Wat moet ik daarmee? Bert Wolters @bertwolters Storage in Microsoft Azure Wat moet ik daarmee? Bert Wolters @bertwolters Welk deel van het platform hebben we nu behandeld? Agenda Recap: Storage Account Nieuw! Premium Storage Nieuw! Native backup voor

More information

Safety Analysis Nitrogen Vessel

Safety Analysis Nitrogen Vessel Safety Analysis Nitrogen Vessel Nikhef number: Item number: Date: 18/10/2010 Page: 1 of 21 47110-MT-00004 AA1409 Status: In Work Revision: A.6 Project: Gravitational Waves Virgo Cryogenic Link Department:

More information

Technical Specification ideal

Technical Specification ideal Technical Specification ideal (IDE.001) Author(s): Michel Westerink (MW) Version history: V1.0 MW (Copy from targetpay.com) 07/01/13 V1.0 MKh New error codes 20/02/14 V1.1 TZ New IP whitelisted 29/08/14

More information