0

How can I show Notification like this ?

asked 2014-05-03 21:47:56 +0800

Bhushanngage gravatar image Bhushanngage
59 6

updated 2014-05-03 21:48:32 +0800

I saw this notification in zksample2.check it on this link how can I show this notification in my application? I am using zk 7 CE. Thanks, Bhushan.

delete flag offensive retag edit

4 Answers

Sort by ยป oldest newest most voted
1

answered 2014-05-07 07:39:19 +0800

Senthilchettyin gravatar image Senthilchettyin flag of India
2623 3 8
http://emrpms.blogspot.in...

You can !. Follow the steps

  1. Download the jar file from my FTP Server here

  2. Follow this article to add into local maven repository .

link publish delete flag offensive edit
2

answered 2014-05-04 10:57:10 +0800

terrytornado gravatar image terrytornado flag of Germany
9393 3 7 16
http://www.oxitec.de/

updated 2014-05-04 10:58:43 +0800

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

link publish delete flag offensive edit

Comments

Thanks for replying terrytornado, I really appreciate your help. But problem is that I am not using maven in my current project, so how do I get required jar files(jawwa-lang-0.4.1.jar and jawwa-zk-gritter-0.4.1.jar) for this notification ?

Bhushanngage ( 2014-05-04 20:23:57 +0800 )edit

Just like terry said, checkout and compile the project(witch will create the jars for you) and add the jars to your dependencies. Only thing is not to insert them in the pom.

chillworld ( 2014-05-05 07:46:58 +0800 )edit

@chilworld, I did what you have describe here, Now when i run that example, I am getting compilation error. I guess, one of the class in jar having some sort of error. Or may be i am doing it all wrong.

Bhushanngage ( 2014-05-05 19:05:05 +0800 )edit

the example is an maven project so you need maven that he can download all your dependencies or you have to install them all manually

chillworld ( 2014-05-05 20:36:09 +0800 )edit

Ok @chillworld, I am giving it try. Thanks

Bhushanngage ( 2014-05-06 03:15:10 +0800 )edit
0

answered 2014-05-06 16:19:43 +0800

Senthilchettyin gravatar image Senthilchettyin flag of India
2623 3 8
http://emrpms.blogspot.in...

Hi Guys

That jar no longer available in the maven. I contact the author and here is the reply

Hi Senthil!

The Maven repository is no longer available, because I shut down my company and the company server where the repository was hosted. You have two options:

  1. The code is still at Github, so you can compile a package yourself.

https://github.com/Gekkio/jawwa

I haven't maintained the code, so I have no idea if it compiles or works with current ZK versions.

  1. Migrate to Splake. I moved all code from my company projects to my personal projects. All the ZK code is now in Splake:

https://github.com/Gekkio/splake

The problem with this is that there are no stable releases (you can get a snapshot build from the Sonatype OSS snapshots repository). I might do a release at some point, but right now I have no plans for a release, because I haven't maintained the code in a while.

Best regards, - Joonas

link publish delete flag offensive edit

Comments

So I guess, I can never use Gritter notification in ZK 7.

Bhushanngage ( 2014-05-06 20:00:02 +0800 )edit
0

answered 2014-05-07 18:39:00 +0800

Bhushanngage gravatar image Bhushanngage
59 6

Fantastic buddy, Loved it. Thank you @Senthilchettyin. Thank you all, @terrytornado n @chillworld.

link publish delete flag offensive edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2014-05-03 21:47:56 +0800

Seen: 79 times

Last updated: May 07 '14

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More