Archive for February, 2011
Getting Started with iBatis (MyBatis): Annotations
This tutorial will walk you through how to setup iBatis (MyBatis) in a simple Java project and will present examples using simple insert, update, select and delete statements using annotations. This is the third tutorial of the iBatis/MyBatis series, you can read the first 2 tutorials on the following links: Introduction to iBatis (MyBatis), An alternative to [...]
Getting Started with iBatis (MyBatis): XML Configuration
This tutorial will walk you through how to setup iBatis (MyBatis) in a simple Java project and will present examples using simple insert, update, select and delete statements. Pre-Requisites For this tutorial I am using: IDE: Eclipse (you can use your favorite one) DataBase: MySQL Libs/jars: Mybatis, MySQL conector and JUnit (for testing) This is [...]
Introduction to iBatis (MyBatis), An alternative to Hibernate and JDBC
I started to write a new article series about iBatis/MyBatis. This is the first article and it will walk you through what is iBatis/MyBatis and why you should use it. For those who does not know iBatis/MyBatis yet, it is a persistence framework – an alternative to JDBC and Hibernate, available for Java and .NET [...]
Book Review: OCJP/SCJP: OCP Java SE 6 Programmer Practice Exams by Kathy Sierra and Bert Bates
Last month I published a blog post about the new OCP Java SE 6 Programmer Practice Exams book written by Kathy Sierra and Bert Bates. I bought this book on amazon and it took a month to get to where I live (Brazil). Disclaimer: Neither the publisher or the authors sent me this book for [...]

