Is there active development going on IBatis.Net DataMapper? Do they have version for .Net 3.5. I saw lots of activity on iBatis Java DataMapper as they are planning to release iBatis3 with annotation support. What is开发者_运维知识库 the status of its .Net counterpart?
In May/June 2010, the iBatis team left Apache and continued under a new name and a new home. You can read the announcement on the old page.
iBatis is now called MyBatis and the repositories (Java and .net) are hosted on Google Code.
- new website
- new mailing list
- Google Code site
There is no official .net release yet:
This is the core data mapping framework for .NET. Please be patient. We're updating the release for the MyBatis.NET Data Access Framework. Until it's ready, we recommend building from source.
...but at least there is happening something in the source code.
精彩评论