You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2016/06/28 18:54:39 UTC

svn propchange: r1750557 - svn:log

Author: jleroux
Revision: 1750557
Modified property: svn:log

Modified: svn:log at Tue Jun 28 18:54:39 2016
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Tue Jun 28 18:54:39 2016
@@ -35,6 +35,14 @@ Now created jar will be scanned in jar s
 This change will not increase server start up time more than couple of seconds (in my case, it just two seconds). So scanning time totally depends on the list of jars scanned.
 Conclusion: We can use websocket support with the help of jar filters.
 
+The very basic working example of sending push notifications to all connected clients using WebSocket added by Amardeep Singh Jhajj works as follow:
+
+1. Adds support to show push notifications over every screen of an example application using WebSocket when any example created or updated.
+2. As it's an example, so for now push notifications will only for example creation and update using SECA's.
+3. Push notification will be shown on screen for 5 seconds only, we can close it before 5 seconds using close button if needed.
+The UI of notification pop-up can be changed. I kept it simple (No fancy work) to just demonstrate the WebSocket usage.
+To see it in action, Please follow the steps given in OFBIZ-7073 and apply patch given here.
+
 
 jleroux: I committed the 2 patches at the same time because the changes in .classpath and the LICENSE files were in the example patch for OFBIZ-7467.