Commit graph

2 commits

Author SHA1 Message Date
Greg Lewis
19a594a4c4 . Don't include the version name in the installed JAR. This is more
consistent with other ports I've looked at and will create less churn
  for minor version updates.
2010-12-12 21:45:01 +00:00
Greg Lewis
d3a9136804 . Add a port of MyBatis for Java:
MyBatis is a first class persistence framework with support for custom
SQL, stored procedures and advanced mappings.  MyBatis eliminates almost
all of the JDBC code and manual setting of parameters and retrieval of
results.  MyBatis can use simple XML or Annotations for configuration and
map primitives, Map interfaces and Java POJOs (Plain Old Java Objects)
to database records.

WWW: http://www.mybatis.org/
2010-12-07 06:13:59 +00:00