JSF WebSocket with OmniFaces in Oracle ADF
Hi, In previous post I shared another example of usage of WebSocket technology within Oracle ADF 12cR2. ADF 12cR2: Using WebSockets for warning Task Flow Concurrency As part of my presentation in NLOUG 2018 I compared JSF 2.3 declarative way of doing WebSocket vs Oracle ADF (JSF 2.2) way. I started being using OmniFaces as a very good Faces utility for my JSF projects and seen <o:socket...> which functionality is " the same " as <f:websocket...> for the implementation of WebScoket in JSF in a declarative way. By using OmniFaces you can extend the possibilities of Oracle ADF 12cR2 with some useful components and libraries. The example can be found in my GitHub of ADF Demos: https://github.com/DanielMerchan/adf In this simple example I made use of the <o:socket...> for WebSocket implementation. But, you can think in more complex scenarios where: You want to communicate with a certain set of users You can do Client - Server and viceversa ...