Commit Graph

32 Commits

Author SHA1 Message Date
Sam Brannen
206963bcba Polishing the reference manual. 2009-10-18 21:35:56 +00:00
Mark Pollack
d8245c800b Add minimal doc for JSR 330 support. 2009-09-25 08:17:12 +00:00
Keith Donald
477c4d3865 updaten new in 3 2009-09-03 05:32:19 +00:00
Keith Donald
19450cd069 updaten new in 3 2009-09-03 05:30:56 +00:00
Chris Beams
19bccaaa11 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
2009-08-31 05:36:34 +00:00
Thomas Risberg
c6edc5869a removed RC1 references 2009-08-06 16:26:36 +00:00
Mark Pollack
3e02887dd2 SPR-5979 - Reference guide refers to non-existing type StandardScopes
SPR-5965 - Typo error in reference documentation - "What's new in Spring 3.0"
2009-08-05 19:02:55 +00:00
Arjen Poutsma
7043dff97b 2009-08-05 11:54:07 +00:00
Thomas Risberg
c9cc30a379 updated chapter title 2009-07-31 13:25:06 +00:00
Sam Brannen
755b514468 [SPR-5798] fixed typos 2009-07-25 22:41:16 +00:00
Thomas Risberg
f289b0ff15 updated note re. 3.0 tutorial 2009-06-29 16:59:22 +00:00
Thomas Risberg
a24eccb390 fixed JavaConfig example 2009-06-25 22:02:18 +00:00
Mark Pollack
41c8352e16 Documentation fixes: SPR-5748, SPR-5723, SPR-5750, SPR-5753, SPR-5747 2009-05-19 22:09:06 +00:00
Keith Donald
c5cc75693d Added to docs 2009-05-16 22:58:18 +00:00
Thomas Risberg
b2526f337a removed getting-started; added section on new tutorial 2009-05-15 15:25:43 +00:00
Keith Donald
fbd921f25a embedded db support 2009-05-09 23:52:13 +00:00
Thomas Risberg
9aaea34262 fixed DOCTYPE to refer to the root_element used 2009-04-30 04:16:07 +00:00
Sam Brannen
17858915ab Corrected grammar and spelling mistakes in reference manual. 2009-04-30 01:03:44 +00:00
Mark Pollack
c2f4f97fa5 Update docs to use of @Bean inside a @Component 2009-04-27 05:37:45 +00:00
Chris Beams
c78f9d14fa Fixed whitespace and added private modifiers to @Value-annotated fields in the @Configuration example 2009-04-18 00:22:03 +00:00
Thomas Risberg
1facd45c5e switched to use XInclude 2009-04-14 21:37:40 +00:00
Thomas Risberg
298a5c4a8b rearranged content in "New in Spring 3.0" 2009-04-14 17:24:56 +00:00
Thomas Risberg
ab52fdf07b added/modified some links 2009-04-14 14:12:28 +00:00
Mark Pollack
aa36118e1c Finish REST docs, add docs for @FactoryMethod, add links in 'new-in-3' 2009-04-14 06:59:22 +00:00
Thomas Risberg
0c5ab54dce added more content to new in Spring 3 2009-04-14 04:43:15 +00:00
Thomas Risberg
0e77054854 added content to new in Spring 3 2009-04-14 04:02:10 +00:00
Andy Clement
f20dcf275f Corrected some typos, code samples and changed a bit of wording. All code samples are now SpEL testcases. 2009-04-09 01:56:34 +00:00
Mark Pollack
b132e964be add paragraph on SpEL, reorganize section layout. 2009-04-08 14:06:01 +00:00
Thomas Risberg
55bdd07580 revised overview graphics to match new modules 2009-04-06 16:12:50 +00:00
Thomas Risberg
6e7e107621 mostly changes to Preface and Introduction chapters 2009-04-03 04:08:08 +00:00
Thomas Risberg
8a6e51922a started "new in Spring 3" chapter; added some overview to introduction chapter 2009-04-01 03:35:39 +00:00
Thomas Risberg
abbdc1144a Added the Spring Framework reference documentation 2009-03-18 20:00:49 +00:00