Search results
From Documentation
Page title matches
- #REDIRECT [[Small Talks/2007/October/Integrate Server Push with ListModel - SimpleListModelSharer]]99 bytes (11 words) - 08:24, 20 September 2010
- In the latest version of ZK, 3.0 RC, we provide a new feature – Server Push, which let you access desktop and all of its children components out of a Z ...u a convenient class called SimpleListModelSharer, which integrates Server Push and ListModel to share single ListModel to multiple desktops. You can just5 KB (599 words) - 03:37, 28 December 2011
- To show how easy we can use server push with ZK, let us take a look at the stock charting example. ...oesn't allow this directly. However, there are some ways to emulate server push. We will mention two examples below, one by client polling and the other us8 KB (1,063 words) - 03:49, 8 December 2010
- ...ools for dealing with web development. The first is the concept of "Server Push". And the second is the use of the graph, "Dial Chart". ...e an invaluable tool for creating rich interfaces and working with "Server Push" can make the systems much more interesting. In this article we will show h11 KB (1,348 words) - 08:09, 15 March 2011
- ...ld-saying, “Life finds a way.” Thus, there are many ways to emulate server push. Three of the most famous examples are [http://en.wikipedia.org/wiki/Revers =What can server push do for you?=9 KB (1,337 words) - 02:38, 27 December 2019
- ...information from a remote embedded system and update the UI with ZK Server Push. I hope these tips will be useful references for those who have a similar r ...Servlet in Java EE, accompanied by Observable Pattern to trigger ZK Server Push to change ZUL. The main classes and ZUL are named below:5 KB (822 words) - 03:38, 8 March 2016
- ...plication, once a message is entered by a participant, the server has to ''push'' it to all clients that are involved in the conversation. ...it asynchronously -- please refer to the [[ZK Developer's Reference/Server Push/Asynchronous Tasks|Asynchronous Tasks]] section for more information.5 KB (694 words) - 10:25, 5 February 2024
- # enable server push ...ous event listener]], or implement it as [[ZK Developer's Reference/Server Push/Synchronous Tasks|a synchronous task]] and handle lengthy operation outside3 KB (365 words) - 07:37, 8 July 2022
- ZK generalizes the event queue to support the server push. The use is straightforward: specifying the scope of a given event queue as ...the task can execute asynchronously; or [[ZK Developer's Reference/Server Push/Synchronous Tasks|Synchronous Tasks]] if it must execute synchronously.2 KB (229 words) - 03:21, 1 February 2024
- ...er Push is available in ZK PE and EE, while ZK EE supports Servlet 3 Comet Push. | Comet Server Push8 KB (1,170 words) - 04:18, 1 February 2024
- ...technology a few approaches] to emulate ''push'' -- it is also called Ajax Push. We can summarize these approaches in 2 categories: ...nd cons, and we will discuss them in the [[ZK Developer's Reference/Server Push/Configuration|Configuration]] section.2 KB (248 words) - 09:21, 14 September 2023
- <server-push-class>''a_class_name''</server-push-class> It specifies which class used to implement the server-push feature. The class must have a default constructor (without any argument),1 KB (133 words) - 06:21, 5 August 2011
- ...working thread when your predefined condition is satisfied. To use server push is simple,and it requires only three steps as follows, ...nvoke <code>Desktop.enableServerPush(boolean bool)</code> to enable server push4 KB (573 words) - 10:35, 19 January 2022
Page text matches
- It specifies the maximum allowed number of concurrent server-push connections per session. A negative number (default) means no limitation at all. Zero means no server push is allowed at all.814 bytes (105 words) - 04:24, 8 September 2023
- [<connection-type>server-push|'''au'''</connection-type>] <connection-type>server-push</connection-type>2 KB (314 words) - 03:39, 5 February 2024
- ...technology a few approaches] to emulate ''push'' -- it is also called Ajax Push. We can summarize these approaches in 2 categories: ...nd cons, and we will discuss them in the [[ZK Developer's Reference/Server Push/Configuration|Configuration]] section.2 KB (248 words) - 09:21, 14 September 2023
- #REDIRECT [[Small Talks/2007/October/Integrate Server Push with ListModel - SimpleListModelSharer]]99 bytes (11 words) - 08:24, 20 September 2010
- #REDIRECT [[Small Talks/2011/March/Server Push and the Dial Chart]]67 bytes (10 words) - 07:53, 15 March 2011
- ...working thread when your predefined condition is satisfied. To use server push is simple,and it requires only three steps as follows, ...nvoke <code>Desktop.enableServerPush(boolean bool)</code> to enable server push4 KB (573 words) - 10:35, 19 January 2022
- :<code>activate</code> : Activates a server-push thread. :<code>deactivate</code> : Deactivates a server-push thread.947 bytes (128 words) - 10:40, 19 January 2022
- ...t 3-supported Jetty. You should not use the default Servlet 3 Comet server push ([http://books.zkoss.org/wiki/Small_Talks/2012/February/New_Features_of_ZK_ <server-push-class>org.zkoss.zkex.ui.comet.CometServerPush</server-push-class>2 KB (252 words) - 07:47, 29 July 2013
- :<code>enableServerPush</code> : to enable server push384 bytes (48 words) - 10:40, 19 January 2022
- ...-polling server push. In other words, if there are multiple pending server-push based on the client-polling, ZK will handle them one-by-one until all are s799 bytes (105 words) - 10:17, 8 August 2011
- ...plication, once a message is entered by a participant, the server has to ''push'' it to all clients that are involved in the conversation. ...it asynchronously -- please refer to the [[ZK Developer's Reference/Server Push/Asynchronous Tasks|Asynchronous Tasks]] section for more information.5 KB (694 words) - 10:25, 5 February 2024
- # enable server push ...ous event listener]], or implement it as [[ZK Developer's Reference/Server Push/Synchronous Tasks|a synchronous task]] and handle lengthy operation outside3 KB (365 words) - 07:37, 8 July 2022
- ZK generalizes the event queue to support the server push. The use is straightforward: specifying the scope of a given event queue as ...the task can execute asynchronously; or [[ZK Developer's Reference/Server Push/Synchronous Tasks|Synchronous Tasks]] if it must execute synchronously.2 KB (229 words) - 03:21, 1 February 2024
- ...ynchronization of the states of the components between the browser and the server is done automatically by ZK and transparently to the application. ...ess full Java technology stack. User activities, including Ajax and Server Push, are abstracted to event objects. UI are composed of POJO-like components.1 KB (175 words) - 23:53, 28 March 2013
- ...er Push is available in ZK PE and EE, while ZK EE supports Servlet 3 Comet Push. | Comet Server Push8 KB (1,170 words) - 04:18, 1 February 2024
- ...o clients automatically by using '''SimpleListModelSharer''' and '''Server Push'''. * Enable server push by desktop.enableServerPush(true);.5 KB (595 words) - 01:44, 20 December 2010
- ...he use of Servlet 3's Asynchronous Support for handling Comet-based server push. By default, ZK detects if the server supports Servlet 3 and then uses Asynchronous Support if available. The mem632 bytes (84 words) - 06:05, 17 January 2024
- By default, ZK communicates with a server in [https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest XMLHttp ...nection is enabled, ZK will use WebSocketServerPush by default when server-push started.1 KB (159 words) - 11:47, 13 April 2022
- ZK Configuration Reference/zk.xml/The Library Properties/org.zkoss.zk.ui.Desktop.maxScheduleInfoSizeThis property determines the maximum number of server push events that can be queued for a desktop when ServerPush is enabled.515 bytes (61 words) - 10:08, 4 December 2023
- ...information from a remote embedded system and update the UI with ZK Server Push. I hope these tips will be useful references for those who have a similar r ...Servlet in Java EE, accompanied by Observable Pattern to trigger ZK Server Push to change ZUL. The main classes and ZUL are named below:5 KB (822 words) - 03:38, 8 March 2016