FOSS [ Free and Open Source Software ]

L’inversione di tendenza ? ma speriamo di no, che l’Open Source abbia permesso a milioni di società e di individui singoli di poter accedere ,e dare il proprio contributo ,a Software prima inarrivabili è ormai noto. Era normale aspettarsi che tutti coloro che giustamente vivono sulle licenze dei “loro” software non vedano di buon occhio questa nuova filosofia, che a detta di molti non è una cosa che va contro le regole del mercato.
In questo senso non mi esprimo, ma credo che fino ad oggi la bilancia dei vantaggi e svantaggi di questa nuova filosofia di cooperazione penda fortemente dalla parte dei vantaggi.
Ulitmamente mi capita di leggere cose che mi lasciano un po sconcertato, una di queste fù l’articolo pubblicato da Riccardo che ad una riunione presso un grosso cliente sentì dire la frase “l’open source è illegale”.
Oggi leggendo ,come di mio consueto, il blog http://www.ossblog.it , che è un blog a mio avviso molto “fico” e attendibile mi ritrovo quest’articolo : “Usate software FOSS? Allora siete dei pirati!“.
C’era da aspettarselo? boh non credo comunque sia non sta a me decidere, penso che in tutte le cose ci voglia moderazione e in questo caso son andati un po oltre, creando anche una lista nera di paesi additati per questo.

a presto
ivan

Java to Delphi througth Midas and ClientDataSet

(This article is a draft but if something is of interesting …. )

The fantastic world of old Midas now called DataSnap introduced the TClientDataSet component , that is a in memory DataSet for Delphi and C++ Builder. With TClientDataSet was introduced the concept of Brief Case model Application Style.
A brief case model App. is the best concept application that exchnage data between server when and where there is a connection. Now TClientDataSet have two type of rapresenting the in memory data, one binary and one in a static xml format that is well explained in this article on Embarcadero site : http://edn.embarcadero.com/article/10405.
Using Java , the world of JDBC and ,of course, Tomcat we are trying to provide data to a client dataset via some Servlet and update data parsing the Delta sended by our TclientDataSet. So that we can connect to Oracle for example without usinig direct connection or driver.
We also found a similar project done with pHp posted on the Zend site at this url : http://www.zend.com//code/codex.php?ozid=1049&single=1.
Soon we will post all about that.

stay tuned
bye ivan

Happy birday Delphi ...

safe_imagephp

Delphi was born exactly fifteen years ago from Today, Marco Cantu on his web site have posted a great article on this because he is one of the first guru of this beatifull dev language… the article

Oracle Tips #3

this article is a draft, but i published it because if you need something of that the resources that i found on internet are very interesting.

mission of the post : mixing dynaic query and functions to allow join from db2db

Dynamic SQL Great Article : http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14261/dynamic.htm#CHDGJEGD

Dreate functions and consuming inside SQL , a greate article at http://articles.techrepublic.com.com/5100-10878_11-5259821.html

ZK Calendar 2.0 for Zkoss 5.0

ZKoss Calendar v.2.0

Today the second version of ZK Calendar is ready ( official article on : http://www.zkoss.org/product/zkcalendar.dsp) . Tring the demo version at http://zcal.zkoss.org/ the first impression is that this new version is faster then the older one. I don’t know why is only a sansation. But in conclusion for me is one of the best planning component that i saw until now.