Posts

Oracle APEX Plugin: WebView

Image
Hi everyone! Welcome to my blog! I'm very excited to share my experiences and knowledge of Oracle APEX and Javascript. I hope you will find this blog fun, interesting and useful. I've had the pleasure of met Joel Kallman, co-founder of Oracle Application Express in Oracle Developer Tour 2017 in Cordoba, Argentina. I am currently researching to add new features to APEX by using Plugins to re-use components and improve the development time. Sometimes, we need to display content from the same application or another site, we can solve this using html iframes, but we need to write the same code every time we add this feature. This is very tricky to mantain in real projects. Recently, in a project, our customer needed to call an external report and we wanted to show it embedded in the page as a part of it. For that reason, I develop a webview plugin, which you can find here  or  Github Enjoy it!