Introduction In the previous post, we have explored the benefits of combining ZK with Spring MVC. In essence, applying the power of Spring MVC to ZK UI framework allows seamless communication between client and server channels, especially since ZK framework will handle the routine tasks, such as HTML DOM update, Browser compatibility, and JavaScript code […]

Read More

Introduction The Spring web MVC framework is a well-known web model-view-controller architecture that provides solutions for RESTFul web sites or for URL routing system purposes. To develop with a rich web application, the most popular pattern in the Java world recently is to choose Spring MVC + jQuery or other JavaScript UI frameworks, such as […]

Read More

2015/3/16 updated: Now the proxy object in form binding will auto-detect the changes of proxy object and form status. In this sample, the following code segment can be omitted : BindUtils.postNotifyChange(…); Introduction We are glad to disclose the firsthand information on one of the most to die for features in ZK 8 – New Form […]

Read More

Introduction Using ZK Charts allows you to create charts based on your own data in a much efficient way than before. In this blog, we will show you how you can paint the time plot chart using ZK Charts instead of the SIMILE Timeplot Component. Installation ZK Charts version: 1.2.0+ If you are not familiar […]

Read More

Introduction In our previous blog post, we demonstrated how to use ZK 7’s new theme system with Bootstrap & CSS3. In this blog, we will guide you with more details on how to make ZK components and Bootstrap 3 (& Bootstrap 2) work seamlessly. Our target in this tutorial is to try and implement the […]

Read More

Introduction ZK 7 is an upcoming big release focusing on HTML5 & CSS3. Simplified by reducing the DOM structure and JavaScript code, ZK 7’s theme will be more easily customizable than previous versions and its JavaScript code running more efficiently than ever. ZK 7 will also support CSS3’s icon font feature bringing the great benefits […]

Read More

ZK Team is pleased to present to our users a preview version of a great, free, and API based ZK Add-on component – Openlayers, which integrates a powerful JavaScript Map library Openlayers. The current version supports; 13 different layers including Bing, Google, OSM, WMS 13 different controls including MousePositon, OverviewMap, PanZoom, PanZoomBar, Panel, SelectFeature etc. […]

Read More

This blog post is the second in a series which introduces more new features of ZK 6. To check out main features please click here. One of the best user driven features in the upcoming release of ZK 6.0 RC is the navigation of the “Menubar” using the “KeyStroke” method making it more user friendly. […]

Read More

The ZUL Testing Language(ZTL) has been available for one year and during this time we have looked into improving the verification of layout placement, which is hard to verify its correctness. This led to the idea of a visual test is come up to solve the problem…

Read More

Most Ajax pages are not SEO friendly, so the natural question is how to implement this in ZK. The question is also applies if your ZK application works using a Bookmark mechanism. You can implement SEO in an easy manner following these two steps…

Read More