ZK Blog

Introduction Previously, Dennis Chen shared a small talk illustrating how you can execute a loading test with ZK applications using JMeter. Now, in this blog we will introduce how you can use ZK JMeter Plugin to simplify your work. With this JMeter Plugin, you no longer have to set user variables or parameter for each zkau request […]

Read More...

Hello Everyone, Sign up for July’s free online training sessions are now open! We hope you will find these trainings useful and welcome for any feedback. Don’t miss out! See you all there 🙂 Who Should Attend Courses are orientated and designed for users who are new to ZK and familiar with Java who wish […]

Read More...

Hello Everyone, Due to the large demand from our community, we will now host free online training sessions on a monthly basis and sign ups will be open a week prior to the lesson. We are also planning on a new training outline focusing on performance boosting next month, please stay tuned. We hope you […]

Read More...

Introduction ZK Pivottable is a data summarizing component; taking a flat table as raw data and organizes the data into desired categories arranged by columns and rows. It brings the power of spreadsheet’s pivot table functionality to Java web applications. This blog post will demonstrate how ZK Pivottable can be used inside a JSP page. […]

Read More...

Introduction In general, when we develop a website with ZK, we divide the webpage into header, body and footer with the borderlayout. However, there are times when we can utilize a layout component such as the columnlayout to effectively make use of the space of the page layout. Unlike the borderlayout, when the height of the content is […]

Read More...

Hello Everyone, First of all, we are happy to announce that we have reached 10 Million visits on www.zkoss.org achieving yet another milestone of the company! In conjunction with our Facebook celebrating event, we are also offering more free online training sessions as a token of appreciation to each and everyone of your support! Don’t […]

Read More...
Tags:

IntroductionMacro component is a useful technique to modularize complex ZUL pages. In most use cases, macro component consists of several fixed components. However, you may want to append more components inside a macro component based on some action. This blog will show how you can add additional components to a wired component inside a macro […]

Read More...

Hello Everyone, Hope Everyone had a lovely Easter break! We also bring you some good news! Due to the large demand from our community, we have decided to open up additional FREE training sessions on April 09 & April 11! If you missed out last time, don’t miss your chance again! Hope to see you […]

Read More...
Tags:

Introduction Orgchart is a tree browser (or the so called SpaceTree) that offers a convenient way to display data, inspired by JavaScript InfoVis Toolkit. The Orgchart consists of nodes and paths while path represents the links connecting the nodes. You can expand or collapse individual nodes in the tree to show or hide its children. You can […]

Read More...

Introduction Here we introduce a new chartting add-on, a component that integrates Javascript chartting library, jqPlot, which works well on most browser (including IE6) and overcomes some shortages of the current charting solution in ZK.   Why ZK jqPlot? Current solutions of chart plotting in ZK includes the use of JFreeChart Engine and Flash Chart, […]

Read More...