GithubHelp home page GithubHelp logo

ibatis-helloworld's Introduction

MyBatis/iBatis Hello World application.

This sample app demonstrates hpw to setup iBatis/MyBatis and simple insert, update, select and delete statements.

To run the tests, just run the class inside the com.loiane.test.* package (JUnit)

All libs/jars included.

Please run the scrip inside sql/script.sql

Tools used to implement this project:
Eclipse IDE - Java project
MySQL

Post URL explaning this project step-by-step:
Enhlish: http://loianegroner.com/2011/02/getting-started-with-ibatis-mybatis-xml-configuration/
Portuguese-Brazil: http://www.loiane.com/2011/02/comecando-com-ibatis-mybatis-configuracao-em-xml/

Loiane Groner
http://loianegroner.com (English)
http://loiane.com (Portuguese)

ibatis-helloworld's People

Contributors

loiane avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ibatis-helloworld's Issues

Contact.xml - insert values are out of order

INSERT INTO contact (CONTACT_EMAIL, CONTACT_NAME, CONTACT_PHONE) VALUES (#{name}, #{phone}, #{email}); select last_insert_id() as id

Either the order of the columns or the values needs to be updated. Doesn't pass unit tests.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.