First time here? Check out the FAQ!
![]() | 1 | initial version | |
Hi Bhushanngage,
i have used the nice gritter implementation from Jonas.
http://java.dzone.com/articles/zk-gritter-growl-notifications https://github.com/Gekkio/blog/tree/master/2012/10/zk-gritter
You need to checkout and compiling all projects from Jonas. copy the jawwa-lang-0.4.1.jar and the jawwa-zk-gritter-0.4.1.jar to your WEB-INF/lib folder. Than add a dependency to your maven pom: <dependency> <groupid>fi.jawsy.jawwa</groupid> <artifactid>jawwa-zk-gritter</artifactid> <version>0.4.1</version> </dependency>
Hope this helps Stephan
![]() | 2 | No.2 Revision |
Hi Bhushanngage,
i have used the nice gritter implementation from Jonas.
http://java.dzone.com/articles/zk-gritter-growl-notifications https://github.com/Gekkio/blog/tree/master/2012/10/zk-gritter
You need to checkout and compiling all projects from Jonas. copy the jawwa-lang-0.4.1.jar and the jawwa-zk-gritter-0.4.1.jar to your WEB-INF/lib folder. Than add a dependency to your maven pom: <dependency> <groupid>fi.jawsy.jawwa</groupid> <artifactid>jawwa-zk-gritter</artifactid> <version>0.4.1</version> </dependency>
Hope this helps Stephan