WSO2 API Manager is a fully open-source full lifecycle API Management solution that can be run anywhere. It can be deployed on-prem, on a private cloud, is available as a service on cloud or deployed in a hybrid fashion where its components can be distributed and deployed across multiple cloud and on-prem infrastructures. Even though…
Category: Tips
Submit data to a google form in a programmatical way – unsecured form
Nowadays google forms are the most convenient way of collecting information and when it comes to google forms, usually the recommended way is to have security enabled so the user needs to be logged in before submitting the form. But sometimes when we are conducting surveys that are not possible as we need to share…
Spring Security integration with WSO2 Identity Server
Recently I did a small screen cast on “Spring Security integration with WSO2 Identity Server”. You can find all the resources I have used in the screencast bellow. Source code of the SDK : https://github.com/rnavagamuwa/spring-security-abac/tree/master/sdk The source code of the sample: https://github.com/rnavagamuwa/spring-security-abac/tree/master/sample Slide deck
Install Oracle Database 11g Express Edition on CentOS 6.x
Overview Oracle database is one of the most widely used relational database management systems (RDBMS) in enterprise environments. Developed, maintained, and supported by Oracle Corporation, this RDBMS is often installed on top of a flavor of Enterprise Linux (RHEL, CentOS, or Scientific Linux). This makes for a very robust operating system – database choice. In…