|
25 | 25 | <section id="introduction.why-mybatis-guice">
|
26 | 26 | <title>Why mybatis-spring - Motivation</title>
|
27 | 27 | <para>
|
28 |
| - In our daily work we've been strongly using both |
29 |
| - <ulink url="http://www.mybatis.org/">MyBatis Sql Mapper</ulink> and |
30 |
| - <ulink url="http://code.google.com/p/google-guice/">Google Guice</ulink> |
31 |
| - frameworks and once noticed we'd been continuosly repeating the same |
32 |
| - code snippets in different projects, according to the DRY |
33 |
| - <emphasis>don't repeat yourself</emphasis> principle, we started |
34 |
| - realizing something that alleviate us the task to create our stuff. |
| 28 | + Every Spring user was impatiently waiting for the 3.X release, but unfortunately once released, |
| 29 | + MyBatis users where terribly disappointed: their preferred SQL Mapping Framework was no more supported. |
| 30 | + After many request of including the integration and a good number of patches submitted on the Spring Jira |
| 31 | + <ulink url="https://jira.springsource.org/browse/SPR-5991">issue</ulink>, once the issue was accepted |
| 32 | + but announced to be delaiyed, the MyBatis community thought it was time to reunite the interested people and |
| 33 | + contributors and start the Spring integration made by the community itself. |
35 | 34 | </para>
|
36 | 35 | <para>
|
37 |
| - Indeed, this small library intends to create the missing perfect glue |
| 36 | + So, this small library intends to create the missing perfect glue |
38 | 37 | between the two popular frameworks, reducing the boilerplate and
|
39 | 38 | redundant code that users have to write to configure and use MyBatis
|
40 | 39 | into a Spring 3.X context.
|
|
58 | 57 | <para>
|
59 | 58 | A special thanks goes to all the special people who made this project
|
60 | 59 | a reality, above all (in alphabetical order) Andrius Juozapaitis,
|
61 |
| - Eduardo Macarron, Hunter Presnall, Putthibong Boonbong and Raj Nagappan. |
| 60 | + Eduardo Macarron, Giovanni Cuccu, Hunter Presnall, Putthibong Boonbong and Raj Nagappan. |
62 | 61 | Without them, that project wouldn't exist.
|
63 | 62 | </para>
|
64 | 63 | </section>
|
|
0 commit comments