Search results

From Documentation
  • ...udly presents you ZK 3.5. It includes a lot of new features - Comet server push, Grouping Grid/Listbox , more layout components - Panel, Portallayout, Colu =Comet Server Push Supported=
    15 KB (2,184 words) - 04:16, 20 January 2022
  • For ease of use, ZK provides server push which allows you to update client’s information more easily. In addition, ==Server Push==
    17 KB (2,515 words) - 07:22, 17 December 2010
  • == Server+Client Fusion == ...erver-centric envelope to make ZK even more productive. In addition to the server-centric approach, developers can now optionally leverage the full controlla
    14 KB (2,102 words) - 04:17, 20 January 2022
  • ...ver. The synchronization of components' states between the browser and the server is done automatically by ZK and transparently to the application. ...s to full Java technology stacks. User activities, such as Ajax and Server Push, are abstracted to event objects. UI is composed by POJO-like components. I
    9 KB (1,427 words) - 08:43, 19 January 2024
  • <connection-type>server-push</connection-type></source> 如果您想藉伺服端傳送錯誤報告, 那你就必須將<connection-type> 設定為server-push.
    11 KB (735 words) - 09:47, 19 January 2011
  • ...on scope event queue cannot be used with App Engine. If you require server push feature, you should use [http://books.zkoss.org/wiki/ZK_Component_Reference
    8 KB (1,043 words) - 12:38, 19 January 2022
  • ...lease refer to [[ZK_Developer's_Guide/Advanced_ZK/Long_Operations | server push]].)
    3 KB (401 words) - 10:36, 19 January 2022
  • ...nt handler, please refer to [[ZK_Developer's_Reference/Server_Push| server push]].
    3 KB (424 words) - 10:40, 19 January 2022
  • =Communication between iFrames without server push= ...ossible to communicate between these instances without the need for server push or timer. It thus minimizes the network traffic.
    10 KB (1,395 words) - 04:17, 20 January 2022
  • ...am proudly presents you ZK 3.0. It includes a lot of new features - server push, layout components, and more integration with other components/frameworks, For ease of use, ZK provides server push which allows you to update client’s information more easily. In addition,
    25 KB (3,650 words) - 09:30, 7 December 2010
  • **Components (POJO) run on JVM on the server, and they have their counter parts (widgets - JS objects) on the client sid **User activities on widgets are reflected to the components on the server. Component updates are reflected back to the widgets on the client side.
    5 KB (830 words) - 00:06, 29 March 2013
  • ...r's Reference]], there are several options to prevent the blocking: server push, suspend/resume, timer, and piggyback. They all require you to create a wor
    3 KB (410 words) - 07:12, 29 December 2010
  • ...ent queue with any scope except Desktop will automatically activate server push. ...nt queue using the session or application scopes if you do not want server push to be activated.
    8 KB (1,285 words) - 04:44, 22 March 2016
  • ...a-handler to allow developers combining the simplicity and security of the server-centric architecture with the beauty and dynamics of the evolving client-si The new ZK 8.5 takes the best of ZK 8 and continues to push the innovation envelope. A major improvement on MVVM data binding at the cl
    15 KB (2,185 words) - 04:35, 20 January 2022
  • ...red in an HTTP session. This model, while powerful, required memory on the server to maintain the state of each Java object. ...advantage of this architecture is that stateless components do not consume server memory, as no Java objects hold their state.
    15 KB (2,189 words) - 16:55, 28 July 2023
  • ...nding/client_binding_api.html client-side binding API]. The API provides a server-client communication channel so that you can easily communicate with ZK’s ...ify our web.xml with servlet 3. Please run the project with an application server that supports servlet 3 like [http://tomcat.apache.org/whichversion.html To
    16 KB (2,179 words) - 04:25, 20 January 2022
  • When an application-scope event queue is used, the server push is enabled automatically.
    3 KB (448 words) - 12:50, 19 January 2022
  • ...nding/client_binding_api.html client-side binding API]. The API provides a server-client communication channel so that you can easily communicate with ZK’s ...ify our web.xml with servlet 3. Please run the project with an application server that supports servlet 3 like [http://tomcat.apache.org/whichversion.html To
    16 KB (2,189 words) - 04:26, 20 January 2022
  • == Server+Client Fusion == ...erver-centric envelope to make ZK even more productive. In addition to the server-centric approach, developers can now optionally leverage the full controlla
    20 KB (3,013 words) - 04:17, 20 January 2022
  • With the help of server push, you don't have to take care about the problem of multi threads. However, i
    4 KB (604 words) - 10:35, 19 January 2022
  • == Server+client Fusion == ...erver-centric envelope to make ZK even more productive. In addition to the server-centric approach, developers can now optionally leverage the full controlla
    23 KB (3,514 words) - 04:18, 20 January 2022
  • There are total of 10 categories with 100+ use cases, for example, server-push, enterprise integration, and etc.
    4 KB (592 words) - 04:16, 20 January 2022
  • *[http://www.vmware.com/products/server/ VmWare Server] - A free cross-platform virtualization technology. *[http://en.wikipedia.org/wiki/Xvfb Xvfb] - An X11 server that performs all graphical operations in memory.
    19 KB (2,829 words) - 08:51, 20 September 2010
  • ...domain applications later on. For example, developer can adopt ZK "Server Push" technology so as to update the statuses and representations of nodes and c
    4 KB (667 words) - 03:03, 8 December 2010
  • //zscript code, it runs on server site, use it for fast prototyping .... The event-listener mechanism allows us to handle all user interaction at server side.
    12 KB (1,774 words) - 10:50, 19 January 2022
  • After ZK is installed on your favorite Web server<ref>Please refer to [[ZK Installation Guide]].</ref>, writing applications ==It is Java that runs on the server==
    20 KB (3,047 words) - 07:34, 14 January 2022
  • ...10 stateless components and running the resulting application in a single server instance. This way, it can adopt more classic ZK features while saving more ..., we don’t have a way to store the Model and Renderer for later use on the server. However, ZK 10 does provide some utility APIs named ''Controller'' that yo
    23 KB (3,046 words) - 12:54, 21 September 2022
  • ...p a connection open and can be recycled. The comet implementation will now push its context to the serverpush queue which is processed using a working thre ...er's_Reference/Event_Handling/Event_Queues | EventQueue]] to manage server push transparently. By using this functionality a working thread is not required
    19 KB (2,503 words) - 02:16, 6 December 2011
  • ...p a connection open and can be recycled. The comet implementation will now push its context to the serverpush queue which is processed using a working thre ...er's_Reference/Event_Handling/Event_Queues | EventQueue]] to manage server push transparently. By using this functionality a working thread is not required
    20 KB (2,615 words) - 04:46, 26 January 2021
  • *[http://forum.zkoss.org/listComment/7578 how to pass value from server to client side java script] ...32 Use of comm utility.]: an example of triggering an event from Client to Server (browser window onresize method).
    16 KB (2,298 words) - 08:54, 10 May 2013
  • <!-- SERVER SIDE FUNCTIONALITY! --> ...ie des données du serveur. Merci de regarder [[Small Talks/2008/May/Server Push with a Stock Chart Example| ici]] pour plus de détails.
    10 KB (1,328 words) - 11:22, 12 January 2011
  • ...abling [[ZK_Developer%27s_Reference/Server_Push/Synchronous_Tasks | server-push]] as a prerequisite to enable UI updates from background threads. ...rrent desktop for modification allowing asynchronous UI updates via server push.
    26 KB (3,378 words) - 04:38, 20 January 2022

View (previous 50 | next 50) (20 | 50 | 100 | 250 | 500)

Google Custom Wiki Search