IBATIS has the following design advantages
- Simplicity: iBATIS is regarded as one of the simplest persistence frameworks available today.
- Fast Development: iBATIS's is mainly focused to do all it can to facilitate hyper-fast development.
- Portability: iBATIS can be implemented for any language or platform like Java, Ruby, and C# for Microsoft .NET.
- Independent Interfaces: iBATIS provides database-independent interfaces and APIs that help the rest of the application remain independent of any persistence-related resources,
- Open source: iBATIS is free and an open source software. This helps many to use the resource whenever needed.
Next: Advantages of ibatis