Shahar Muky

Greenhorn
+ Follow
since May 19, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Shahar Muky

Thanks.
12 years ago
GWT
Hi, I developed a game with GWT on facebook and I'm trying to understand how do I work with facebook api on server side (java) during async call (RPC).

To be more concrete: I want on the server side during an RPC call get the user details and see which of his friends has adopt the application as well.
12 years ago
GWT
Hi

I have a GWT application where I'm loading lot of images and soon after I am drawing part of them into a canvas.
The problem is that the images are loading asynchronously and I can't be sure that there are available for use use later own in the code.

The solutions to use onImageLoad, is insufficient for my application because that at this time, I have no idea how will the application use them.

The best way for me would be to use some wait/notify or lock/unlock mechanism together with the onImageLoad, but I couldn't find any sample of such mechanism (or similar).

any Idea?

P.S - I prefer a solution from the official GWT SDK and not an extension (or at least a very small one).

Thanks
Muky.

12 years ago
GWT
Hi Cameron, the link is broker.
12 years ago
I also encountered the same issue when working on this tutorial, Is there a solution for this issue?

Second, can anyone send me a reference to a good tutorial for spring 3?

Thanks
Muky.
12 years ago
add the word text in the relevant task of build xml:

<target name="list" description="List Tomcat applications">
<list url="${tomcat.manager.url}/text"
username="${tomcat.manager.username}"
password="${tomcat.manager.password}"/>
</target>
12 years ago