Register For ApacheCon

Sponsors


Media Partners

Media Partner

Feather Cast

ApacheCon Session

Getting Up to Speed with Apache iBatis

30-full
Getting data from a database and storing information into a database is a very common task for a Java developer. Possible solutions range from JDBC to full-blown object-relational mappers like Hibernate or OJB. The Apache iBatis project is another choice which provides more sophisticated support than JDBC but is lightweight compared to ORMs. This session introduces the idea behind iBatis and demonstrates the basic mapping features. The session will provide valuable information when to choose iBatis over other persistence solutions and how to get it running quickly and efficiently.

Orientation: Developer
Level: Novice
Categories: Database, Java, XML