iBATIS is new persistence framework have the custom sql,mappings and stored procedure support.
This is the time we have to try iBATIS and make a move from Hibernate.It eliminates the JDBC code.Because iBATIS uses xml it is easy to understand and use.
It is a light weight framework so lets try it.
To download the ibatis core that contain relevant jar files see the links below
In order to view links, you must have to reply to this thread.
An Ebook that simplifies and explains the ibatis framework
In order to view links, you must have to reply to this thread.
Download the example project given by apache
In order to view links, you must have to reply to this thread.
To configure the project follow the steps here
After downloading JPetStore-5.0.zip extract it and find the example war file jpetstore in build/war folder
Copy and paste it to your webapps folder of tomcat
For running the project you need to create databases and tables for that goto
your downloaded folder JPetStore-5.0\src\ddl\ you find queries for mysql,oracle,hsql etc... Inject it with your database and run the example,
More simple examples coming soon.. any doubt ask us
Happy coding.