satishkumar.hashnode.devFrom CLI to Web UI: VBCS Documentation Generator - Web UI DemoIn my previous post, Automating VBCS Documentation with AI – A Node.js CLI Tool,I walked through a command-line utility built to generate documentation for Oracle VBCS applications using AI. That tool proved one thing very clearly: AI can dramatical...Feb 11·1 min read
satishkumar.hashnode.devAutomating VBCS Documentation with AI — A Node.js CLI ToolDocumentation is one of those tasks every developer knows is important… but rarely enjoys doing. Especially in Oracle Visual Builder (VBCS) projects — pages, flows, business objects, REST endpoints — it quickly becomes repetitive. So, I decided to bu...Dec 5, 2025·1 min read
satishkumar.hashnode.devInvoke External Authenticated APIs from VB Studio Application Extensions – Part 2In our previous part we understood the concept of Local Server. Lets puts that to use here. The high level Steps would be Within your Extension the Backend Server would be marked as Local Server. This would solve the design time issue. In Fusion, S...Dec 4, 2025·1 min read
satishkumar.hashnode.devInvoke External Authenticated APIs from VB Studio Application Extensions – Part 1⚠️ This article applies only to SaaS Application UI Extensions created in VB Studio.It does not apply to standalone apps deployed to Oracle Visual Builder Cloud Service (VBCS). For a while now, the Oracle Visual Builder (VB) runtime has been integrat...Dec 1, 2025·3 min read
satishkumar.hashnode.devInvoking SOAP Services from Oracle Visual Builder [Part 2]In Part 1, we set up a SOAP service connection in VBCS, built a SOAP request, and successfully invoked a BI Publisher report using the ExternalReportWSSService. The API responded with a base64-encoded payload — in our case, a CSV containing the repor...Aug 13, 2025·2 min read