Browsing Tag
programming
Create a Message Driven Bean with Netbeans
I was looking how Message Driven Beans in JEE 6 works and I was surprised that it isn’t that difficult. I was especially surprised about
PHP quirks: passing an array by reference
Passing an array in php to a foreach which loops over the elements by reference can have strange behaviour
Backing up Mysql with Java and PHP
mysqldump is an effective tool to backup MySQL databases. In normal cases, it’s done trough a command line commando but it can be used programmatically.
Go language
Google released a new programming language. I’m not pretty sure if it will become popular but here are two videos to give you an impression

