0

Question about ZK Calendar Demo

asked 2012-12-17 14:34:55 +0800

rdenhof gravatar image rdenhof
6

updated 2012-12-18 15:23:03 +0800

Hello everybody,

currently I'm trying out the ZK Calendar Demo. But when I tried to use the sample source code, I noticed the usage of a class named "QueueUtil.java" which I cannot find anywhere. Is it availlable with ZK EE?

Can anybody provide help for this issue?

Best Regards

Ralf

delete flag offensive retag edit

3 Replies

Sort by ยป oldest newest

answered 2012-12-18 19:21:31 +0800

azgard gravatar image azgard
37 3

I got the same problem, where did you find all the jar Ralf, I found all of them on Internet one by one but I am wondering if are there just one jar with all of them

link publish delete flag offensive edit

answered 2012-12-19 06:08:57 +0800

rdenhof gravatar image rdenhof
6

Which jars do you mean? The zk jars or the one for the calendar?

link publish delete flag offensive edit

answered 2012-12-27 09:32:42 +0800

samchuang gravatar image samchuang
4084 4

it's a class inside zk demo, it lookup a queue, you can also do it in a util class

	public static final String QUEUE_NAME = "calendarEvent";
	
	//look up the desktop queue to communicate with another ui controller
	public static EventQueue<QueueMessage> lookupQueue(){
		EventQueue<QueueMessage> queue = 
				EventQueues.lookup(QUEUE_NAME, EventQueues.DESKTOP, true);
		return queue;
	}

link publish delete flag offensive edit
Your reply
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

RSS

Stats

Asked: 2012-12-17 14:34:55 +0800

Seen: 119 times

Last updated: Dec 27 '12

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