Thursday, September 09, 2010

More JavaFx Fun

Here is another JavaFx demo that I've been building. It is a simple implementation of John Conway's "Game of Life".

http://en.wikipedia.org/wiki/Conway's_Game_of_Life

The demo is a simple simulator, just click on the boxes to turn them "on" or "off". When you are ready, click on the "start" button to begin the simulation. You can increase the speed at which the simulation runs by moving the slider up and down. You can also step through the simulation by clicking the "Enter" or "Return" key.

Here are the links

Java WebStart: link
Java Applet: link

Here's a link to the source code, link.

Thursday, September 02, 2010

Free Spring / Groovy Training Videos

Here are some links to a few nice Spring and Groovy training videos.

SpringSource Free Training Videos

http://www.springsource.com/training/freeonline

There are currently three videos.

Metaprogramming with Groovy by Jeff Brown
OSGi and Modular Applications by Joris Kuipers
Developing Aspects with AOP by Jeff Brown

Good stuff, check'em out!