if (!empty($_SERVER['HTTP_CLIENT_IP']))
$ip=$_SERVER['HTTP_CLIENT_IP'];
else if (!empty($_SERVER['HTTP_X_FORWARDED_FOR']))
$ip=$_SERVER['HTTP_X_FORWARDED_FOR'];
else
$ip=$_SERVER['REMOTE_ADDR'];
?>
ZK’s partner Raiz Digital/Cumbresoft will soon hold a month-long ZK Essential Workshop in Spanish. Don’t miss the chance to learn ZK and interact with Spanish-speaking ZK developers around the world! π§πππππ₯ | ππ ππ‘ πππ¦π§πππππ‘π’Β‘Sumate a nuestro taller sobre ZK, y adquirΓ los conocimientos esenciales para aprender a desarrollar con este framework! β Inicio: 03 de […]
One of the core reasons why users love to work with ZK is the ability to interact with the Web frontend with Java alone. No messy HMTL, CSS, nor JavaScript; just good-old Java. However, there are still occasions where you want to get your hands dirty with JavaScript, e.g., creating custom components. As a dynamically-typed […]
To celebrate the upcoming 10th release of the framework, ZK Team has put tremendous effort into it, hoping to bring you even faster and lighter experiences. Client MVVM and Stateless Components are notable new features that will significantly save your server-side memory and boost your application performance. In addition, ZK 10 empowers you to build […]
ZK Charts provides hundreds of interactive charts and enables you to control your charts in Java with Server Side API. Now, ZK Charts 10 will be available soon, upgrading the underlying Highcharts library to the latest version 10. This will bring new chart types, security fixes, and accessibility enhancements. Highlights Upgrade underlying Highcharts from 8.2 […]
A few weeks ago, we interviewed the developer of Stateless Components. Today, we will chat with the developer working on another major ZK 10 advancement: Client MVVM. James has been working in the team since 2014. He typically works on developing core ZK and ZK add-ons. π’What was the starting point in the development of […]
One of the significant advancements in ZK 10 is Stateless Components. Instead of learning how to use the feature, today, we will talk to the key person behind the scenes and look at how he came up with the ideas and what challenges he had during this journey. We are happy that we could interview […]
Recently, we hosted two training sessions to walk you through the exciting new ZK 10 features – Client MVVM and Stateless Components. It’s great to see many of you showing up in the sessions! For those who have not checked out ZK 10 features, you can read “ZK10 Preview” articles here, or watch our ZK […]
Time flies. 16 years have passed since the first release of ZK and now we are in the middle of getting ready for the 10th major version! We are here with two brand new architectural advancements: Client MVVM for bringing major performance boost and Stateless Components for making it possible to build cloud-native applications and fully leverage cloud resources […]
In December 2021, a critical security vulnerability (CVE-2021-44228) was discovered in Apache Log4j. After an internal audit, we confirm that ZK Framework and ZK Components are NOT using the affected Log4j versions and are thus NOT impacted by such vulnerability. ZK FrameworkLog4j is not being used. ZK AddonsIn our spreadsheet and pivot table products that […]
We know you are good at what you do, but we also want you to know that getting a little help may empower you to achieve more and go faster! At ZK, the Support and Consulting Team deals with all sorts of ZK questions every day. They are patient and experienced, and can help you […]