sabato 1 agosto 2009

Finally I graduated!

On 24 July, at Padua University, I graduated in computer science (IT) !!! Now I start studying specialistic computer science.

This is my thesis "Software internationalization and localization" (italian): Tesi_di_Diego_Benna.pdf

This is my presentation (italian): PRESENTAZIONE_TESI.ppt


Interview With Diego Benna, Student Winner of the JavaFX Coding Challenge



Student Views and Reviews recently sat down with Diego Benna, developer of the Real Track Car Race application, and one of the student winners of the JavaFX Coding Challenge. Diego is a student at Padua University, Italy where he is studying IT. Diego began using JavaFX in January after reading about it on Sun's Web site. He was immediately “fascinated by the effects and the simplicity of the code, ”which was all he needed to try it out and “found that it was very easy to use.” Diego taught himself the programming language by studying the code examples on JavaFX.com.
The complete interview with Diego can be found here.

Here is a direct link to the article: Student Views and Reviews

Here are some pointers:

mercoledì 15 luglio 2009

Start JavaFX project DigLayout v.3


I'm writing new release DigLayout v.3 Layout Manager for JavaFX. In version 3 you can resize object in runtime and DigLayout intercept all change and resize your layout using your roules. DigLayout 3 support: horizontal and vertical alignment, horizontal and vertical gap and colspan. You can insert, delete, change, resize,... Nodes in DigLayout at run time.
I'm also writing a JavaFX visual tool for write graphic interfaces (with advanced support of DigLayout 3) than you can draw a new interface without source code. My tool generate all graphic interface JavaFX source code that you can use in your application.

Student winner: JavaFX Coding Challenge


A mail arrived from a Sun's employee:
CONGRATULATIONS! You are one of the Student Winners of the JavaFX Coding Challenge. Your JavaFX Application, Real Track Car Race, was selected as one of the winning Student applications! [...]
Thank you very much! i'm very very happy! Congrats to all winners:

Student Winners:

mercoledì 1 luglio 2009

REAL TRACK CAR RACE



Project web site and source code: http://code.google.com/p/realtrackcarrace/
This is my game submit in javafx challenge. This is a car race in real track. You can set start address and end address and run in multiplayer in real routing generated track (you can see your home street). In this game there is a phyisic library, RMI, and DigLayout library all open source. There are some track generating algoritmics. I mashup data from free api multimap.com for routing point and yahoo api for geocoding.

giovedì 5 marzo 2009

New advanced JAVAFX layout manager: DigLayout 2.2 from JDLayout library


NEW RELEASE JDLayout 2.2!!

JDLAYOUT IS A DIEGO BENNA JAVAFX PROJECT

In JDLayout package jar there is the DigLayout.
“I dreamed my layout as a group of sheeps. The sheeps were sorted by columns and rows. Each column and row had a dog and each sheep was watching at two dogs. The firs one was giving her the column and the second one the row positioning. If there was a bigger sheep, then a new special dog was created for her. That dog was taking his position whatching some other friend dogs”
Diego
official project website http://code.google.com/p/diglayout/