Showing posts with label book. Show all posts
Showing posts with label book. Show all posts

Saturday, June 24, 2017

MyBatis Step by Step Guide book available (Chinese)

MyBatis 从入门到精通

本书中从一个简单的MyBatis 查询入手,搭建起学习MyBatis 的基础开发环境。通过全面的示例代码和测试讲解了在MyBatis XML 方式和注解方式中进行增、删、改、查操作的基本用法,介绍了动态SQL在不同方面的应用以及在使用过程中的最佳实践方案。针对MyBatis 高级映射、存储过程和类型处理器提供了丰富的示例,通过自下而上的方法使读者更好地理解和掌握MyBatis 的高级用法,同时针对MyBatis的代码生成器提供了详细的配置介绍。此外,本书还提供了缓存配置、插件开发、Spring、Spring Boot 集成的详细内容。最后通过介绍Git 和GitHub 让读者了解MyBatis 开源项目,通过对MyBatis 源码和测试用例的讲解让读者更好掌握MyBatis。
This book starts with a simple MyBatis query and builds the basic development environment for learning MyBatis. Through the comprehensive sample code and test to explain in the MyBatis XML way and annotation way to insert, delete, update and select operation. Introduces the MyBatis dynamic SQL in different aspects and the best practices in the use of the program. For the MyBatis advanced mapping, stored procedures and typehandler provides a rich example, through the bottom-up approach to enable readers to better understand and master the advanced usage of MyBatis, and for MyBatis code generator provides a detailed configuration introduced in Chinese. In addition, the book also provides cache configuration, plug-in development, Spring, Spring Boot integration details. Finally, by introducing Git and GitHub to let readers know MyBatis open source project, through MyBatis source code and test cases to give readers a better grasp of MyBatis.
The book contains the following chapters.
  • MyBatis Quick Start
  • The basic usage of MyBatis XML
  • The basic usage of the MyBatis annotation
  • MyBatis Dynamic SQL
  • Mybatis Generator
  • MyBatis Advanced Query
  • MyBatis cache configuration
  • MyBatis plugin development
  • Spring integrates MyBatis
  • Spring Boot integrates MyBatis
  • MyBatis open source project
More details at:

Saturday, September 13, 2014

MyBatis in Practice book available





MyBatis in Practice book illustrates the use of MyBatis framework and its dependent technologies. This book provides a step-by-step approach for developing applications using MyBatis framework. It is specially designed to help the individuals who want to learn MyBatis-3 framework.

This book covers the MyBatis framework-related technology standards such as introduction to MyBatis, MyBatis support for executing select, insert, delete, and update statements, MyBatis-provided annotations, MyBatis support for executing stored procedures and functions, MyBatis integration with Spring, MyBatis integration with Velocity, MyBatis-Spring support for transaction management, and migration from iBatis to MyBatis. A step-by-step approach is followed throughout and this book contains approximately 50 Java programs for a better understanding of the topics.

The following topics are covered in this book.
  • Introduction to MyBatis 
  • Database Operations (CRUD) 
  • MyBatis Annotations 
  • MyBatis - Executing Stored Procedures and Functions 
  • MyBatis-Spring Transaction Management 
  • MyBatis with Velocity 
  • Migrating from iBatis to MyBatis

More details at:

Thursday, June 27, 2013

Packpub publishes "Java Persistence with MyBatis 3"

PacktPub has just published a new short book about MyBatis 3 convering also the integration with Spring.
Java Persistence with MyBatis 3 is a practical, hands-on guide that provides you with a number of clear step-by-step exercises, which will help you to understand how MyBatis works and how to use it for your real application needs. With MyBatis, you will learn how to use the MyBatis framework effectively through simple instructions.


Wednesday, May 29, 2013

MyBatis Programming book available (Korean)

MyBatis Programming is written by Dongguk Lee, one of the most distinguished iBatis & MyBatis evangelist in South Korea.


아시아의 작은 나라 한국에서 마이바티스를 다루는 책이 처음으로 나왔습니다. 
마이바티스는 아이바티스가 가진 간결함에 아이바티스에 없던 다양한 기능과 개선을 더했습니다. 이 책은 JDBC를 사용하는 개발자가 쉽게 마이바티스를 사용할 수 있도록 차근차근 설명합니다. 그리고 기존에 아이바티스를 사용하던 개발자에게는 마이바티스와의 차이점을 설명해서 쉽게 전환할 수 있도록 도와줍니다. 따라서 데이터베이스를 다루는 퍼시스턴스 프레임워크의 사용 경험이 없는 개발자도 데이터베이스 연동 작업을 매우 쉽게 할 수 있으며, 아이바티스를 사용해온 개발자는 처음 아이바티스를 사용할 때 느꼈던 그 간결함이 새로운 느낌으로 다가올 것입니다.
한국은 마이바티스의 이전버전인 아이바티스를 사용하는 자바 개발자가 굉장히 많습니다. 이 책을 활용해서 개발이 중단된 아이바티스에서 자연스럽게 마이바티스로 옮겨갈수 있길 바랍니다. 
이 책은 마이바티스 3.2.1, 스프링 연동 모듈 1.2.0 버전을 사용했습니다. 

▶▷▶ 도서정보 페이지 : http://www.acornpub.co.kr/book/mybatis
▶▷▶ 저자의 개인 위키: http://ldg.pe.kr/
▶▷▶ 페이스북 페이지: http://facebook.com/mybatis


This book helps the developers familiar with database programming using JDBC get started with MyBatis without difficulty, explaining the ‘how-to’s step by step. It also compares iBatis and MyBatis so that developers working with iBatis can easily notice the differences and come over to the newer one. Even if you have not experienced persistent framework such as iBatis or MyBatis, you can do learn the database programming with the author’s instruction. If you have already experienced iBatis, you will feel the simplicity as you first used iBatis.
There are a lot of JAVA developers in Korea still using iBatis. MyBatis is the new and only supported framework improved from iBatis. This book is a perfect guidebook not only for those are new to MyBatis framework, but also for those who has been programming with iBatis or JDBC.
The version used in this book is MyBatis 3.2.1 and MyBatis-Spring 1.2.0.

Learn more about MyBatis Programming on:
The acorn publishing company website: http://www.acornpub.co.kr/book/mybatis
YES24 Online bookstore: http://www.yes24.com/24/goods/8744450
The Author’s (personal) wiki: http://ldg.pe.kr/
Official Facebook page: http://facebook.com/mybatis