The document provides information about Capgemini, a global consulting and outsourcing firm, and their partnership with Oracle. Some key details:
- Capgemini is one of the world's largest consulting firms with over 200,000 employees globally. They provide business transformation services across various industries.
- Capgemini has a long partnership with Oracle, including being a Cloud Premier Partner and Oracle Diamond Partner. They have expertise implementing various Oracle cloud services.
- The document outlines Capgemini's approach to digital transformation centered around APIs and microservices using Oracle API Platform and other PaaS solutions. It provides an example reference architecture for this.
Secrets of Custom API Policies on the Oracle API PlatformPhil Wilkins
This document provides an overview and summary of custom API policies on the Oracle Cloud. It discusses using Groovy and Java to create custom policies, the key elements of custom Java policies, demoing the tooling, and how UI elements are linked together. It also compares Groovy and Java for custom policies and provides several useful Oracle Cloud resources.
OracleDeveloperMeetup - London 19-12-17Phil Wilkins
This document provides biographical information on Phil Wilkins and Luis Weir, who work as technical architects at Capgemini specializing in integration and platform as a service (PaaS). Some key details include:
- Phil Wilkins has over 9 years of experience working with Oracle technology and has co-authored books on Oracle Integration Cloud and API Platform.
- Luis Weir is an Oracle Ace Director and has received several awards for his contributions to Oracle PaaS communities. He is also the author of books on topics like Oracle API Management and Case Management Solutions.
- Both present regularly at industry events and contribute to the development of technical books and articles. They are also involved in beta programs for
Oracle Code Capgemini: API management & microservices a match made in heavenluisw19
Oracle Code London presentation by Capgemini Luis Weir and Phil Wilkins. Talking about API management relation to microservices, evolution of API gateways and why should developers care about APIs
UKOUG Journey To The Cloud - March 2017Phil Wilkins
Presentation given at the UKOUG Journey to the Cloud event in London. It looks at the factors that should be considered when seeking to adopt cloud solutions. Whilst focusing on Oracle, much of this material can be adapted to any vendor.
London Oracle Developer Meetup Presented by Luis Weir (@luisw19) and myself
The presentation focuses on APIs and microservices (a lot of discussion on the later)
[Oracle Webcast] Discover the Oracle Blockchain Platform through the eyes of ...Sanae BEKKAR
Voici le support de notre présentation du dernier Oracle Virtual Meetup , qui s'est déroulé le 07 Janvier 2020 , auquel on s'est concentré sur la découverte du service Oracle Blockchain Platform, qui offre une solution pré-assemblée pour la construction et l'exécution de SMart Contrat et maintient un ledger distribué inviolable , à travers le Business case 'D-check' la maintenance des pièces de l'avion , l'un des process les plus complexe du monde de l'Aviation .
Rejoignez-nous : https://www.meetup.com/fr-FR/Oracle-Developer-Meetup-France
Bonne lecture!
UKOUG - Implementing Enterprise API Management in the Oracle Cloudluisw19
API-led connectivity has become the main mechanism to integrate with SaaS applications. Mobile applications, modern web applications and Internet of things also need APIs. In the Oracle Cloud there are at least 6 cloud services offering a solution for APIs, (Mobile Cloud Service, API Manager Cloud Service, API Platform Cloud Service, API Catalog Cloud Service, IoT Cloud Service and Integration Cloud Service).
This presentation will first and foremost describe what an enterprise-wide API management solution looks like, will elaborate on a solid API taxonomy to then show how to position each of the mentioned cloud services to deliver an end to end API management solution in the Oracle Cloud but also capable of handling hybrid cloud use cases.
In addition real live use cases will be referenced to help contextualise the content presented.
Oracle API Platform Cloud Service Best Practices & Lessons Learntluisw19
The document provides best practices and lessons learned from implementing Oracle API Platform. It discusses the importance of API management and outlines the key steps in the API lifecycle. It also summarizes the steps recommended for a successful API Platform implementation, including discovery workshops, architecture design, installation tips, and an API design process leveraging API-first principles.
Applications have to be integrated – no matter which programming languages, databases or infrastructures are used. However, the realization of integration scenarios is a complex and time-consuming task. Over 10 years ago, Enteprise Integration Patterns (EIP) became the world wide defacto standard for splitting huge, complex integration scenarios into smaller recurring problems. These patterns appear in almost every integration project.
This session revisits EIPs and gives shows status quo. After giving a short introduction with several examples, the audience will learn which EIPs still have a „right to exist“, and which new EIPs emerged in the meantime. The end of the session shows different frameworks and tools which already implement EIPs and therefore help the architect to reduce efforts a lot.
Ruben rodriguez best practices implementing oracle mobile cloud serviceRuben Rodriguez
The document discusses best practices for implementing Oracle Mobile Cloud Service. It provides an overview of Oracle MCS, including its architecture and capabilities. It then discusses tips and tricks for API design, using Express APIs, taking an API-first approach, leveraging Node.js modules, and avoiding callback hell. The document concludes with an agenda that includes an Oracle MCS overview, tips and tricks, a demo, and a customer case study.
DEVOXX UK 2018 - GraphQL as an alternative approach to RESTluisw19
This document discusses GraphQL as an alternative to REST APIs. It begins with an overview of GraphQL, including its key concepts and anatomy. GraphQL is presented as a strongly typed query language that is hierarchical and view-centric. Examples are provided of GraphQL queries and servers. REST APIs and GraphQL are compared, with GraphQL noted as particularly well-suited for API composition. While GraphQL tooling is still evolving, it offers advantages over REST for developer experience and querying multiple data sources. The document concludes that GraphQL has potential but REST is still viable, and that both approaches can be complementary.
What’s behind a high quality web API? Ensure your APIs are more than just a ...Kim Clark
Web APIs have now become as important as websites for some enterprises. Dreaming up an attractive set of data resources to expose to your consumers is a critical step, but it's just the beginning. In the world of APIs, standards are rare, so common conventions are everything. Which should you choose, and how do you apply them to your data model? What architecture will ensure your APIs are robust, scalable, and secure? How do you ensure data integrity in an environment without transactionality? How will you prepare for huge changes in scale? How do you join your API world with your existing enterprise integration and SOA? Attendees will learn design practices to ensure their APIs are both attractive and consumable.
Cloud-native Integration in the Oracle CloudSven Bernhardt
Integration matters today, more than ever! Integration is essential to adapt new concepts, like AI and ML and allows enterprises to turn their owned data into value. But integration is not simple, it is complex and needs to be capable to deal with rapidly changing requirements.
Within in this session we’ll look into Oracle Cloud Infrastructure integration capabilities and will learn how integration solutions can be build based on services like API Gateway, Kubernetes (OKE) or OCI Streaming.
MuleSoft London Community August 2019 - MuleSoft with Workday Pace Integration
The document summarizes a MuleSoft meetup that was held in August 2019 in London. It provides information on connecting with the MuleSoft community, upcoming meetup events, presentations on Anypoint Platform updates and new connectors. It also summarizes a presentation on API-led integration with Workday using MuleSoft and discusses trends in HR tech and how integration plays a role. Details are provided on the Anypoint Platform and its features. Information is given on upcoming MuleSoft Connect and winter meetup events.
Microservices = Death of the Enterprise Service Bus (ESB)?Kai Wähner
Microservices are the next step after SOA: Services implement a limited set of functions. Services are developed, deployed and scaled independently. Continuous Integration and Continuous Delivery control deployments. This way you get shorter time to results and increased flexibility.
Microservices have to be independent regarding build, deployment, data management and business domains. A solid Microservices design requires single responsibility, loose coupling and a decentralized architecture. A Microservice can to be closed or open to partners and public via APIs.
This session discusses the requirements, best practices and challenges for creating a good Microservices architecture, and if this spells the end of the Enterprise Service Bus (ESB).
Key messages of the talk:
• Microservices = SOA done right
• Integration is key for success – the product name does not matter
• Real time event correlation is the game changer
Con8817 api management - enable your infrastructure for secure mobile and c...OracleIDM
The document discusses API security challenges in modern enterprises driven by cloud and mobility. It outlines Oracle's approach to API management and security which includes: (1) treating the enterprise web as consisting of APIs, (2) addressing the same security problems around DMZ security, access control, and insider threats but with new names, (3) enabling better security through service abstraction and standards-based layers for access control. It then provides examples of Oracle's API gateway and identity management solutions for securing APIs.
Rubén Rodríguez from avanttic Consultoría Tecnológica gave a presentation on Oracle Mobile Cloud Service. The presentation covered an overview of Oracle MCS, tips and tricks for developing mobile backends with it, a customer case study of how it was used by Industrial Farmacéutica Cantabria, and information on the Mobile Challenge 2.0 event.
Build your mobile architecture in Oracle CloudRuben Rodriguez
- The document discusses building a mobile architecture within Oracle Cloud. It covers mobile application development options like MAF, JET, and MAX. It also discusses connecting mobile apps to backend systems using Oracle Mobile Cloud Service and developing backends with microservices and REST services. Use cases presented include a customer app built for IFC and a mobile challenge app built on multiple PaaS services.
B1 keynote reimagine_application_development_and_delivery_with_oracle_platformDr. Wilfred Lin (Ph.D.)
The document discusses new demands for application development and how Oracle Cloud Platform addresses these demands. It highlights key trends like microservices, DevOps, and mobile development. Oracle Cloud Platform provides a unified platform for building, deploying, and managing applications across cloud infrastructure, backend services, and development tools. It also allows migrating workloads between on-premises and public cloud environments. The presentation includes a demo of developing a sample application using various Oracle Cloud Platform services.
This document discusses the journey of Vantiv and Accenture in developing APIs for their enterprise. It outlines the challenges they faced transitioning from shared services to API products, including API proliferation, lack of standards, and knowledge loss. To address these, they organized into API product teams, adopted API management best practices, deployed APIs on resilient platforms, and built long-running teams. Currently, their mature API program has established reusable APIs and aims to spread an agile development culture by integrating API developers into product teams. The next steps involve decentralizing governance while maintaining standards.
- The document discusses building better mobile apps faster using Oracle Mobile Cloud services. It highlights trends of high rewrite rates for existing mobile apps and challenges with traditional mobile development.
- Oracle Mobile Cloud aims to address these challenges by offering mobile-first services, rapid development tools, and an integrated platform to build better apps faster across the mobile lifecycle.
- The platform provides services for push notifications, data storage, location, and analytics alongside tools for low-code development and code-based approaches.
Threat protection and application access controls are key security mechanisms that protect APIs when exposed to internal or external users and developers.
In this technical deep-dive webcast, Apigee's security team, led by Subra Kumaraswamy, will discuss API threats and the protection mechanisms that every API and app developer must implement for safe and secure API management.
This webcast will cover:
- the API threat model
- how to design and implement appropriate guardrails for API security using build-in policies and configuration
- a demo of Apigee Edge threat protection features, including TLS encryption, XML/JSON/SQL injection attacks, and rate limiting
Whether you're an IT security architect or an API or app developer, this webcast will help you understand secure API management.
Download Podcast: http://bit.ly/1biiJQS
Watch Video: http://youtu.be/ffs35w1RYRI
Hybrid integration reference architectureKim Clark
The ownership boundary of the typical enterprise now encompasses a much broader IT landscape. It is common to see that landscape stretch out to cloud native development platforms, software as a service, dependencies on external APIs from business partners, a mobile workforce and an ever growing range of digital channels. The integration surface area is dramatically increased and the integration patterns to support it are evolving just as quickly. These are the challenges we recognise as "hybrid integration". We will explore what a reference architecture for hybrid integration might look like, and how IBM's integration portfolio is growing and changing to meet the needs of digital transformation. This deck comes from the following article http://ibm.biz/HybridIntRefArch and is also described in this video http://ibm.biz/HybridIntRefArchYouTube
API monetization extends beyond the simple selling of an API to realize new revenue streams. Monetization enables multi-pronged business relationships, for example, a SaaS provider, an industry focused ISV and a SaaS customer. Learn more about how Oracle is helping customers in the Hospitality industry realize the true value of APIs. In this talk, we will also cover some future capabilities that will help enterprises monetize their APIs for both revenue streams, and insights into the value all their APIs provide
London Oracle Developer Meetup April 18Phil Wilkins
Phil Wilkins is a technical enterprise architect at Capgemini specializing in integration and platform as a service (PaaS). He has over 9 years of experience working with Oracle technologies covering both on-premises and cloud solutions. He has co-authored a book on Oracle Integration Cloud and is contributing to the development of over a dozen other technical books. Phil regularly publishes articles in various journals and blogs.
Simplify DevOps with Microservices and Mobile Backends.pptxssuser5faa791
This document discusses simplifying DevOps with microservices and mobile backends. It introduces Oracle's Backend for Spring Boot platform, which provides a unified backend for developing apps using Kubernetes, containers, and the Oracle database. The platform offers developer tools, platform services, and integration with the Oracle database. It also discusses managing transactions across microservices using sagas and Oracle's Transaction Manager. The presentation concludes by inviting attendees to try out building a sample banking application in the provided hands-on lab.
UKOUG - Implementing Enterprise API Management in the Oracle Cloudluisw19
API-led connectivity has become the main mechanism to integrate with SaaS applications. Mobile applications, modern web applications and Internet of things also need APIs. In the Oracle Cloud there are at least 6 cloud services offering a solution for APIs, (Mobile Cloud Service, API Manager Cloud Service, API Platform Cloud Service, API Catalog Cloud Service, IoT Cloud Service and Integration Cloud Service).
This presentation will first and foremost describe what an enterprise-wide API management solution looks like, will elaborate on a solid API taxonomy to then show how to position each of the mentioned cloud services to deliver an end to end API management solution in the Oracle Cloud but also capable of handling hybrid cloud use cases.
In addition real live use cases will be referenced to help contextualise the content presented.
Oracle API Platform Cloud Service Best Practices & Lessons Learntluisw19
The document provides best practices and lessons learned from implementing Oracle API Platform. It discusses the importance of API management and outlines the key steps in the API lifecycle. It also summarizes the steps recommended for a successful API Platform implementation, including discovery workshops, architecture design, installation tips, and an API design process leveraging API-first principles.
Applications have to be integrated – no matter which programming languages, databases or infrastructures are used. However, the realization of integration scenarios is a complex and time-consuming task. Over 10 years ago, Enteprise Integration Patterns (EIP) became the world wide defacto standard for splitting huge, complex integration scenarios into smaller recurring problems. These patterns appear in almost every integration project.
This session revisits EIPs and gives shows status quo. After giving a short introduction with several examples, the audience will learn which EIPs still have a „right to exist“, and which new EIPs emerged in the meantime. The end of the session shows different frameworks and tools which already implement EIPs and therefore help the architect to reduce efforts a lot.
Ruben rodriguez best practices implementing oracle mobile cloud serviceRuben Rodriguez
The document discusses best practices for implementing Oracle Mobile Cloud Service. It provides an overview of Oracle MCS, including its architecture and capabilities. It then discusses tips and tricks for API design, using Express APIs, taking an API-first approach, leveraging Node.js modules, and avoiding callback hell. The document concludes with an agenda that includes an Oracle MCS overview, tips and tricks, a demo, and a customer case study.
DEVOXX UK 2018 - GraphQL as an alternative approach to RESTluisw19
This document discusses GraphQL as an alternative to REST APIs. It begins with an overview of GraphQL, including its key concepts and anatomy. GraphQL is presented as a strongly typed query language that is hierarchical and view-centric. Examples are provided of GraphQL queries and servers. REST APIs and GraphQL are compared, with GraphQL noted as particularly well-suited for API composition. While GraphQL tooling is still evolving, it offers advantages over REST for developer experience and querying multiple data sources. The document concludes that GraphQL has potential but REST is still viable, and that both approaches can be complementary.
What’s behind a high quality web API? Ensure your APIs are more than just a ...Kim Clark
Web APIs have now become as important as websites for some enterprises. Dreaming up an attractive set of data resources to expose to your consumers is a critical step, but it's just the beginning. In the world of APIs, standards are rare, so common conventions are everything. Which should you choose, and how do you apply them to your data model? What architecture will ensure your APIs are robust, scalable, and secure? How do you ensure data integrity in an environment without transactionality? How will you prepare for huge changes in scale? How do you join your API world with your existing enterprise integration and SOA? Attendees will learn design practices to ensure their APIs are both attractive and consumable.
Cloud-native Integration in the Oracle CloudSven Bernhardt
Integration matters today, more than ever! Integration is essential to adapt new concepts, like AI and ML and allows enterprises to turn their owned data into value. But integration is not simple, it is complex and needs to be capable to deal with rapidly changing requirements.
Within in this session we’ll look into Oracle Cloud Infrastructure integration capabilities and will learn how integration solutions can be build based on services like API Gateway, Kubernetes (OKE) or OCI Streaming.
MuleSoft London Community August 2019 - MuleSoft with Workday Pace Integration
The document summarizes a MuleSoft meetup that was held in August 2019 in London. It provides information on connecting with the MuleSoft community, upcoming meetup events, presentations on Anypoint Platform updates and new connectors. It also summarizes a presentation on API-led integration with Workday using MuleSoft and discusses trends in HR tech and how integration plays a role. Details are provided on the Anypoint Platform and its features. Information is given on upcoming MuleSoft Connect and winter meetup events.
Microservices = Death of the Enterprise Service Bus (ESB)?Kai Wähner
Microservices are the next step after SOA: Services implement a limited set of functions. Services are developed, deployed and scaled independently. Continuous Integration and Continuous Delivery control deployments. This way you get shorter time to results and increased flexibility.
Microservices have to be independent regarding build, deployment, data management and business domains. A solid Microservices design requires single responsibility, loose coupling and a decentralized architecture. A Microservice can to be closed or open to partners and public via APIs.
This session discusses the requirements, best practices and challenges for creating a good Microservices architecture, and if this spells the end of the Enterprise Service Bus (ESB).
Key messages of the talk:
• Microservices = SOA done right
• Integration is key for success – the product name does not matter
• Real time event correlation is the game changer
Con8817 api management - enable your infrastructure for secure mobile and c...OracleIDM
The document discusses API security challenges in modern enterprises driven by cloud and mobility. It outlines Oracle's approach to API management and security which includes: (1) treating the enterprise web as consisting of APIs, (2) addressing the same security problems around DMZ security, access control, and insider threats but with new names, (3) enabling better security through service abstraction and standards-based layers for access control. It then provides examples of Oracle's API gateway and identity management solutions for securing APIs.
Rubén Rodríguez from avanttic Consultoría Tecnológica gave a presentation on Oracle Mobile Cloud Service. The presentation covered an overview of Oracle MCS, tips and tricks for developing mobile backends with it, a customer case study of how it was used by Industrial Farmacéutica Cantabria, and information on the Mobile Challenge 2.0 event.
Build your mobile architecture in Oracle CloudRuben Rodriguez
- The document discusses building a mobile architecture within Oracle Cloud. It covers mobile application development options like MAF, JET, and MAX. It also discusses connecting mobile apps to backend systems using Oracle Mobile Cloud Service and developing backends with microservices and REST services. Use cases presented include a customer app built for IFC and a mobile challenge app built on multiple PaaS services.
B1 keynote reimagine_application_development_and_delivery_with_oracle_platformDr. Wilfred Lin (Ph.D.)
The document discusses new demands for application development and how Oracle Cloud Platform addresses these demands. It highlights key trends like microservices, DevOps, and mobile development. Oracle Cloud Platform provides a unified platform for building, deploying, and managing applications across cloud infrastructure, backend services, and development tools. It also allows migrating workloads between on-premises and public cloud environments. The presentation includes a demo of developing a sample application using various Oracle Cloud Platform services.
This document discusses the journey of Vantiv and Accenture in developing APIs for their enterprise. It outlines the challenges they faced transitioning from shared services to API products, including API proliferation, lack of standards, and knowledge loss. To address these, they organized into API product teams, adopted API management best practices, deployed APIs on resilient platforms, and built long-running teams. Currently, their mature API program has established reusable APIs and aims to spread an agile development culture by integrating API developers into product teams. The next steps involve decentralizing governance while maintaining standards.
- The document discusses building better mobile apps faster using Oracle Mobile Cloud services. It highlights trends of high rewrite rates for existing mobile apps and challenges with traditional mobile development.
- Oracle Mobile Cloud aims to address these challenges by offering mobile-first services, rapid development tools, and an integrated platform to build better apps faster across the mobile lifecycle.
- The platform provides services for push notifications, data storage, location, and analytics alongside tools for low-code development and code-based approaches.
Threat protection and application access controls are key security mechanisms that protect APIs when exposed to internal or external users and developers.
In this technical deep-dive webcast, Apigee's security team, led by Subra Kumaraswamy, will discuss API threats and the protection mechanisms that every API and app developer must implement for safe and secure API management.
This webcast will cover:
- the API threat model
- how to design and implement appropriate guardrails for API security using build-in policies and configuration
- a demo of Apigee Edge threat protection features, including TLS encryption, XML/JSON/SQL injection attacks, and rate limiting
Whether you're an IT security architect or an API or app developer, this webcast will help you understand secure API management.
Download Podcast: http://bit.ly/1biiJQS
Watch Video: http://youtu.be/ffs35w1RYRI
Hybrid integration reference architectureKim Clark
The ownership boundary of the typical enterprise now encompasses a much broader IT landscape. It is common to see that landscape stretch out to cloud native development platforms, software as a service, dependencies on external APIs from business partners, a mobile workforce and an ever growing range of digital channels. The integration surface area is dramatically increased and the integration patterns to support it are evolving just as quickly. These are the challenges we recognise as "hybrid integration". We will explore what a reference architecture for hybrid integration might look like, and how IBM's integration portfolio is growing and changing to meet the needs of digital transformation. This deck comes from the following article http://ibm.biz/HybridIntRefArch and is also described in this video http://ibm.biz/HybridIntRefArchYouTube
API monetization extends beyond the simple selling of an API to realize new revenue streams. Monetization enables multi-pronged business relationships, for example, a SaaS provider, an industry focused ISV and a SaaS customer. Learn more about how Oracle is helping customers in the Hospitality industry realize the true value of APIs. In this talk, we will also cover some future capabilities that will help enterprises monetize their APIs for both revenue streams, and insights into the value all their APIs provide
London Oracle Developer Meetup April 18Phil Wilkins
Phil Wilkins is a technical enterprise architect at Capgemini specializing in integration and platform as a service (PaaS). He has over 9 years of experience working with Oracle technologies covering both on-premises and cloud solutions. He has co-authored a book on Oracle Integration Cloud and is contributing to the development of over a dozen other technical books. Phil regularly publishes articles in various journals and blogs.
Simplify DevOps with Microservices and Mobile Backends.pptxssuser5faa791
This document discusses simplifying DevOps with microservices and mobile backends. It introduces Oracle's Backend for Spring Boot platform, which provides a unified backend for developing apps using Kubernetes, containers, and the Oracle database. The platform offers developer tools, platform services, and integration with the Oracle database. It also discusses managing transactions across microservices using sagas and Oracle's Transaction Manager. The presentation concludes by inviting attendees to try out building a sample banking application in the provided hands-on lab.
The document introduces the Fn Project, an open source container-native serverless framework. It allows running functions from any language as Docker containers on Fn Server, which can be deployed on Kubernetes or other container runtimes. The document demonstrates deploying and calling a Ruby function on Fn Server running on Docker for Mac.
Look at Oracle Integration Cloud – its relationship to ICS. Customer use Case...Phil Wilkins
This is a presentation about Oracle Integration Cloud (ICS) and Oracle Integration Cloud Service - the relationship between the two products. We also look at customer use cases and what lead to an ICS based recommendation and what would we recommend now OIC has been made available
The document discusses Oracle's API management platform. It enables digital transformation by allowing organizations to manage, secure, and monetize their APIs. The platform provides tools to build and deploy APIs, secure access through authentication and authorization, monitor API usage through analytics, and publish APIs to developers through a portal. It helps organizations improve agility, gain visibility into API usage, and ensure security of digital assets.
During the last few years, companies started to embrace APIs.
In FRANCE, the API boom really started lately, in 2014.
Today every company wants to build its API.
We had been involved in several API projects : and the goal of this session is to share with you common pitfall that could compromise your API strategy.
Top 7 wrong common beliefs about Enterprise API implementationOCTO Technology
The document discusses 7 common misconceptions about enterprise API implementation. It argues that an API strategy is not just about technical implementation or buying a product, but involves organizational, functional, and technical considerations. A successful API requires viewing it as a product and considering impacts across the entire organization.
Octo and the DevSecOps Evolution at Oracle by Ian Van HovenInfluxData
The transition from 40 years of successful licensed software development to an agile-based SaaS business involves many challenges. Octo, a real-time streaming metrics framework built around InfluxDB time series database, is aimed specifically at one: simplifying the collection and visualization of mission-critical operational data to enable a culture change toward metrics immersion and product ownership. Learn more by viewing this InfluxDays NYC 2019 presentation.
Oracle Cloud is an integrated, flexible and robust platform based in standard technologies to help development teams to develop better applications faster and cheaper.
The document describes a demo of lifting and shifting an Oracle Forms application to Oracle Cloud Infrastructure (OCI). It shows reviewing the on-premise environment, creating an OCI compute instance using a custom image, exporting the Oracle database and application files from on-premises, importing the database and deploying the application to the cloud instance, and running the application in OCI to confirm it is working as expected. The demo aims to showcase how enterprises can maximize agility and efficiency while minimizing costs by moving existing Oracle Forms applications to the cloud with no functional changes required.
WEBINAR: API Clouds for Faster APIs: Leveraging Existing Assets for the API ...Jason Bloomberg
This webinar will be presented LIVE at 11:00 PST / 2:00 EST on Thursday, November 12. Go to http://go.softwareag.com/K0000DJ00NR33BB000Ho0P0 to register.
Every enterprise is undergoing end-to-end digital transformation, and Application Programming Interfaces (APIs) are the key to bringing existing IT assets to bear in today's cloud-centric digital initiatives.
Today's APIs are more than just software interfaces. They are the glue that holds the digital world together.
When developers leverage your APIs to create mashups and apps, or to support new devices, your reach is extended, and new channels are opened up to your unique corporate data and services.
If you want to get on board the new API economy to reach new customers and unlock the business value of your corporate assets, you must make your APIs easily accessible to users. The fastest way to do so is with an API Cloud.
Join Digital Transformation thought leader Jason Bloomberg, president of Intellyx, and David Overos from Software AG for a thought-provoking discussion on the role APIs play in enterprise digital initiatives, and how to leverage an API Cloud to quickly participate in today's burgeoning API economy.
Your API is your Product - Arun Ravindran, Unisysbaconfblr
APIs have risen exponentially with over 9000 public APIs in use. Enterprises are adopting APIs in a big way making it a core component of their cloud, mobility and social strategy. Learn why having an API strategy is crucial for a product manager.
The document discusses Oracle's Application Integration and Autonomous Integration Cloud products. It introduces Oracle's vision for an autonomous platform-as-a-service and describes how the Autonomous Integration Cloud provides unified integration and automation of applications across cloud and on-premises environments. It highlights key capabilities like adapters for integration, visual application development, and future real-time integration insight.
Global Azure 2022 - Architecting Modern Serverless APIs with Azure Functions ...Callon Campbell
The document announces an Azure event in Toronto from May 5-7th that Microsoft is sponsoring. It provides information about accessing Microsoft documentation and training resources. It also introduces the speaker, Callon Campbell, who is a Microsoft MVP in Azure and consultant specializing in app migration, modernization and Azure. The agenda covers what serverless means, demos of building serverless APIs with Azure Functions and API Management, and hosting Function apps.
MySQL day Dublin - OCI & Application DevelopmentHenry J. Kröger
Slide deck from the MySQL day on the 23rd of October 2018 in the Oracle Dublin office. Presents Oracle's Cloud Infrastructure and Application Development Platform using Docker and Kubernetes.
#dbhouseparty - Should I be building Microservices?Tammy Bednar
This document discusses whether and how to build microservices. It includes:
1) Presentations by Sanjay Goil, VP of Product Management at Oracle, and Paul Parkinson, Cloud Platform Dev Lead at Oracle on microservices and building a sample microservices application.
2) Recommendations from Oracle ACEs Guido and Rolando on microservices approaches and modernizing existing SOA architectures for microservices.
3) A discussion of how a converged database can simplify building microservices by supporting messaging, multiple data types, and cloud services.
4) A demo of building a microservices application for a food delivery app using technologies like Helidon and a converged database.
This document discusses leveraging Oracle Integration Cloud Service for integrating Oracle E-Business Suite. It provides an overview of Integration Cloud Service and the E-Business Suite adapter. It demonstrates how the E-Business Suite adapter can be used as an invoke (target) and trigger (source). Example integration scenarios for service requests and order to invoice are also presented. The document concludes with a roadmap for future enhancements to the E-Business Suite adapter and references for additional resources.
The document summarizes an agenda for an API development roundtable discussion. It introduces the speakers and establishes discussion rules. It then provides an overview of APIs, including their evolution, growth, use cases, security considerations, and adoption across industries. A quick poll is taken on companies' API maturity. Key concerns around API development like security, performance, and ownership models are discussed. Current tools and strategies used are reviewed. The document recaps the discussion and thanks participants.
API Design – More than just a Payload DefinitionPhil Wilkins
The document discusses various aspects of API design that go beyond just the payload, such as documentation, security, support for adoption and change management. It emphasizes that API design involves more than just the technical specification, and should include additional documentation, SDKs, test frameworks, and approaches to support consumers. Well-designed APIs consider the full lifecycle and user experience, not just the implementation details.
This document discusses the 12 Factor App methodology for logging and whether it is still valid. It begins by summarizing the 12 Factor App guidelines for logging, which state that apps should write logs to stdout and let the execution environment handle routing and storage. It then discusses tools like Fluentd that can be used to aggregate logs from multiple sources and process them. The document considers different deployment approaches for Fluentd and how to address challenges of distributed systems. It concludes that the 12 Factor App guidelines around logging are still largely valid but should not be taken literally, and modern logging frameworks can help address challenges not envisioned when 12 Factor Apps were described.
Fluentd – Making Logging Easy & Effective in a Multi-cloud & Hybrid Environme...Phil Wilkins
Presentation I gave to Developer Week Europe 2022 on the use of Fluentd in Hybrid and distributed use cases.
This builds on previous Fluentd presentations
GitHub Actions - using Free Oracle Cloud Infrastructure (OCI)Phil Wilkins
This document provides an overview of implementing GitHub Actions pipelines on Oracle Cloud Infrastructure (OCI). It discusses how GitHub Actions works differently than Jenkins by breaking up pipelines into more granular tasks that can run highly parallelized. It also covers how to configure GitHub Actions runners on different platforms including OCI, other clouds, and on-premises. The document demonstrates how to structure a sample Java pipeline in GitHub Actions and discusses some advanced features like retrieving artifacts between jobs and using environment variables. It concludes by highlighting considerations for building GitHub Actions pipelines like security, orchestration approach, and cleanup of runners.
This document summarizes an Oracle Cloud Infrastructure (OCI) API and SDK presentation given by Phil Wilkins. It discusses how OCI provides SDKs and APIs to automate regular tasks in the cloud. It then provides examples of when to use the SDKs and APIs over other options like Terraform. The presentation also demonstrates querying for compute nodes using the CLI and creating policies for users using the Python SDK.
How fluentd fits into the modern software landscapePhil Wilkins
The document discusses using Fluentd to manage logs. It provides an overview of Fluentd, including how it can aggregate and route logs from multiple sources to various outputs like Elasticsearch. It also discusses approaches to scaling Fluentd in distributed environments like Kubernetes, including using sidecars. Real-world challenges with log management are addressed, such as the need to consolidate logs from many distributed services and support multiple analytics tools.
gRPC, GraphQL, REST - Which API Tech to use - API Conference Berlin oct 20Phil Wilkins
The document discusses different API technologies including gRPC, GraphQL, and REST. It provides overviews of each technology, describing their origins, key concepts, pros, and cons. gRPC was developed by Google and uses protocol buffers for messages and HTTP/2 for transport. GraphQL was created by Facebook and uses a query language for clients to specify the exact data they need. REST is the more established standard based on HTTP and uses URIs for identification of resources.
This document summarizes a presentation about using FluentD for end-to-end monitoring. It discusses the challenges of monitoring modern distributed applications and introduces FluentD as a highly pluggable framework that can capture logs and metrics from various sources and filter, aggregate, and route the data to various outputs like databases, alerting services, and visualization tools. It then provides examples of using FluentD to address challenges like consolidating logs from microservices and filtering critical events. Potential approaches for scaling FluentD in containerized environments are also discussed.
The document summarizes an Oracle developer meetup organized by Capgemini. It provides details about the meetup organizer Phil Wilkins, locations and organizers of similar meetups in different cities, typical agenda of the meetups, topics discussed in past meetups and their popularity, attendance statistics, and a potential future demonstration on controlling drones through APIs. The document aims to share learnings from previous meetups and gather feedback to improve future meetups.
The document provides an overview of Terraform and discusses why it was chosen over other infrastructure as code tools. It outlines an agenda covering Terraform installation, configuration, and use of data sources and resources to build example infrastructure including a VCN, internet gateway, subnets, and how to taint and destroy resources. The live demo then walks through setting up Terraform and using it to provision example OCI resources.
Oracle London Developer Meetup November 2018Phil Wilkins
Phil Wilkins and Luis Weir will host the #OracleDeveloperMeetup event on November 19th in London. The event will include talks on microservices in a monolith world and an overview of Terraform and infrastructure as code. Phil Wilkins is a technical architect specializing in integration and PaaS who has authored books and articles. The next meetup may take place on January 28th and cover Helidon and Java topics. The event is organized by Capgemini, a global consulting firm.
London Oracle Developer Meetup - June 18 - Drones with APIsPhil Wilkins
This document provides information about two individuals, Phil Wilkins and Luis Weir, who work for Capgemini. Phil Wilkins is a developer who has worked with Oracle technologies for nine years and has published books on integration and API platforms. Luis Weir is the CTO of Capgemini UK and an Oracle Ace Director who focuses on integration and platform as a service technologies. The document also advertises an upcoming event hosted by Luis Weir on streaming ETL using Oracle, Apache Kafka, and KSQL.
Oracle integration cloud service (ICS) best practices learned from the field ...Phil Wilkins
Presented at Oracle OpenWorld 2017 by the authors of the book Implementing Oracle Integration Cloud - Phil Wilkins & Robert van Molken
For more information see https://oracle-integration.cloud
Oracle ICS Best Practises - 1st Presented at Oracle Partner PaaS Forum by Phi...Phil Wilkins
Robert van Molken & Phil Wilkins presented a short brief presentation on some good practices related to the use of Oracle ICS. This was 1st presented at the Oracle EMEA Partner Forum in Split, Croatia, 27th March 2017
- The document summarizes observations from Oracle Open World 2015 regarding Oracle's middleware products and cloud services.
- It notes that Oracle PaaS appears to be maturing quicker than other areas, and that Oracle is working to make hybrid cloud solutions seamless between Oracle cloud, other clouds, and on-premise.
- Key product announcements included updates to SOA, MFT, Java Cloud Service, and Coherence, as well as new capabilities for Integration Cloud Service and API management.
Enabling application architecture capacity through offshore si engagementPhil Wilkins
This document discusses enabling application architecture capacity through offshore systems integrator engagement. It identifies goals such as defining service level agreements (SLAs) and metrics for compliance. Candidate SLAs are proposed for both service delivery, like timely resource availability, and service execution, like compliance with standards. The document suggests SLAs could encourage behaviors like governance compliance, quality work, and timely communication. Overall it analyzes how to structure an offshore partnership to augment an organization's architecture team through clear processes, measurements, and expectations.
This document discusses Oracle technologies including SOA Suite, AIA, and Fusion Apps. It begins with a disclaimer and introduction about the presenter's background. It then provides an overview of Oracle's technology stack and how AIA fits within layers for applications, platforms, and integration technologies. The document drills down on specific Oracle products like WebLogic, ODI, SOA Suite, OBIEE, and how AIA leverages a canonical data model and development strategies to enable integration and an approach to SOA.
An approach to making it easer to work in a license constrained worldPhil Wilkins
This document provides an approach to simplify designing in a license constrained world by identifying usage scenarios for Oracle middleware products. It begins with disclaimers and background information on the licensing documentation. Key aspects discussed include terminology, the license picture, what qualifies as an Oracle product, and OTN licensing. Examples of usage scenarios are then provided for AIA, SOA Suite, ODI, and Informatica-based integrations. Diagram keys are also explained to help interpret the licensing validity of each scenario.
Artificial Intelligence is providing benefits in many areas of work within the heritage sector, from image analysis, to ideas generation, and new research tools. However, it is more critical than ever for people, with analogue intelligence, to ensure the integrity and ethical use of AI. Including real people can improve the use of AI by identifying potential biases, cross-checking results, refining workflows, and providing contextual relevance to AI-driven results.
News about the impact of AI often paints a rosy picture. In practice, there are many potential pitfalls. This presentation discusses these issues and looks at the role of analogue intelligence and analogue interfaces in providing the best results to our audiences. How do we deal with factually incorrect results? How do we get content generated that better reflects the diversity of our communities? What roles are there for physical, in-person experiences in the digital world?
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager APIUiPathCommunity
Join this UiPath Community Berlin meetup to explore the Orchestrator API, Swagger interface, and the Test Manager API. Learn how to leverage these tools to streamline automation, enhance testing, and integrate more efficiently with UiPath. Perfect for developers, testers, and automation enthusiasts!
📕 Agenda
Welcome & Introductions
Orchestrator API Overview
Exploring the Swagger Interface
Test Manager API Highlights
Streamlining Automation & Testing with APIs (Demo)
Q&A and Open Discussion
Perfect for developers, testers, and automation enthusiasts!
👉 Join our UiPath Community Berlin chapter: https://community.uipath.com/berlin/
This session streamed live on April 29, 2025, 18:00 CET.
Check out all our upcoming UiPath Community sessions at https://community.uipath.com/events/.
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025BookNet Canada
Book industry standards are evolving rapidly. In the first part of this session, we’ll share an overview of key developments from 2024 and the early months of 2025. Then, BookNet’s resident standards expert, Tom Richardson, and CEO, Lauren Stewart, have a forward-looking conversation about what’s next.
Link to recording, transcript, and accompanying resource: https://bnctechforum.ca/sessions/standardsgoals-for-2025-standards-certification-roundup/
Presented by BookNet Canada on May 6, 2025 with support from the Department of Canadian Heritage.
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptxAnoop Ashok
In today's fast-paced retail environment, efficiency is key. Every minute counts, and every penny matters. One tool that can significantly boost your store's efficiency is a well-executed planogram. These visual merchandising blueprints not only enhance store layouts but also save time and money in the process.
HCL Nomad Web – Best Practices and Managing Multiuser Environmentspanagenda
Webinar Recording: https://www.panagenda.com/webinars/hcl-nomad-web-best-practices-and-managing-multiuser-environments/
HCL Nomad Web is heralded as the next generation of the HCL Notes client, offering numerous advantages such as eliminating the need for packaging, distribution, and installation. Nomad Web client upgrades will be installed “automatically” in the background. This significantly reduces the administrative footprint compared to traditional HCL Notes clients. However, troubleshooting issues in Nomad Web present unique challenges compared to the Notes client.
Join Christoph and Marc as they demonstrate how to simplify the troubleshooting process in HCL Nomad Web, ensuring a smoother and more efficient user experience.
In this webinar, we will explore effective strategies for diagnosing and resolving common problems in HCL Nomad Web, including
- Accessing the console
- Locating and interpreting log files
- Accessing the data folder within the browser’s cache (using OPFS)
- Understand the difference between single- and multi-user scenarios
- Utilizing Client Clocking
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...TrustArc
Most consumers believe they’re making informed decisions about their personal data—adjusting privacy settings, blocking trackers, and opting out where they can. However, our new research reveals that while awareness is high, taking meaningful action is still lacking. On the corporate side, many organizations report strong policies for managing third-party data and consumer consent yet fall short when it comes to consistency, accountability and transparency.
This session will explore the research findings from TrustArc’s Privacy Pulse Survey, examining consumer attitudes toward personal data collection and practical suggestions for corporate practices around purchasing third-party data.
Attendees will learn:
- Consumer awareness around data brokers and what consumers are doing to limit data collection
- How businesses assess third-party vendors and their consent management operations
- Where business preparedness needs improvement
- What these trends mean for the future of privacy governance and public trust
This discussion is essential for privacy, risk, and compliance professionals who want to ground their strategies in current data and prepare for what’s next in the privacy landscape.
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptxJustin Reock
Building 10x Organizations with Modern Productivity Metrics
10x developers may be a myth, but 10x organizations are very real, as proven by the influential study performed in the 1980s, ‘The Coding War Games.’
Right now, here in early 2025, we seem to be experiencing YAPP (Yet Another Productivity Philosophy), and that philosophy is converging on developer experience. It seems that with every new method we invent for the delivery of products, whether physical or virtual, we reinvent productivity philosophies to go alongside them.
But which of these approaches actually work? DORA? SPACE? DevEx? What should we invest in and create urgency behind today, so that we don’t find ourselves having the same discussion again in a decade?
Book industry standards are evolving rapidly. In the first part of this session, we’ll share an overview of key developments from 2024 and the early months of 2025. Then, BookNet’s resident standards expert, Tom Richardson, and CEO, Lauren Stewart, have a forward-looking conversation about what’s next.
Link to recording, presentation slides, and accompanying resource: https://bnctechforum.ca/sessions/standardsgoals-for-2025-standards-certification-roundup/
Presented by BookNet Canada on May 6, 2025 with support from the Department of Canadian Heritage.
Big Data Analytics Quick Research Guide by Arthur MorganArthur Morgan
This is a Quick Research Guide (QRG).
QRGs include the following:
- A brief, high-level overview of the QRG topic.
- A milestone timeline for the QRG topic.
- Links to various free online resource materials to provide a deeper dive into the QRG topic.
- Conclusion and a recommendation for at least two books available in the SJPL system on the QRG topic.
QRGs planned for the series:
- Artificial Intelligence QRG
- Quantum Computing QRG
- Big Data Analytics QRG
- Spacecraft Guidance, Navigation & Control QRG (coming 2026)
- UK Home Computing & The Birth of ARM QRG (coming 2027)
Any questions or comments?
- Please contact Arthur Morgan at [email protected].
100% human made.
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...SOFTTECHHUB
I started my online journey with several hosting services before stumbling upon Ai EngineHost. At first, the idea of paying one fee and getting lifetime access seemed too good to pass up. The platform is built on reliable US-based servers, ensuring your projects run at high speeds and remain safe. Let me take you step by step through its benefits and features as I explain why this hosting solution is a perfect fit for digital entrepreneurs.
Procurement Insights Cost To Value Guide.pptxJon Hansen
Procurement Insights integrated Historic Procurement Industry Archives, serves as a powerful complement — not a competitor — to other procurement industry firms. It fills critical gaps in depth, agility, and contextual insight that most traditional analyst and association models overlook.
Learn more about this value- driven proprietary service offering here.
Linux Support for SMARC: How Toradex Empowers Embedded DevelopersToradex
Toradex brings robust Linux support to SMARC (Smart Mobility Architecture), ensuring high performance and long-term reliability for embedded applications. Here’s how:
• Optimized Torizon OS & Yocto Support – Toradex provides Torizon OS, a Debian-based easy-to-use platform, and Yocto BSPs for customized Linux images on SMARC modules.
• Seamless Integration with i.MX 8M Plus and i.MX 95 – Toradex SMARC solutions leverage NXP’s i.MX 8 M Plus and i.MX 95 SoCs, delivering power efficiency and AI-ready performance.
• Secure and Reliable – With Secure Boot, over-the-air (OTA) updates, and LTS kernel support, Toradex ensures industrial-grade security and longevity.
• Containerized Workflows for AI & IoT – Support for Docker, ROS, and real-time Linux enables scalable AI, ML, and IoT applications.
• Strong Ecosystem & Developer Support – Toradex offers comprehensive documentation, developer tools, and dedicated support, accelerating time-to-market.
With Toradex’s Linux support for SMARC, developers get a scalable, secure, and high-performance solution for industrial, medical, and AI-driven applications.
Do you have a specific project or application in mind where you're considering SMARC? We can help with Free Compatibility Check and help you with quick time-to-market
For more information: https://www.toradex.com/computer-on-modules/smarc-arm-family
Dev Dives: Automate and orchestrate your processes with UiPath MaestroUiPathCommunity
This session is designed to equip developers with the skills needed to build mission-critical, end-to-end processes that seamlessly orchestrate agents, people, and robots.
📕 Here's what you can expect:
- Modeling: Build end-to-end processes using BPMN.
- Implementing: Integrate agentic tasks, RPA, APIs, and advanced decisioning into processes.
- Operating: Control process instances with rewind, replay, pause, and stop functions.
- Monitoring: Use dashboards and embedded analytics for real-time insights into process instances.
This webinar is a must-attend for developers looking to enhance their agentic automation skills and orchestrate robust, mission-critical processes.
👨🏫 Speaker:
Andrei Vintila, Principal Product Manager @UiPath
This session streamed live on April 29, 2025, 16:00 CET.
Check out all our upcoming Dev Dives sessions at https://community.uipath.com/dev-dives-automation-developer-2025/.
Dev Dives: Automate and orchestrate your processes with UiPath MaestroUiPathCommunity
API Platform Cloud Service best practice - OOW17
1. Oracle Open World 2017
Oracle API Platform Best Practices & Lessons Learnt
San Francisco, October 2017
Luis Weir
[email protected]
uk.linkedin.com/in/lweir
@luisw19
www.soa4u.co.uk /
APIPlatform.cloud
Phil Wilkins
[email protected]
uk.linkedin.com/in/philWilkins
@PhilAtCapgemini /
@MP3Monster
Oracle-integration.cloud /
APIPlatform.cloud /
Blog.mp3monster.org