Integrate PostgreSQL Data Source in Websphere Application Server
Thursday, October 12th, 2006A short description about how to integrate a PostgreSQL database as WAS Datasource.
A short description about how to integrate a PostgreSQL database as WAS Datasource.
As I have to develop a serious application during my thesis first time ever with Rational Application Developer I was seraching for a good introduction on how to use this mighty tool. I found it, who yould have thought, in an IBM redbook. “Rational Application Developer V6 Programming Guide” is an awesome entrance into the […]
After some time here’s another code example. I had to write a Java based Instant Messenger for university. The code demonstrates the usage of object serialisation mechanisms in Java and sending streams via TCP and UDP. Features included are Unicast based chatting, Multicast based Chatting and File Transfer via TCP. As it’s just a proof […]
A small code snippet for generating XML files out of database data.