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

January 09, 2011 Featured, java, tutorials

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

October 12, 2010 PHP, tutorials

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.

April 26, 2010 java, PHP, tutorials

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

November 13, 2009 tutorials
Back to Top