I'd like to use myBatis (iBatis 3) in an Android application. Has anyone tried such a thing or know of any resources for this?
|
feedback
|
|
The first thing to do in order to do that is to compile myBatis for Dalvik. But it's likely to be too heavy for a device like a smartphone. If you are looking for a lightweight persistence layer, you could look at Ammentos: Same trouble: you will need to compile it for Dalvik. Existing ORMs for Android: | |||||
feedback
|
|
aBatis is a data mapper framework available for Android | |||
|
feedback
|