Contextual Chatbot with TensorFlow, Node.js and Oracle JET - Steps How to...
Blog reader was asking to provide a list of steps, to guide through install and run process for chatbot solution with TensorFlow, Node.JS and Oracle JET.Resources:1. Chatbot UI and context handling...
View ArticleADF Postback Payload Size Optimization
Recently I came across property called oracle.adf.view.rich.POSTBACK_PAYLOAD_TYPE. This property helps to optimize postback payload size. It is described in ADF Faces configuration section - A.2.3.16...
View ArticleOracle VBCS - Pay As You Go Cloud Model Experience Explained
If you are considering starting using VBCS cloud service from Oracle, may be this post will be useful. I will share my experience with pay as you go model.Two payment models are available:1. Pay As You...
View ArticleText Classification with Deep Neural Network in TensorFlow - Simple Explanation
Text classification implementation with TensorFlow can be simple. One of the areas where text classification can be applied - chatbot text processing and intent resolution. I will describe step by step...
View ArticleData Conflict Solution for ADF BC REST with Versioning
I would like to share sample solution for data conflict processing in ADF BC REST using versioning. When multiple users are editing concurrently the same data row - it is important to inform user...
View ArticleOracle Offline Persistence Toolkit - Controlling Online Replay
Few months ago I had a post about Oracle Offline Persistence toolkit, which integrates well with Oracle JET (JavaScript toolkit from Oracle) - Oracle JET Offline Persistence Toolkit - Offline Update...
View ArticleFlow Navigation Menu Control in Oracle VBCS
Oracle VBCS allows us to build multiple flows within the application. This is great - this helps to split application logic into different smaller modules. Although VBCS doesn't offer (in the current...
View ArticleADF BC REST Query and SQL Nesting Control Solution
I will talk about expert mode View Object (with hand written SQL), this View Object is created based on SQL join. So, thats my use case for today example. I will describe issue related to generated SQL...
View ArticleImplementing Handle Patch Method in JET Offline Toolkit
When executing PATCH requests offline, JET Offline Persistence Toolkit will record that request and synch it to the backend, once online. But it will not update data stored in cache, this is by design....
View ArticleQuery Logic Implementation in VBCS for ADF BC REST
Oracle Visual Builder Cloud Service allows to define external REST service connections. In this post I will explain how to implement query logic against such service. Connection is defined for ADF BC...
View ArticleOracle Offline Persistence Toolkit - Reacting to Replay Conflict
This is next post related to Oracle Offline Persistence Toolkit. Check my previous writing on same subject - Implementing Handle Patch Method in JET Offline Toolkit. Read more about toolkit on GitHub...
View ArticleOracle Offline Persistence Toolkit - After Request Sync Listener
In my previous post, we learned how to handle replay conflict - Oracle Offline Persistence Toolkit - Reacting to Replay Conflict. Additional important thing to know - how to handle response from...
View ArticleOracle Offline Persistence Toolkit - Before Request Sync Listener
One more post from me related to Oracle Offline Persistence Toolkit. I already described how after request listener could be useful to read response data after sync - Oracle Offline Persistence Toolkit...
View ArticleOracle Offline Persistence Toolkit - Submitting Client Changes
One of the key topics related to Oracle Offline Persistence toolkit - submitting client changes to backend when data conflict exists. If data was updated on the backend, while client was offline and...
View ArticleOracle Offline Persistence Toolkit - Applying Server Changes
This is my final post related to Oracle Offline Persistence Toolkit. I will show simple example, which explains how to apply server changes, if data conflict comes up. Read previous post about - Oracle...
View ArticleADF Task Flow Performance Boost with JET UI Shell Wrapper
ADF application with UI Shell and ADF Task Flows rendered in dynamic tabs would not offer instant switch from one tab to another experience. Thats because tab switch request goes to the server and only...
View ArticleADF 19 Demo from Oracle Open World San Francisco
ADF 19 was announced by Shay Shmeltzer at OOW'18. Expect to have many bug fixes and improvements in this release. I have recorded two videos demonstrating:1. Client side responsive layout2. Vertical...
View ArticleTypeScript Example in Oracle JET 6.0.0
JET 6.0.0 officially supports TypeScript, wow that great news. If you are building large JavaScript application with JET, it will be much easier to manage code with TypeScript - it does type checking...
View ArticleMachine Learning - Getting Data Into Right Shape
When you build machine learning model, first start with the data - make sure input data is prepared well and it represents true state of what you want machine learning model to learn. Data preparation...
View ArticleManaging Persisted State for Oracle JET Web Component Variable with Writeback...
Starting from JET 6.0.0 Composite Components (CCA) are renamed to be Web Components (I like this new name more, it sounds more simple to me). In today post I will talk about Web Component writeback...
View Article