Getting started with iBatis – a great alternative for JDBC
Related posts:
- Getting started with Unit Testing of JDBC based DAOs with the Spring Framework (introducing DBUnit)
- Struts, JDBC and Data Guard – Oracle Open World Amsterdam – Friday 24th September – Impressions
- Introducing Spring JDBC – frequently the best introduction of Spring in an organization
- Spring and Oracle ADF – registering a POJO Spring JDBC based Business Service as Data Control
- BPEL is great – and so is Oracle BPEL
This entry was posted by Jeroen van Wilgenburg on May 12, 2006 at 12:51 pm, and is filed under Databases, J(2)EE/Java, Java, Java, JEE, OAS and WebLogic Server, Oracle, Tools, Web, Web/Java. Follow any responses to this post through RSS 2.0.Both comments and pings are currently closed.
-
Comments are closed
-
#2 written by Eric Elzinga 5 years ago
-
#4 written by lavanya.olety 5 years ago
hi,
currently i’m working on both hibernate and ibatis .i felt material u have provided is excellent and easily understood .i want material to be enlarged like how to create a sample project on both hibernate and ibatis for intial users to understand easily by providing steps and procedure .can u update the material -
#5 written by ANIL 6 years ago
-
#6 written by Gururaj 6 years ago
-
#7 written by Darren 6 years ago
I tend to disagree with your conclusion that “iBATIS is for the really simple stuff”. In our organization, we have a very complex system of table relationships (where some table and column mappings are stored as values in other tables), stored procedures, db objects and collections, and other things that Hibernate or EJB3 simply cannot map or maps poorly. iBATIS was really the only choice save doing it completely manually.
One unique feature of iBATIS is the custom type handlers, which make mapping enums to columns very nice. From what I’ve read, this can be approximated with enums in EJB3.
Still, I think you’re right in that most anyone who is programming straight JDBC can get up to speed very quickly and be better off for it. If you combine iBATIS with Spring’s JDBC template API, you can potentially “upgrade” to Hibernate or JPA at some later time.
- Comment Feed for this Post
Didn't find any related posts :(
Hi,
i am a newbie to ibatis and this post was very helpful ! Thanks a lot for sharing !