Previously on Programmable Lemon
Prior to this blog I have written several articles and blogs on other sites. I just want to list them all here for easy access for myself later on.
List of articles in no particular order
Explore the CDI programming model in ZK An article I wrote for IBM DeveloperWorks to introduce ZK CDI integration library that I had developed.
Two part series of articles introducing how to integrate third party JavaScript libraries with ZK framework.
MVVM in Java An article describing how to implement MVVM design pattern in Java using ZK framework.
Securing ZK applications with Apache Shiro A How-To guide for securing ZK applications using Apache Shiro, a security framework.
Three part article series introducing different ways of integrating MongoDB, a popular NoSQL database with ZK application
ZK Spring Essentials Documentation I worked on ZK Spring integration library to upgrade it from Spring 2.x to Spring 3.x version and re-wrote this documentation to introduce various features.
Absolutelayout component A blogpost introducing absolutelayout ZK component I had developed.
Export ZK Spreadsheet to PDF A blogpost introducing a feature I built for ZK Spreadsheet, an excel like web component, that allowed exporting ZK Spreadsheet contents to a PDF for offline access or printing it.
Handling ZK Events using CDI event notification model A blogpost I wrote to introduce ZK CDI integration library feature for using CDI event notification model.