Skip to content

Commit bbc7bc8

Browse files
committed
modified the introduction
added Giovanni Cuccu as contributor
1 parent 3bf2a46 commit bbc7bc8

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@
134134
<email>[email protected]</email>
135135
</contributor>
136136

137+
<contributor>
138+
<name>Giovanni Cuccu</name>
139+
<email>[email protected]</email>
140+
</contributor>
141+
137142
<contributor>
138143
<name>Hunter Presnall</name>
139144
<email>[email protected]</email>

src/docbkx/introduction.xml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,15 @@
2525
<section id="introduction.why-mybatis-guice">
2626
<title>Why mybatis-spring - Motivation</title>
2727
<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.
3534
</para>
3635
<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
3837
between the two popular frameworks, reducing the boilerplate and
3938
redundant code that users have to write to configure and use MyBatis
4039
into a Spring 3.X context.
@@ -58,7 +57,7 @@
5857
<para>
5958
A special thanks goes to all the special people who made this project
6059
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.
6261
Without them, that project wouldn't exist.
6362
</para>
6463
</section>

0 commit comments

Comments
 (0)