[The Java Posse] Re: Java Concurrent Animated latest release

2010-08-30 Thread victorg
You are so right! Great catch - it is now corrected. Thanks Victor On Aug 30, 11:58 am, Tor Norbye wrote: > Really nice! > > -- Tor > > P.S. There is a typo in the slide regarding BlockingQueues; it says > "poll()" where it should say "take()". (There is a blocking > poll(timeout) method, but tha

[The Java Posse] Re: Java Concurrent Animated latest release

2010-08-30 Thread Tor Norbye
Really nice! -- Tor P.S. There is a typo in the slide regarding BlockingQueues; it says "poll()" where it should say "take()". (There is a blocking poll(timeout) method, but that's not the one your demo calls and I think "put()" and "take()" are what we think of as the blocking operations, and "o

Re: [The Java Posse] Re: Java Concurrent Animated latest release

2010-08-30 Thread Kirk
Hey Victor, I have some ideas about fork-join but I'm afraid it won't fit into your current template. You really need a queue based view instead of the barrier based view that you are using. Kirk On Aug 30, 2010, at 11:48 AM, Victor Grazi wrote: > I would love to create an animation for Fork

[The Java Posse] Re: Java Concurrent Animated latest release

2010-08-30 Thread Victor Grazi
I would love to create an animation for Fork and Join - I am not quite sure what it would look like, Any ideas for F&J animations that a person can watch and say aha!? Thanks, Victor Kevin Wright View profile

[The Java Posse] Re: Java Concurrent Animated

2009-06-07 Thread Victor Grazi
There is now a mailing list set up for JavaConcurrentAnimatedTo subscribe please send an email to javaconcurrenta-discuss-requ...@lists.sourceforge.net with the word subscribe in the subject Thanks for the significant response and the warm comments, Regards, Victor Grazi On Sun, Jun 7, 2009 at 7:5

[The Java Posse] Re: Java Concurrent Animated

2009-06-07 Thread Robert Casto
It works now. Probably a networking glitch with my ISP. On Sun, Jun 7, 2009 at 12:47 AM, Victor Grazi wrote: > I am not seeing any problem. Are you able to download it now? > > On Sat, Jun 6, 2009 at 11:47 AM, Robert Casto wrote: > >> The link to the software ( >> http://www.sourceforge.net/proj

[The Java Posse] Re: Java Concurrent Animated

2009-06-07 Thread Victor Grazi
Thanks so much for the suggestionI have made your recommended change and released it. Also, thanks to all for the positive feedback. Out of respect to the Java Posse, I would request that future feedback should go to the SourceForge forum https://sourceforge.net/forum/forum.php?forum_id=957786 Or

[The Java Posse] Re: Java Concurrent Animated

2009-06-07 Thread Victor Grazi
Thanks so much for your kind wordsI see your posting, and will attempt to respond to all of your points in the next day or so Unfortunately I am traveling across the USA in a few hours, and won't have internet access :( On Sun, Jun 7, 2009 at 2:34 AM, Rob Wilson - BabyDuke JUG wrote: > > I was v

[The Java Posse] Re: Java Concurrent Animated

2009-06-07 Thread Rob Wilson - BabyDuke JUG
I was very impressed with the visualisations - it helped me understand very quickly the new threading library. As I went through all of them I made some notes and added the details to your forum on sourceforge. Great work! Thanks. Rob. --~--~-~--~~~---~--~~ You re

[The Java Posse] Re: Java Concurrent Animated

2009-06-06 Thread Victor Grazi
I am not seeing any problem. Are you able to download it now? On Sat, Jun 6, 2009 at 11:47 AM, Robert Casto wrote: > The link to the software ( > http://www.sourceforge.net/projects/javaconcurrenta/) says the connection > to the server was reset. > > Source Forge having trouble or is there a conf

[The Java Posse] Re: Java Concurrent Animated

2009-06-06 Thread Robert Casto
The link to the software ( http://www.sourceforge.net/projects/javaconcurrenta/) says the connection to the server was reset. Source Forge having trouble or is there a configuration problem with this project? On Sat, Jun 6, 2009 at 12:04 PM, joncfoo wrote: > > It works on linux. I tried it on U

[The Java Posse] Re: Java Concurrent Animated

2009-06-06 Thread joncfoo
It works on linux. I tried it on Ubuntu 9.04 On Jun 6, 6:57 am, Paulo Siqueira wrote: > Does this work on Linux? I'm getting: > > Exception in thread "main" java.awt.AWTError: Cannot load AWT toolkit: > gnu.java.awt.peer.gtk.GtkToolkit > > []s, > > 2009/6/5 DAemon > > > > > Okay, made it work -

[The Java Posse] Re: Java Concurrent Animated

2009-06-06 Thread Paulo Siqueira
Does this work on Linux? I'm getting: Exception in thread "main" java.awt.AWTError: Cannot load AWT toolkit: gnu.java.awt.peer.gtk.GtkToolkit []s, 2009/6/5 DAemon > Okay, made it work - for some reason my symlink to JDK 6 was pointing to an > install of JDK 5... No idea how that happened! > Th

[The Java Posse] Re: Java Concurrent Animated

2009-06-05 Thread DAemon
Okay, made it work - for some reason my symlink to JDK 6 was pointing to an install of JDK 5... No idea how that happened! This app is awesome! I can see this becoming very useful... - DAemon 2009/6/6 DAemon > No, using 6. At least I should be. I'll futz around with my preferences and > see wha

[The Java Posse] Re: Java Concurrent Animated

2009-06-05 Thread DAemon
No, using 6. At least I should be. I'll futz around with my preferences and see what I can come up with. - DAemon 2009/6/6 Victor Grazi > I built it with jdk version 6 as they call it. Are you using 5? > > > On Jun 5, 2009, at 5:32 PM, DAemon wrote: > > I've downloaded this and am trying to run

[The Java Posse] Re: Java Concurrent Animated

2009-06-05 Thread Victor Grazi
I built it with jdk version 6 as they call it. Are you using 5? On Jun 5, 2009, at 5:32 PM, DAemon wrote: > I've downloaded this and am trying to run it, but am getting an > 'UnsupportedClasVersionError: Bad version number in .class file'. > > Any ideas? It sounds really cool. > > - DAemon > >

[The Java Posse] Re: Java Concurrent Animated

2009-06-05 Thread DAemon
I've downloaded this and am trying to run it, but am getting an 'UnsupportedClasVersionError: Bad version number in .class file'. Any ideas? It sounds really cool. - DAemon 2009/6/5 Victor Grazi > If I may, I would like to announce the launch of the Java Concurrent > Animated application on Sou

[The Java Posse] Re: Java Concurrent Animated

2009-06-05 Thread joncfoo
This is pretty good. It would definitely be useful for students or someone new to the Java concurrent API. A suggestion for improvement: instead of having to click a button in order to start a thread, allow the user to start N threads where they can specify the number they want (maybe with a defau