Thomas Risberg
e8404a33ee
fixed duplicate section ids
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4476 50f2f4bb-b051-0410-bef5-90022cba6387
2011-06-06 13:30:41 +00:00
Thomas Risberg
f52a34e5b3
Added batchUpdate method taking a Collection, a batch size and a ParameterizedPreparedStatementSetter as arguments (SPR-6334)
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4457 50f2f4bb-b051-0410-bef5-90022cba6387
2011-06-05 16:42:24 +00:00
Chris Beams
3755e488f0
Apply parentheses consistently within <methodname/>
...
Prior to change, there were 175 instances of <methodname/> elements
including parentheses (e.g.: <methodname>foo()</methodname>, and
36 instances without.
Now all 211 instances include parentheses for consistency.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3558 50f2f4bb-b051-0410-bef5-90022cba6387
2010-08-10 22:13:50 +00:00
Chris Beams
9d514b6d59
Fix typos (SPR-7339)
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3536 50f2f4bb-b051-0410-bef5-90022cba6387
2010-08-07 13:57:23 +00:00
Chris Beams
e1dfe5ca69
Add @Repository use to JdbcTemplate Best Practices (SPR-7339)
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3529 50f2f4bb-b051-0410-bef5-90022cba6387
2010-08-07 13:57:03 +00:00
Arjen Poutsma
991f040948
Updated docbook files to use Docbook 4.5 DTDs, so it uses the locally cached versions
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2617 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-10 15:22:55 +00:00
Juergen Hoeller
367a26c8f0
fixed supported HSQL/H2 version range (SPR-6403)
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2506 50f2f4bb-b051-0410-bef5-90022cba6387
2009-11-25 00:36:50 +00:00
David Syer
d256d02fc2
SPR-5917 Add docs on Lifecycle
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2428 50f2f4bb-b051-0410-bef5-90022cba6387
2009-11-13 07:48:33 +00:00
Keith Donald
ed9a17e8f1
rc2 updates
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2361 50f2f4bb-b051-0410-bef5-90022cba6387
2009-11-11 23:10:04 +00:00
Keith Donald
9016709103
polish
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2359 50f2f4bb-b051-0410-bef5-90022cba6387
2009-11-11 23:04:09 +00:00
David Syer
86fc06f51c
RESOLVED - issue SPR-5917: updated jdbc docs
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2228 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-30 10:32:15 +00:00
Thomas Risberg
d9f72a9ae3
Beverly's edits reviewed; fixed coverage for SimpleJdbcCall and the use of default parameter values (SPR-5929)
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1862 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-09 17:28:21 +00:00
Chris Beams
ef0c822610
updates made during my review of beans.xml:
...
* eliminated all usage of "the section entitled", because <xref> links already render including "the section called ". This was resulting in sentences like 'see also the section entitled the section called "@Autowired"'. This issue affected nearly all sections of the documentation, so went beyond just beans.xml
* fixed table overflow in the "Using filters to customize scanning" section (approx. p.90)
* fixed all code overflows in <programlisting/> elements
* corrected a couple minor syntax errors with SpEL examples (missing closing braces)
* added 'language="..."' element to <programlisting> elements where appropriate to enable syntax highlighting.
* normalized all code indention to four-space (some code listings were using one- and two-space)
* updated all code listings to use same-line opening braces.
* eliminated section regarding backward compatibility with Spring DTDs and singleton=true|false. This seems like cruft to me, and we shouldn't keep historical notes around forever.
* Added <note> regarding the new thread scope (SimpleThreadScope) to Section 3.5 Bean Scopes. Also updated the section on registering a custom Scope implementation to use the SimpleThreadScope as an example.
* updated the new-in-3.xml section to improve the @Configuration example
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1790 50f2f4bb-b051-0410-bef5-90022cba6387
2009-08-31 05:36:34 +00:00
Thomas Risberg
e96cef688a
changed J2EE to Java EE
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1663 50f2f4bb-b051-0410-bef5-90022cba6387
2009-07-30 18:32:05 +00:00
Thomas Risberg
ad1364163c
updated xxx-2.5.xsd references to 3.0
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1340 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-09 23:39:37 +00:00
Sam Brannen
6880b910bd
Minor fixes for grammar and spelling
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1213 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-19 19:02:22 +00:00
Keith Donald
a7a6cc5548
Added to docs
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1204 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-16 22:58:18 +00:00
Thomas Risberg
32ebd4e178
finnished updating code examples with generics/varargs for jdbc chapter
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1175 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-13 18:45:24 +00:00
Thomas Risberg
0be985dcf9
updating code examples with generics/varargs; polishing
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1162 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-12 18:18:29 +00:00
Keith Donald
b6dff79bb0
embedded db support
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1140 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-09 23:52:13 +00:00
Thomas Risberg
79aae9dde9
updating code examples with generics/varargs; polishing
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1136 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-09 02:40:54 +00:00
Thomas Risberg
04c3863246
fixed DOCTYPE to refer to the root_element used
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1082 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-30 04:16:07 +00:00
Thomas Risberg
8fe2a89d43
switched to use XInclude
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1001 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-14 21:37:40 +00:00
Thomas Risberg
4e4ccbc4c3
added language element to programlisting for syntax highlighting
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@985 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-13 13:12:38 +00:00
Thomas Risberg
e2cb01c676
Added the Spring Framework reference documentation
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@773 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-18 20:00:49 +00:00