Saturday, 25 December 2010
Java: JDBC basics
JDBC is an API for the Java programming language that defines how a client may access a database. It provides methods for querying and updating data in a database.
Tuesday, 21 December 2010
Java: Parameterized unit tests with JUnit
JUnit is a unit testing framework for the Java programming language.In this article I will explain how to create test with predefined values.This feature works in JUnit 4.
Wednesday, 15 December 2010
Android : Working with XML on Android
Recently I found great article from ibm with source code examples, here it is
Sunday, 12 December 2010
Friday, 3 December 2010
PHP: Working with XML
In this article I'll implement base functions to interact with XML like: loading, showing, saving, adding, deleting, editing.
Subscribe to:
Posts (Atom)