Archive for February, 2011

Getting Started with iBatis (MyBatis): Annotations

Getting Started with iBatis (MyBatis): Annotations

February 21, 2011 | By | 10 Comments

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 [...]

Continue Reading

Getting Started with iBatis (MyBatis): XML Configuration

Getting Started with iBatis (MyBatis): XML Configuration

February 14, 2011 | By | 9 Comments

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 [...]

Continue Reading

Introduction to iBatis (MyBatis), An alternative to Hibernate and JDBC

Introduction to iBatis (MyBatis), An alternative to Hibernate and JDBC

February 7, 2011 | By | 9 Comments

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 [...]

Continue Reading

Book Review: OCJP/SCJP: OCP Java SE 6 Programmer Practice Exams by Kathy Sierra and Bert Bates

Book Review: OCJP/SCJP: OCP Java SE 6 Programmer Practice Exams by Kathy Sierra and Bert Bates

February 1, 2011 | By | 4 Comments

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 [...]

Continue Reading