Archive for the ‘Work stuff’ Category

I’m still alive…

Wednesday, March 21st, 2007

Yes, I know, I don’t blog from a lot of time, but in the last months I don’t have much time…
From 15th January I was in Lugano for follow an interesting project based on Cocoon framework with a very nice AJAX client.
During this project I tried to port some flowscript to Javaflow, but in Cocoon 2.1 the Javaflow implementation is not complete and the are some boring issues. So the porting was put in pause, waiting for a official 2.2 release.
In the meanwhile we need some features like the possibility to load some selectionlist values into CForms widgets during the bind (not at declaration time). For this I wrote two components that during the bindLoad() phase load into the widget the model’s collection


<fb:selectionlist-value id=”l-country” path=”detail/country/id”>
<fb:selection-list path=”allCountries” value=”id” label=”name”/>
</fb:selectionlist-value>


I think that this can be a common issue, so I will clean the code and contribute it.

Share

Selenium test without X server

Friday, August 11th, 2006

I’ve the need to execute some Selenium test on a server without the X server up. This test are managed by CruiseControl, so the are auto-executed in a batch mode.
A browser instance is needed by Selenium, so I’ve two choice for execute it without X: use of the X Virtual Frame Buffer or use of the VNC. I’ve choosed the second!

For doing this I need only of this some commands:

a) vncserver :1 -geometry 1024×768 -depth 16
This command start a server with a size of 1024×768 and 16bit for the color on display addressed by “:1″.
If you want to use a particular windows manager edit the .vnc/xstartup file.

2) execute ‘export DISPLAY=:1′ for using the correct display from CruiseControl

3) start CruiseControl

4) have fun!

Share

Sourcesense go live!

Tuesday, June 27th, 2006

Yeah!
Finally the Sourcesense site go online.

Share

And the winner is…

Tuesday, March 28th, 2006

Hi,
finnaly we have the winner of the SourceSense logo contest, congratulatios to Lara Arigannelo, enjoy with your new MacBookPro ;)

Share

SourceSense Logo Contest.. the nomination

Monday, March 27th, 2006

Hi guy,
the sourcesense logo contest have the nomination, you can find they here.
I’m waiting for the final decision…

Share

JUG Roma – the start

Friday, January 27th, 2006

Wednesday 25, in our office, in Pro-netics, there was the first official meeting of the new Java User Group of the Capital.

The first speech was a into to JOONE by Paolo Marrone. The second was the Ugo Landini‘s think on the persistence world.

Long live to this group.

Share

Change SWING L&F

Friday, September 23rd, 2005

Hola,
I’m surfing the web looking for a better UI for CocoonBuilder, and I found javootoo.com with many free SWING themes. If you are looking for that, see this site.

Bye

Share

New colleague

Wednesday, July 6th, 2005

From the first of July, Ugo Cei join as member of Pronetics peoples. With Gianugo Rabellino and Luca Garulli the active members of open source comunity in the company will be greater.
I’m very happy and I hope to learn the possible from they.

Bye

Share