Tag: WebLogic

  • Building and documenting REST APIs with ORDS

    Building and documenting REST APIs with ORDS

    Building and documenting REST APIs with ORDS Introduction In the first part of the article we will provide an overview of how you can use Oracle REST Data Services for providing APIs directly from your PL/SQL code . The second part covers how to document our Web services using Swagger. Lets begin with a couple

    Explore →

  • Oracle REST Data Services running on Tomcat – Basic Authentication using JNDI Realm

    Oracle REST Data Services running on Tomcat – Basic Authentication using JNDI Realm

    Oracle REST Data Services running on Tomcat – Basic Authentication using JNDI Realm What do we want to achieve? We want to protect our REST endpoints using Basic Authentication and authenticate the requests against our users directory (LDAP). We also want to manage the privileges centrally, through the ORDS Roles and Privileges (https://oracle-base.com/articles/misc/oracle-rest-data-services-ords-authentication#ords-roles-and-privileges), so no

    Explore →

  • Oracle JET, ORDS & OAUTH2

    Oracle JET, ORDS & OAUTH2

    Oracle JET, ORDS & OAUTH2 Hello there, Probably you are familiar with other Oracle developer tools and frameworks like APEX and ADF. But maybe you are less aware that Oracle entered into the Javascript rumble with the Oracle Javascript Extension Toolkit. Oracle JET is a modular Javascript framework or toolkit formed by several popular Javascript

    Explore →

  • SSO for Oracle REST DataServices

    SSO for Oracle REST DataServices

    SSO for Oracle REST DataServices Hello there, Recently I’ve started to dig into the ORDS authentication and more specifically in how to make it work against my Oracle WebLogic server authenticators. ORDS Service Definition The first step is to create or define a REST service in our Oracle database. The oracle-base.com guys have a fantastic

    Explore →

  • Starting up with the Oracle Java Cloud Services.

    Starting up with the Oracle Java Cloud Services.

    Starting up with the Oracle Java Cloud Services. Hello everyone, In this entry I would like to share my experiences using Oracle Java Cloud Service, especially securing the application environment. I will show you some issues that I encountered during standard process of setting up environment. I will also explain some basic concepts that are

    Explore →

  • CERN IT-DB group develops a new WebLogic Command Line Interface tool for CERN Java Middleware Services

    CERN IT-DB group develops a new WebLogic Command Line Interface tool for CERN Java Middleware Services

    CERN IT-DB group develops a new WebLogic Command Line Interface tool for CERN Java Middleware Services Introduction CERN WebLogic CLI tool[1] is written in Python. A project is being realized in an object oriented way to contribute towards flexibility, modularity and legibility of a solution and the modules of the system are designed to maximize end-user

    Explore →

  • Oracle Weblogic Maven Plugin Quickstart

    Oracle Weblogic Maven Plugin Quickstart

    Oracle Weblogic Maven Plugin Quickstart If you have worked with maven in an enterprise environment probably you have followed recipes like this one (btw thanks Mykong!) in order to integrate Oracle libraries in your projects. But nowadays you can forget about all these tricks because since the beginning of the year the Oracle Maven repository

    Explore →

  • Oracle Weblogic SAML2 Authorization

    Oracle Weblogic SAML2 Authorization

    Oracle Weblogic SAML2 Authorization Grammatically the title has no much sense, but those were the keywords that I used to type a couple of years ago when I started to work in the integration of our JEE applications into our SSO system. Oracle Weblogic provides a module that supports the SAML2 protocol. SAML, Security Assertion

    Explore →